Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/clock_control/
Dclock_control_rpi_pico.c31 #define DIV_FRAC_BITS CLOCKS_CLK_GPOUT0_DIV_FRAC_BITS macro
457 ((clock_hw->div & DIV_FRAC_BITS) / (float)DIV_FRAC_BITS)); in rpi_pico_calc_clock_freq()