Implementation of the SPI HAL module for nRF24LU1+. More...
#include "nrf24lu1p.h"
#include "hal_spi.h"
Go to the source code of this file.
Defines | |
#define | SPI_DATA 0x01 |
#define | SPI_START 0x02 |
#define | SPI_STOP 0x04 |
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) |
Implementation of the SPI HAL module for nRF24LU1+.
Definition in file hal_spi.c.