Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_common.c155 uint32_t active_options; in clock_config_update_begin() local
160 active_options = cfg->flags_snapshot & BIT_MASK(ONOFF_CNT_MAX); in clock_config_update_begin()
161 return get_index_of_highest_bit(active_options); in clock_config_update_begin()