Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: SX126xDevKit SX1262PingPong SX126X_TXonly SX126X_PingPong_Demo ... more
Fork of SX126xLib by
RadioCallbacks_t Struct Reference
The radio callbacks structure Holds function pointers to be called on radio interrupts. More...
#include <radio.h>
Data Fields | |
void(* | txDone )(void) |
Pointer to a function run on successful transmission. | |
void(* | rxDone )(void) |
Pointer to a function run on successful reception. | |
void(* | rxPreambleDetect )(void) |
Pointer to a function run on successful Preamble detection. | |
void(* | rxSyncWordDone )(void) |
Pointer to a function run on successful SyncWord reception. | |
void(* | rxHeaderDone )(void) |
Pointer to a function run on successful Header reception. | |
void(* | txTimeout )(void) |
Pointer to a function run on transmission timeout. | |
void(* | rxTimeout )(void) |
Pointer to a function run on reception timeout. | |
void(* | rxError )(IrqErrorCode_t errCode) |
Pointer to a function run on reception error. | |
void(* | cadDone )(bool cadFlag) |
Pointer to a function run on channel activity detected. |
Detailed Description
The radio callbacks structure Holds function pointers to be called on radio interrupts.
Definition at line 70 of file radio.h.
Field Documentation
void( * cadDone)(bool cadFlag) |
void( * rxDone)(void) |
void( * rxError)(IrqErrorCode_t errCode) |
void( * rxHeaderDone)(void) |
void( * rxPreambleDetect)(void) |
void( * rxSyncWordDone)(void) |
void( * rxTimeout)(void) |
void( * txDone)(void) |
Generated on Tue Jul 12 2022 15:50:44 by
