Implementation of hal_spi. More...
#include "nrf24le1.h"#include "hal_spi.h"#include "nordic_common.h"Go to the source code of this file.
Functions | |
| void | hal_spi_master_init (hal_spi_clkdivider_t ck, hal_spi_mode_t mode, hal_spi_byte_order_t bo) |
| uint8_t | hal_spi_master_read_write (uint8_t pLoad) |
| void | hal_spi_slave_init (hal_spi_mode_t mode, hal_spi_byte_order_t byte_order) |
| uint8_t | hal_spi_slave_rw (uint8_t pLoad) |
| _Bool | hal_spi_slave_csn_high () |
| _Bool | spi_slave_data_ready () |
| uint8_t | hal_spi_slave_read () |
| void | hal_spi_slave_preload (uint8_t pLoad) |
Variables | |
| uint8_t | sstat_shadow = 0 |
Implementation of hal_spi.
Definition in file hal_spi.c.
| uint8_t sstat_shadow = 0 |
1.7.2