Home
last modified time | relevance | path

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

/external/platform/cc13xx/cc13xxware/driverlib/
A Dsys_ctrl.c606 uint32_t batThreshold ; // Fractional format with 8 fractional bits. in SysCtrl_DCDC_VoltageConditionalControl() local
632 batThreshold = (((( HWREG( CCFG_BASE + CCFG_O_MODE_CONF_1 ) & in SysCtrl_DCDC_VoltageConditionalControl()
640 if ( aonBatmonBat < batThreshold ) { in SysCtrl_DCDC_VoltageConditionalControl()
649 if ( aonBatmonBat > batThreshold ) { in SysCtrl_DCDC_VoltageConditionalControl()

Completed in 3 milliseconds