Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/
Dos_wrapper.h254 void os_timer_set_prio(os_timer_id timer_id ,
274 os_timer_id timer_id,
286 os_timer_id timer_id,
297 os_timer_id timer_id);
307 os_timer_id timer_id);
339 os_timer_id timer_id);
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_stack_user_cfg.h238 void GAP_DiscProcTimeoutcb_ucfg(uint8_t timer_id);
239 void GAP_DiscProcTimeoutcb_ucfg_weak(uint8_t timer_id);
240 void GAP_DiscProcTimeoutcb(uint8_t timer_id);
242 void GAP_LimDiscTimeoutcb_ucfg(uint8_t timer_id);
243 void GAP_LimDiscTimeoutcb_ucfg_weak(uint8_t timer_id);
244 void GAP_LimDiscTimeoutcb(uint8_t timer_id);
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/config/
Dble_stack_user_cfg.c366 void GAP_DiscProcTimeoutcb_ucfg(uint8_t timer_id) in GAP_DiscProcTimeoutcb_ucfg() argument
368 GAP_DiscProcTimeoutcb(timer_id); in GAP_DiscProcTimeoutcb_ucfg()
376 void GAP_LimDiscTimeoutcb_ucfg(uint8_t timer_id) in GAP_LimDiscTimeoutcb_ucfg() argument
378 GAP_LimDiscTimeoutcb(timer_id); in GAP_LimDiscTimeoutcb_ucfg()