Home
last modified time | relevance | path

Searched full:cdiv (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/dts/bindings/can/
Dst,stm32h7-fdcan.yaml41 (FDCAN_CCU->CCFG CDIV register bits). Note that the divisor is common to all
/Zephyr-latest/drivers/can/
Dcan_stm32h7_fdcan.c88 uint32_t cdiv; in can_stm32h7_get_core_clock() local
97 cdiv = FIELD_GET(FDCANCCU_CCFG_CDIV, FDCAN_CCU->CCFG); in can_stm32h7_get_core_clock()
98 if (cdiv == 0U) { in can_stm32h7_get_core_clock()
101 *rate = rate_tmp / (cdiv << 1U); in can_stm32h7_get_core_clock()