TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle
TM_NRF24L01P_Macros

Library defines. More...

Macros

#define NRF24L01_SPI   SPI3
 
#define NRF24L01_SPI_PINS   TM_SPI_PinsPack_2
 
#define NRF24L01_CSN_PORT   GPIOD
 
#define NRF24L01_CSN_PIN   GPIO_PIN_7
 
#define NRF24L01_CE_PORT   GPIOD
 
#define NRF24L01_CE_PIN   GPIO_PIN_8
 
#define NRF24L01_CE_LOW   TM_GPIO_SetPinLow(NRF24L01_CE_PORT, NRF24L01_CE_PIN)
 
#define NRF24L01_CE_HIGH   TM_GPIO_SetPinHigh(NRF24L01_CE_PORT, NRF24L01_CE_PIN)
 
#define NRF24L01_CSN_LOW   TM_GPIO_SetPinLow(NRF24L01_CSN_PORT, NRF24L01_CSN_PIN)
 
#define NRF24L01_CSN_HIGH   TM_GPIO_SetPinHigh(NRF24L01_CSN_PORT, NRF24L01_CSN_PIN)
 

Detailed Description

Library defines.