![]() |
SX126x-Arduino
2.0.1
|
The radio callbacks structure Holds function pointers to be called on radio interrupts. More...
#include <sx126x.h>
Data Fields | |
void(* | txDone )(void) |
Pointer to a function run on successful transmission. More... | |
void(* | rxDone )(void) |
Pointer to a function run on successful reception. More... | |
void(* | rxPreambleDetect )(void) |
Pointer to a function run on successful Preamble detection. More... | |
void(* | rxSyncWordDone )(void) |
Pointer to a function run on successful SyncWord reception. More... | |
void(* | rxHeaderDone )(bool isOk) |
Pointer to a function run on successful Header reception. More... | |
void(* | txTimeout )(void) |
Pointer to a function run on transmission timeout. More... | |
void(* | rxTimeout )(void) |
Pointer to a function run on reception timeout. More... | |
void(* | rxError )(IrqErrorCode_t errCode) |
Pointer to a function run on reception error. More... | |
void(* | cadDone )(bool cadFlag) |
Pointer to a function run on channel activity detected. More... | |
The radio callbacks structure Holds function pointers to be called on radio interrupts.
void(* SX126xCallbacks_t::txDone) (void) |
Pointer to a function run on successful transmission.
void(* SX126xCallbacks_t::rxDone) (void) |
Pointer to a function run on successful reception.
void(* SX126xCallbacks_t::rxPreambleDetect) (void) |
Pointer to a function run on successful Preamble detection.
void(* SX126xCallbacks_t::rxSyncWordDone) (void) |
Pointer to a function run on successful SyncWord reception.
void(* SX126xCallbacks_t::rxHeaderDone) (bool isOk) |
Pointer to a function run on successful Header reception.
void(* SX126xCallbacks_t::txTimeout) (void) |
Pointer to a function run on transmission timeout.
void(* SX126xCallbacks_t::rxTimeout) (void) |
Pointer to a function run on reception timeout.
void(* SX126xCallbacks_t::rxError) (IrqErrorCode_t errCode) |
Pointer to a function run on reception error.
void(* SX126xCallbacks_t::cadDone) (bool cadFlag) |
Pointer to a function run on channel activity detected.