|
F439_CPP_TX-RX_LoRa_Project
|
Application-layer radio orchestration implementation. More...

Functions | |
| void | RadioApp_Init (SX1262_Handle *sx) |
| Initialize the radio application state and configure the modem. | |
| void | RadioApp_OnDio1Exti (uint16_t pin) |
| Latch an SX1262 DIO1 interrupt for deferred processing. | |
| void | RadioApp_Loop (void) |
| Execute one pass of TX or RX application processing. | |
Variables | |
| SX1262_ROLE | sx1262Role |
Application-layer radio orchestration implementation.
| void RadioApp_Init | ( | SX1262_Handle * | sx | ) |
Initialize the radio application state and configure the modem.
Initialize the radio application state.
| void RadioApp_Loop | ( | void | ) |
Execute one pass of TX or RX application processing.
Run one iteration of the radio application loop.
| void RadioApp_OnDio1Exti | ( | uint16_t | pin | ) |
Latch an SX1262 DIO1 interrupt for deferred processing.
Notify the application of an SX1262 DIO1 EXTI event.
|
extern |