Home
last modified time | relevance | path

Searched refs:aonBatmonBat (Results 1 – 1 of 1) sorted by relevance

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dsys_ctrl.c607 uint32_t aonBatmonBat ; // Fractional format with 8 fractional bits. in SysCtrl_DCDC_VoltageConditionalControl() local
617 aonBatmonBat = HWREG( AON_BATMON_BASE + AON_BATMON_O_BAT ); in SysCtrl_DCDC_VoltageConditionalControl()
618 if ( aonBatmonBat != 0 ) { in SysCtrl_DCDC_VoltageConditionalControl()
640 if ( aonBatmonBat < batThreshold ) { in SysCtrl_DCDC_VoltageConditionalControl()
649 if ( aonBatmonBat > batThreshold ) { in SysCtrl_DCDC_VoltageConditionalControl()

Completed in 2 milliseconds