Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Transceiver Interrupt Handling

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

  • beaconing networks or if timestamping is explicitly enabled,
  • and if antenna diversity is NOT enabled,
  • and if the time stamp interrupt is not explicitly disabled.
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.