Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_common.c13 #define FLAG_UPDATE_IN_PROGRESS BIT(FLAGS_COMMON_BITS - 1) macro
47 if (prev_flags & (FLAG_UPDATE_NEEDED | FLAG_UPDATE_IN_PROGRESS)) { in update_config()
157 (void)atomic_or(&cfg->flags, FLAG_UPDATE_IN_PROGRESS); in clock_config_update_begin()
169 prev_flags = atomic_and(&cfg->flags, ~FLAG_UPDATE_IN_PROGRESS); in clock_config_update_end()
170 if (!(prev_flags & FLAG_UPDATE_IN_PROGRESS)) { in clock_config_update_end()