Searched refs:timer_state (Results 1 – 5 of 5) sorted by relevance
69 timer->timer_state = TIMER_DEACTIVE; in timer_create()244 timer->timer_state = TIMER_DEACTIVE; in timer_cb_proc()262 if (timer->timer_state == TIMER_ACTIVE) { in cmd_proc()272 timer->timer_state = TIMER_ACTIVE; in cmd_proc()275 if (timer->timer_state == TIMER_DEACTIVE) { in cmd_proc()279 timer->timer_state = TIMER_DEACTIVE; in cmd_proc()286 if (timer->timer_state != TIMER_DEACTIVE) { in cmd_proc()295 if (timer->timer_state != TIMER_DEACTIVE) { in cmd_proc()302 if (timer->timer_state != TIMER_DEACTIVE) { in cmd_proc()315 if (timer->timer_state != TIMER_DEACTIVE) { in cmd_proc()
35 #define SMPC_IS_FLAG_SET(conidx, flag) ((gapc_env[conidx]->smpc.timer_state & flag) == flag)37 #define SMPC_TIMER_SET_FLAG(conidx, flag) (gapc_env[conidx]->smpc.timer_state |= flag)39 #define SMPC_TIMER_UNSET_FLAG(conidx, flag) (gapc_env[conidx]->smpc.timer_state &= ~flag)
56 uint8_t timer_state; /**< TIMER_DEACTIVE or TIMER_ACTIVE */ member
284 uint8_t timer_state; member
661 k_timer_state_t get = handle->timer_state; in csi_kernel_timer_get_stat()
Completed in 11 milliseconds