Home
last modified time | relevance | path

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

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dsys_ctrl.c345 uint32_t ccfg_ModeConfReg ; in SysCtrlSetRechargeBeforePowerDown() local
378 ccfg_ModeConfReg = HWREG( CCFG_BASE + CCFG_O_MODE_CONF ); in SysCtrlSetRechargeBeforePowerDown()
380 deltaVddrSleepTrim = ((((int32_t) ccfg_ModeConfReg ) in SysCtrlSetRechargeBeforePowerDown()
384 if (( ccfg_ModeConfReg & CCFG_MODE_CONF_VDDR_TRIM_SLEEP_TC ) == 0 ) { in SysCtrlSetRechargeBeforePowerDown()
389 if ((( ccfg_ModeConfReg & CCFG_MODE_CONF_VDDR_EXT_LOAD ) == 0 ) && in SysCtrlSetRechargeBeforePowerDown()
390 (( ccfg_ModeConfReg & CCFG_MODE_CONF_VDDS_BOD_LEVEL ) != 0 ) ) in SysCtrlSetRechargeBeforePowerDown()
512 vddrCap = ( ccfg_ModeConfReg & CCFG_MODE_CONF_VDDR_CAP_M ) >> CCFG_MODE_CONF_VDDR_CAP_S; in SysCtrlSetRechargeBeforePowerDown()
608 uint32_t ccfg_ModeConfReg ; // Holds a copy of the CCFG_O_MODE_CONF register. in SysCtrl_DCDC_VoltageConditionalControl() local
625 ccfg_ModeConfReg = HWREG( CCFG_BASE + CCFG_O_MODE_CONF ); in SysCtrl_DCDC_VoltageConditionalControl()
627 …if (((( ccfg_ModeConfReg & CCFG_MODE_CONF_DCDC_RECHARGE_M ) == 0 … in SysCtrl_DCDC_VoltageConditionalControl()
[all …]
A Dsetup.c88 static uint32_t GetTrimForAnabypassValue1( uint32_t ccfg_ModeConfReg );
103 void SetVddrLevel( uint32_t ccfg_ModeConfReg );
386 uint32_t ccfg_ModeConfReg ; in HapiTrimDeviceShutDown() local
439 ccfg_ModeConfReg = HWREG( CCFG_BASE + CCFG_O_MODE_CONF ); in HapiTrimDeviceShutDown()
445 if ((( ccfg_ModeConfReg & CCFG_MODE_CONF_VDDR_EXT_LOAD ) == 0 ) && in HapiTrimDeviceShutDown()
475 SetVddrLevel( ccfg_ModeConfReg ); in HapiTrimDeviceShutDown()
493 i32VddrSleepDelta = ((((int32_t)ccfg_ModeConfReg ) in HapiTrimDeviceShutDown()
524 ui32Trim = GetTrimForAnabypassValue1( ccfg_ModeConfReg ); in HapiTrimDeviceShutDown()
789 GetTrimForAnabypassValue1( uint32_t ccfg_ModeConfReg ) in GetTrimForAnabypassValue1() argument
811 if (( ccfg_ModeConfReg & CCFG_MODE_CONF_XOSC_CAP_MOD ) == 0 ) { in GetTrimForAnabypassValue1()
[all …]

Completed in 12 milliseconds