Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/can/
Dcan_stm32h7_fdcan.c74 const uint32_t rate_tmp = LL_RCC_GetFDCANClockFreq(LL_RCC_FDCAN_CLKSOURCE); in can_stm32h7_get_core_clock() local
78 if (rate_tmp == LL_RCC_PERIPH_FREQUENCY_NO) { in can_stm32h7_get_core_clock()
83 *rate = rate_tmp; in can_stm32h7_get_core_clock()
Dcan_stm32_fdcan.c475 const uint32_t rate_tmp = LL_RCC_GetFDCANClockFreq(LL_RCC_FDCAN_CLKSOURCE); in can_stm32fd_get_core_clock() local
479 if (rate_tmp == LL_RCC_PERIPH_FREQUENCY_NO) { in can_stm32fd_get_core_clock()
485 *rate = rate_tmp; in can_stm32fd_get_core_clock()
487 *rate = rate_tmp / (FDCAN_CONFIG->CKDIV << 1); in can_stm32fd_get_core_clock()