Home
last modified time | relevance | path

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

/AliOS-Things-master/kernel/rhino/
A Dk_timer.c69 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()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/smpc/
A Dsmpc_api.h35 #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)
/AliOS-Things-master/kernel/rhino/include/
A Dk_timer.h56 uint8_t timer_state; /**< TIMER_DEACTIVE or TIMER_ACTIVE */ member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/
A Dsmpc.h284 uint8_t timer_state; member
/AliOS-Things-master/hardware/board/c906/adapter/
A Dcsi_rhino.c661 k_timer_state_t get = handle->timer_state; in csi_kernel_timer_get_stat()

Completed in 11 milliseconds