Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Mcu/src/
DClock_Ip_Monitor.c323 uint32 RefCount = 0U; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref() local
360 RefCount = (Cmp1 > Cmp2) ? Cmp1 : Cmp2; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
364 HfRef = MonitoredClk * (1000U + CLOCK_IP_CMU_MONITORED_CLOCK_VARIATION) * RefCount; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
371 LfRef = MonitoredClk * (1000U - CLOCK_IP_CMU_MONITORED_CLOCK_VARIATION) * RefCount; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
379 CmuFc->RCCR = RefCount * CLOCK_IP_CMU_REFERENCE_COUNTER_MINIMUM_VALUE_MULTIPLIER; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
400 (void)RefCount; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
/hal_nxp-3.5.0/s32/drivers/s32ze/Mcu/src/
DClock_Ip_Monitor.c325 uint32 RefCount = 0U; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref() local
357 RefCount = (Cmp1 > Cmp2) ? Cmp1 : Cmp2; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
361 HfRef = MonitoredClk * (1000U + CLOCK_IP_CMU_MONITORED_CLOCK_VARIATION) * RefCount; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
368 LfRef = MonitoredClk * (1000U - CLOCK_IP_CMU_MONITORED_CLOCK_VARIATION) * RefCount; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()
376 CmuFc->RCCR = RefCount * CLOCK_IP_CMU_REFERENCE_COUNTER_MINIMUM_VALUE_MULTIPLIER; in Clock_Ip_SetCmuFcFceRefCntLfrefHfref()