Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Mcu/src/
DPower_Ip_PMC.c240 uint32 ConfigValue = 0; in Power_Ip_PMC_PowerInit() local
242 (void)ConfigValue; in Power_Ip_PMC_PowerInit()
255 ConfigValue = IP_PMC->CONFIG; in Power_Ip_PMC_PowerInit()
256 ConfigValue &= (~(uint32)PMC_CONFIG_RWBITS_MASK); in Power_Ip_PMC_PowerInit()
257 ConfigValue |= (ConfigPtr->ConfigRegister & (uint32)PMC_CONFIG_RWBITS_MASK); in Power_Ip_PMC_PowerInit()
258 IP_PMC->CONFIG = ConfigValue; in Power_Ip_PMC_PowerInit()
278 ConfigValue = IP_PMC->CONFIG; in Power_Ip_PMC_PowerInit()
279 ConfigValue = (uint32)(ConfigValue & (~(uint32)PMC_CONFIG_LMEN_MASK)); in Power_Ip_PMC_PowerInit()
280ConfigValue = (uint32)(ConfigValue | (uint32)(PMC_CONFIG_LAST_MILE_REG_ENABLE & PMC_CONFIG_LMEN_MA… in Power_Ip_PMC_PowerInit()
281 IP_PMC->CONFIG = ConfigValue; in Power_Ip_PMC_PowerInit()
[all …]