Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_common.c84 static inline uint8_t get_index_of_highest_bit(uint32_t value) in get_index_of_highest_bit() function
161 return get_index_of_highest_bit(active_options); in clock_config_update_begin()