Defines | Functions

hal/nrf24lu1p/hal_spi.c File Reference

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)

Detailed Description

Implementation of the SPI HAL module for nRF24LU1+.

Definition in file hal_spi.c.


Define Documentation

#define SPI_DATA   0x01

Definition at line 20 of file hal_spi.c.

#define SPI_START   0x02

Definition at line 21 of file hal_spi.c.

#define SPI_STOP   0x04

Definition at line 22 of file hal_spi.c.