Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Mcu/src/
DClock_Ip_Gate.c141 uint32 GateIndex; in Clock_Ip_ClockSetGateClockControlEnableGprPctl() local
148 GateIndex = GateInformation->GateIndex; in Clock_Ip_ClockSetGateClockControlEnableGprPctl()
153 …Clock_Ip_apxGprClockControlEnable[GroupIndex]->PCTL[GateIndex] |= ((uint32)GPR_PCTL_MASK << GateBi… in Clock_Ip_ClockSetGateClockControlEnableGprPctl()
157 …Clock_Ip_apxGprClockControlEnable[GroupIndex]->PCTL[GateIndex] &= ~((uint32)GPR_PCTL_MASK << GateB… in Clock_Ip_ClockSetGateClockControlEnableGprPctl()
164 (void)GateIndex; in Clock_Ip_ClockSetGateClockControlEnableGprPctl()
/hal_nxp-3.6.0/s32/drivers/s32k1/Mcu/src/
DClock_Ip_Gate.c443 uint32 GateIndex = Clock_Ip_au8ClockFeatures[Config->Name][CLOCK_IP_GATE_INDEX]; in Clock_Ip_ClockSetSimGate_TrustedCall() local
446 RegValue &= (~((uint32 )SIM_PLATCGC_CGC_MASK(GateIndex))); in Clock_Ip_ClockSetSimGate_TrustedCall()
447 RegValue |= Enable << SIM_PLATCGC_CGC_SHIFT(GateIndex); in Clock_Ip_ClockSetSimGate_TrustedCall()
/hal_nxp-3.6.0/s32/drivers/s32ze/Mcu/include/
DClock_Ip_Specific.h271 uint8 GateIndex; member