Searched refs:Selectors (Results 1 – 7 of 7) sorted by relevance
395 …CLOCK_IP_DEV_ASSERT((Clock_Ip_au8ClockNameTypes[Config->Selectors[Index].Name] & CLOCK_IP_SELECTOR… in Clock_Ip_CheckSelectorClocks()398 …CLOCK_IP_DEV_ASSERT((Clock_Ip_au8ClockNameTypes[Config->Selectors[Config->SelectorsCount - 1U].Nam… in Clock_Ip_CheckSelectorClocks()596 …x = Clock_Ip_au8SelectorCallbackIndex[Clock_Ip_au8ClockFeatures[Config->Selectors[Index - 1U].Name… in Clock_Ip_ResetClockConfiguration()597 Clock_Ip_axSelectorCallbacks[CallbackIndex].Reset(&Config->Selectors[Index - 1U]); in Clock_Ip_ResetClockConfiguration()864 if ((PLL_TYPE != Clock_Ip_aeSourceTypeClockName[Config->Selectors[Index].Value])) in Clock_Ip_InitClock()867 …x = Clock_Ip_au8SelectorCallbackIndex[Clock_Ip_au8ClockFeatures[Config->Selectors[Index].Name][CLO… in Clock_Ip_InitClock()868 Clock_Ip_axSelectorCallbacks[CallbackIndex].Set(&Config->Selectors[Index]); in Clock_Ip_InitClock()979 … if (PLL_TYPE == Clock_Ip_aeSourceTypeClockName[Clock_Ip_pxConfig->Selectors[Index].Value]) in Clock_Ip_DistributePll()982 …p_au8SelectorCallbackIndex[Clock_Ip_au8ClockFeatures[Clock_Ip_pxConfig->Selectors[Index].Name][CLO… in Clock_Ip_DistributePll()983 … Clock_Ip_axSelectorCallbacks[CallbackIndex].Set(&Clock_Ip_pxConfig->Selectors[Index]); in Clock_Ip_DistributePll()
382 if (RTC_CLK == Config->Selectors[Index].Name) in SetSimLpoclksRegister_TrustedCall()384 …SimLpoValue |= ((uint32)(Clock_Ip_au16SelectorEntryHardwareValue[Config->Selectors[Index].Value]) … in SetSimLpoclksRegister_TrustedCall()388 if (LPO_CLK == Config->Selectors[Index].Name) in SetSimLpoclksRegister_TrustedCall()390 …SimLpoValue |= ((uint32)(Clock_Ip_au8SelectorEntrySIMHardwareValue[Config->Selectors[Index].Value]… in SetSimLpoclksRegister_TrustedCall()706 if (Clock_Ip_apConfig->Selectors[Index].Name == Name) in getSelectorConfig()708 ReturnValue = &Clock_Ip_apConfig->Selectors[Index]; in getSelectorConfig()
389 …CLOCK_IP_DEV_ASSERT((Clock_Ip_au8ClockNameTypes[(*(Config->Selectors))[Index].Name] & CLOCK_IP_SEL… in Clock_Ip_CheckSelectorClocks()392 …CLOCK_IP_DEV_ASSERT((Clock_Ip_au8ClockNameTypes[(*(Config->Selectors))[Config->SelectorsCount - 1U… in Clock_Ip_CheckSelectorClocks()590 … Clock_Ip_au8SelectorCallbackIndex[Clock_Ip_au8ClockFeatures[(*(Config->Selectors))[Index - 1U].Na… in Clock_Ip_ResetClockConfiguration()591 Clock_Ip_axSelectorCallbacks[CallbackIndex].Reset(&(*Config->Selectors)[Index - 1U]); in Clock_Ip_ResetClockConfiguration()858 if ((PLL_TYPE != Clock_Ip_aeSourceTypeClockName[(*(Config->Selectors))[Index].Value])) in Clock_Ip_InitClock()861 … Clock_Ip_au8SelectorCallbackIndex[Clock_Ip_au8ClockFeatures[(*(Config->Selectors))[Index].Name][C… in Clock_Ip_InitClock()862 Clock_Ip_axSelectorCallbacks[CallbackIndex].Set(&(*Config->Selectors)[Index]); in Clock_Ip_InitClock()973 … if (PLL_TYPE == Clock_Ip_aeSourceTypeClockName[(*(Clock_Ip_pxConfig->Selectors))[Index].Value]) in Clock_Ip_DistributePll()976 …u8SelectorCallbackIndex[Clock_Ip_au8ClockFeatures[(*(Clock_Ip_pxConfig->Selectors))[Index].Name][C… in Clock_Ip_DistributePll()977 … Clock_Ip_axSelectorCallbacks[CallbackIndex].Set(&(*Clock_Ip_pxConfig->Selectors)[Index]); in Clock_Ip_DistributePll()
3139 …const Clock_Ip_SelectorConfigType (*Selectors)[]; /**< Selectors… member
3123 …const Clock_Ip_SelectorConfigType (*Selectors)[]; /**< Selectors… member
3245 …Clock_Ip_SelectorConfigType Selectors[CLOCK_IP_SELECTORS_NO]; /**< Select… member