Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsys_ctrl.c293 uint32_t batThreshold ; // Fractional format with 8 fractional bits. in SysCtrl_DCDC_VoltageConditionalControl() local
317 batThreshold = (((( HWREG( CCFG_BASE + CCFG_O_MODE_CONF_1 ) & in SysCtrl_DCDC_VoltageConditionalControl()
323 if ( aonBatmonBat < batThreshold ) { in SysCtrl_DCDC_VoltageConditionalControl()
330 if ( aonBatmonBat > batThreshold ) { in SysCtrl_DCDC_VoltageConditionalControl()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsys_ctrl.c322 uint32_t batThreshold ; // Fractional format with 8 fractional bits. in SysCtrl_DCDC_VoltageConditionalControl() local
346 batThreshold = (((( HWREG( CCFG_BASE + CCFG_O_MODE_CONF_1 ) & in SysCtrl_DCDC_VoltageConditionalControl()
352 if ( aonBatmonBat < batThreshold ) { in SysCtrl_DCDC_VoltageConditionalControl()
359 if ( aonBatmonBat > batThreshold ) { in SysCtrl_DCDC_VoltageConditionalControl()