The pin TRX_PIN_IRQ is the main interrupt of the radio transceiver and has a status register (RG_IRQ_STATUS) and a mask register (RG_IRQ_MASK) assigned. The following interrupt causes are signalled on the pin TRX_PIN_IRQ:
-------1 : 0x01 : TRX_IRQ_PLL_LOCK------1- : 0x02 : TRX_IRQ_PLL_UNLOCK-----1-- : 0x04 : TRX_IRQ_RX_START----1--- : 0x08 : TRX_IRQ_TRX_END---1---- : 0x10 : TRX_IRQ_CCA_ED_DONE--1----- : 0x20 : TRX_IRQ_AMI-1------ : 0x40 : TRX_IRQ_TRX_UR1------- : 0x80 : TRX_IRQ_BAT_LOW
1.5.2