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.
Fork of SX1280Lib 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(* | 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(* | rangingDone )(IrqRangingCode_t val) |
| Pointer to a function run on ranging terminated. | |
| 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 83 of file radio.h.
Field Documentation
| void( * cadDone)(bool cadFlag) |
| void( * rangingDone)(IrqRangingCode_t val) |
| void( * rxDone)(void) |
| void( * rxError)(IrqErrorCode_t errCode) |
| void( * rxHeaderDone)(void) |
| void( * rxSyncWordDone)(void) |
| void( * rxTimeout)(void) |
| void( * txDone)(void) |
Generated on Thu Jul 21 2022 00:08:48 by
1.7.2
