Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsys_ctrl.c294 uint32_t aonBatmonBat ; // Fractional format with 8 fractional bits. in SysCtrl_DCDC_VoltageConditionalControl() local
302 aonBatmonBat = HWREG( AON_BATMON_BASE + AON_BATMON_O_BAT ); in SysCtrl_DCDC_VoltageConditionalControl()
303 if ( aonBatmonBat != 0 ) { 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.c323 uint32_t aonBatmonBat ; // Fractional format with 8 fractional bits. in SysCtrl_DCDC_VoltageConditionalControl() local
331 aonBatmonBat = HWREG( AON_BATMON_BASE + AON_BATMON_O_BAT ); in SysCtrl_DCDC_VoltageConditionalControl()
332 if ( aonBatmonBat != 0 ) { in SysCtrl_DCDC_VoltageConditionalControl()
352 if ( aonBatmonBat < batThreshold ) { in SysCtrl_DCDC_VoltageConditionalControl()
359 if ( aonBatmonBat > batThreshold ) { in SysCtrl_DCDC_VoltageConditionalControl()