Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/s32/drivers/s32ze/Mcu/src/
DClock_Ip_Selector.c473 uint32 PowerModeIndexIndex; in Clock_Ip_ResetMcMeAeGssSysclk_TrustedCall() local
477 PowerModeIndexIndex = Clock_Ip_au8ClockFeatures[Config->Name][CLOCK_IP_POWER_MODE_INDEX]; in Clock_Ip_ResetMcMeAeGssSysclk_TrustedCall()
479 … Clock_Ip_apxSystemClock->POWER_MODE_CONFIG[PowerModeIndexIndex] &= ~MC_ME_AE_GS_S_SYSCLK_MASK; in Clock_Ip_ResetMcMeAeGssSysclk_TrustedCall()
483 (void)PowerModeIndexIndex; in Clock_Ip_ResetMcMeAeGssSysclk_TrustedCall()
490 uint32 PowerModeIndexIndex; in Clock_Ip_SetMcMeAeGssSysclk_TrustedCall() local
502 PowerModeIndexIndex = Clock_Ip_au8ClockFeatures[Config->Name][CLOCK_IP_POWER_MODE_INDEX]; in Clock_Ip_SetMcMeAeGssSysclk_TrustedCall()
504 regValue = Clock_Ip_apxSystemClock->POWER_MODE_CONFIG[PowerModeIndexIndex];; in Clock_Ip_SetMcMeAeGssSysclk_TrustedCall()
509 Clock_Ip_apxSystemClock->POWER_MODE_CONFIG[PowerModeIndexIndex] = regValue; in Clock_Ip_SetMcMeAeGssSysclk_TrustedCall()
530 (void)PowerModeIndexIndex; in Clock_Ip_SetMcMeAeGssSysclk_TrustedCall()