Handles Transceiver related Interrupts.
Functions | |
void | trx_awake_handler_cb (void) |
void | trx_irq_timestamp_handler_cb (void) |
Timestamp interrupt handler. More... | |
void | trx_rx_end_handler_cb (void) |
Transceiver interrupt handler. More... | |
void | trx_tx_end_handler_cb (void) |
Transceiver interrupt handler. More... | |
void trx_awake_handler_cb | ( | void | ) |
void trx_irq_timestamp_handler_cb | ( | void | ) |
Timestamp interrupt handler.
This function handles the interrupts handling the timestamp.
The timestamping is only required for
void trx_rx_end_handler_cb | ( | void | ) |
Transceiver interrupt handler.
This function handles the transceiver generated interrupts for RX end.
void trx_tx_end_handler_cb | ( | void | ) |
Transceiver interrupt handler.
This function handles the transceiver generated interrupts for TX end.