Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_common.c14 #define FLAG_UPDATE_NEEDED BIT(FLAGS_COMMON_BITS - 2) macro
40 atomic_val_t prev_flags = atomic_or(&cfg->flags, FLAG_UPDATE_NEEDED); in update_config()
47 if (prev_flags & (FLAG_UPDATE_NEEDED | FLAG_UPDATE_IN_PROGRESS)) { in update_config()
158 cfg->flags_snapshot = atomic_and(&cfg->flags, ~FLAG_UPDATE_NEEDED); in clock_config_update_begin()
195 if (prev_flags & FLAG_UPDATE_NEEDED) { in clock_config_update_end()