Searched refs:Gates (Results 1 – 7 of 7) sorted by relevance
497 … CLOCK_IP_DEV_ASSERT(((uint32)Config->Gates[Index].Name) < ((uint32)Config->Gates[Index+1U].Name)); in Clock_Ip_CheckGateClocks()498 …CLOCK_IP_DEV_ASSERT((Clock_Ip_au8ClockNameTypes[Config->Gates[Index].Name] & CLOCK_IP_GATE_OBJECT)… in Clock_Ip_CheckGateClocks()501 …CLOCK_IP_DEV_ASSERT((Clock_Ip_au8ClockNameTypes[Config->Gates[Config->GatesCount - 1U].Name] & CLO… in Clock_Ip_CheckGateClocks()882 …CallbackIndex = Clock_Ip_au8GateCallbackIndex[Clock_Ip_au8ClockFeatures[Config->Gates[Index].Name]… in Clock_Ip_InitClock()883 Clock_Ip_axGateCallbacks[CallbackIndex].Set(&Config->Gates[Index]); in Clock_Ip_InitClock()994 …lock_Ip_au8GateCallbackIndex[Clock_Ip_au8ClockFeatures[Clock_Ip_pxConfig->Gates[Index].Name][CLOCK… in Clock_Ip_DistributePll()995 Clock_Ip_axGateCallbacks[CallbackIndex].Set(&Clock_Ip_pxConfig->Gates[Index]); in Clock_Ip_DistributePll()
397 if (LPO_32K_CLK == Config->Gates[Index].Name) in SetSimLpoclksRegister_TrustedCall()399 … SimLpoValue |= ((uint32)(Config->Gates[Index].Enable) << SIM_LPOCLKS_LPO32KCLKEN_SHIFT); in SetSimLpoclksRegister_TrustedCall()403 if (LPO_1K_CLK == Config->Gates[Index].Name) in SetSimLpoclksRegister_TrustedCall()405 SimLpoValue |= ((uint32)(Config->Gates[Index].Enable) << SIM_LPOCLKS_LPO1KCLKEN_SHIFT); in SetSimLpoclksRegister_TrustedCall()
491 …CLOCK_IP_DEV_ASSERT(((uint32)(*(Config->Gates))[Index].Name) < ((uint32)(*(Config->Gates))[Index+1… in Clock_Ip_CheckGateClocks()492 …CLOCK_IP_DEV_ASSERT((Clock_Ip_au8ClockNameTypes[(*(Config->Gates))[Index].Name] & CLOCK_IP_GATE_OB… in Clock_Ip_CheckGateClocks()495 …CLOCK_IP_DEV_ASSERT((Clock_Ip_au8ClockNameTypes[(*(Config->Gates))[Config->GatesCount - 1U].Name] … in Clock_Ip_CheckGateClocks()876 …ndex = Clock_Ip_au8GateCallbackIndex[Clock_Ip_au8ClockFeatures[(*(Config->Gates))[Index].Name][CLO… in Clock_Ip_InitClock()877 Clock_Ip_axGateCallbacks[CallbackIndex].Set(&(*Config->Gates)[Index]); in Clock_Ip_InitClock()988 …k_Ip_au8GateCallbackIndex[Clock_Ip_au8ClockFeatures[(*(Clock_Ip_pxConfig->Gates))[Index].Name][CLO… in Clock_Ip_DistributePll()989 Clock_Ip_axGateCallbacks[CallbackIndex].Set(&(*Clock_Ip_pxConfig->Gates)[Index]); in Clock_Ip_DistributePll()
3144 …const Clock_Ip_GateConfigType (*Gates)[]; /**< Clock gat… member
3128 …const Clock_Ip_GateConfigType (*Gates)[]; /**< Clock gat… member
3250 …Clock_Ip_GateConfigType Gates[CLOCK_IP_GATES_NO]; /**< Clock … member