F439_CPP_TX-RX_LoRa_Project
Loading...
Searching...
No Matches
radio_app.h File Reference

Application-layer radio orchestration entry points. More...

#include "main.h"
#include "sx1262.h"
Include dependency graph for radio_app.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void RadioApp_Init (SX1262_Handle *sx)
 Initialize the radio application state.
 
void RadioApp_Loop (void)
 Run one iteration of the radio application loop.
 
void RadioApp_OnDio1Exti (uint16_t pin)
 Notify the application of an SX1262 DIO1 EXTI event.
 

Detailed Description

Application-layer radio orchestration entry points.

Function Documentation

◆ RadioApp_Init()

void RadioApp_Init ( SX1262_Handle * sx)

Initialize the radio application state.

Parameters
sxDriver handle used by the application.

Initialize the radio application state.

◆ RadioApp_Loop()

void RadioApp_Loop ( void )

Run one iteration of the radio application loop.

Run one iteration of the radio application loop.

◆ RadioApp_OnDio1Exti()

void RadioApp_OnDio1Exti ( uint16_t pin)

Notify the application of an SX1262 DIO1 EXTI event.

Parameters
pinGPIO pin value reported by the EXTI callback.

Notify the application of an SX1262 DIO1 EXTI event.