Searched refs:sync_mode (Results 1 – 3 of 3) sorted by relevance
213 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()
290 .sync = DT_INST_ENUM_IDX(n, sync_mode), \
801 uint32_t sync_mode :1; /*!< Shell in synchronous mode */ member