Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Mcu/src/
DClock_Ip_Monitor.c324 uint32 HfRef = 0U; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref() local
364 HfRef = MonitoredClk * (1000U + CLOCK_IP_CMU_MONITORED_CLOCK_VARIATION) * RefCount; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
366 DividerResult = (uint32) HfRef / DivideBy; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
367 ModuloValue = HfRef - (DivideBy * DividerResult); in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
368HfRef = (DividerResult * CLOCK_IP_CMU_REFERENCE_COUNTER_MINIMUM_VALUE_MULTIPLIER) + ((uint32)((Mod… in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
382 CmuFc->HTCR = HfRef; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
401 (void)HfRef; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
/hal_nxp-3.5.0/s32/drivers/s32ze/Mcu/src/
DClock_Ip_Monitor.c326 uint32 HfRef = 0U; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref() local
361 HfRef = MonitoredClk * (1000U + CLOCK_IP_CMU_MONITORED_CLOCK_VARIATION) * RefCount; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
363 DividerResult = (uint32) HfRef / DivideBy; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
364 ModuloValue = HfRef - (DivideBy * DividerResult); in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
365HfRef = (DividerResult * CLOCK_IP_CMU_REFERENCE_COUNTER_MINIMUM_VALUE_MULTIPLIER) + ((uint32)((Mod… in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
379 CmuFc->HTCR = HfRef; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()