Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/s32/drivers/s32k1/Mcu/src/
DClock_Ip.c497 … 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()
DClock_Ip_Specific.c397 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()
/hal_nxp-3.7.0/s32/drivers/s32ze/Mcu/src/
DClock_Ip.c491 …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()
/hal_nxp-3.7.0/s32/drivers/s32k3/Mcu/src/
DClock_Ip.c491 …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()
/hal_nxp-3.7.0/s32/drivers/s32ze/Mcu/include/
DClock_Ip_Types.h3144 …const Clock_Ip_GateConfigType (*Gates)[]; /**< Clock gat… member
/hal_nxp-3.7.0/s32/drivers/s32k3/Mcu/include/
DClock_Ip_Types.h3128 …const Clock_Ip_GateConfigType (*Gates)[]; /**< Clock gat… member
/hal_nxp-3.7.0/s32/drivers/s32k1/Mcu/include/
DClock_Ip_Types.h3250 …Clock_Ip_GateConfigType Gates[CLOCK_IP_GATES_NO]; /**< Clock … member