Home
last modified time | relevance | path

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

/Zephyr-latest/lib/smf/
Dsmf.c157 for (const struct smf_state *tmp_state = ctx->current->parent; tmp_state != NULL; in smf_execute_ancestor_run_actions() local
158 tmp_state = tmp_state->parent) { in smf_execute_ancestor_run_actions()
160 ctx->executing = tmp_state; in smf_execute_ancestor_run_actions()
162 if (tmp_state->run) { in smf_execute_ancestor_run_actions()
163 tmp_state->run(ctx); in smf_execute_ancestor_run_actions()
/Zephyr-latest/drivers/audio/
Dmpxxdtyy-i2s.c61 enum dmic_state tmp_state; in mpxxdtyy_i2s_trigger() local
66 tmp_state = DMIC_STATE_ACTIVE; in mpxxdtyy_i2s_trigger()
74 tmp_state = DMIC_STATE_CONFIGURED; in mpxxdtyy_i2s_trigger()
90 data->state = tmp_state; in mpxxdtyy_i2s_trigger()