Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_ops.h213 return sh->ctx->ctx.flags.sync_mode == 1; in z_flag_sync_mode_get()
220 Z_SHELL_SET_FLAG_ATOMIC(sh, ctx, sync_mode, val, ret); in z_flag_sync_mode_set()
/Zephyr-latest/drivers/led/
Dis31fl3733.c290 .sync = DT_INST_ENUM_IDX(n, sync_mode), \
/Zephyr-latest/include/zephyr/shell/
Dshell.h801 uint32_t sync_mode :1; /*!< Shell in synchronous mode */ member