Battery Low Interrupt

The battery monitor conccept is described in more detail in section 7.6 (Battery Monitor) of the AT86RF212 datasheet.


PHY_EVENT_BAT_LOW

The interrupt TRX_IRQ_BAT_LOW occurs, when the supply voltage drops below the adjusted threshold value. In this case a special handling of the interrupt is needed, which is described in PHY_SIGNAL_BAT_LOW (see also section Battery Monitor and section 7.6 (Battery Monitor) of the AT86RF212 datasheet).

inline_mscgraph_68
Code example
    /* AT86RF212::[ACTIVE] */
    /* TRX_IRQ_BAT_LOW occurs here */
    /* MCU::ISR */
    cause = trx_reg_read(RG_IRQ_STATUS);
    /* MCU::ISR_BATLOW */

Generated on Mon Aug 17 13:35:00 2009 for SWPM AT86RF212 by  doxygen 1.5.6