Home
last modified time | relevance | path

Searched defs:pp_handle (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/freertos_v10.0.1_IAR/
A Dosif_freertos.c89 bool osif_task_create(void **pp_handle, const char *p_name, void (*p_routine)(void *), in osif_task_create() argument
153 bool osif_task_handle_get(void **pp_handle) in osif_task_handle_get()
350 bool osif_sem_create(void **pp_handle, uint32_t init_count, uint32_t max_count) in osif_sem_create()
452 bool osif_mutex_create(void **pp_handle) in osif_mutex_create()
536 bool osif_msg_queue_create(void **pp_handle, uint32_t msg_num, uint32_t msg_size) in osif_msg_queue_create()
791 bool osif_timer_id_get(void **pp_handle, uint32_t *p_timer_id) in osif_timer_id_get()
839 bool osif_timer_start(void **pp_handle) in osif_timer_start()
874 bool osif_timer_restart(void **pp_handle, uint32_t interval_ms) in osif_timer_restart()
912 bool osif_timer_stop(void **pp_handle) in osif_timer_stop()
947 bool osif_timer_delete(void **pp_handle) in osif_timer_delete()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/freertos_v8.1.2/
A Dosif_freertos.c89 bool osif_task_create(void **pp_handle, const char *p_name, void (*p_routine)(void *), in osif_task_create() argument
153 bool osif_task_handle_get(void **pp_handle) in osif_task_handle_get()
352 bool osif_sem_create(void **pp_handle, uint32_t init_count, uint32_t max_count) in osif_sem_create()
454 bool osif_mutex_create(void **pp_handle) in osif_mutex_create()
538 bool osif_msg_queue_create(void **pp_handle, uint32_t msg_num, uint32_t msg_size) in osif_msg_queue_create()
795 bool osif_timer_id_get(void **pp_handle, uint32_t *p_timer_id) in osif_timer_id_get()
843 bool osif_timer_start(void **pp_handle) in osif_timer_start()
878 bool osif_timer_restart(void **pp_handle, uint32_t interval_ms) in osif_timer_restart()
916 bool osif_timer_stop(void **pp_handle) in osif_timer_stop()
951 bool osif_timer_delete(void **pp_handle) in osif_timer_delete()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/
A Dosif_customer.c58 bool os_msg_queue_create_intern(void **pp_handle, uint32_t msg_num, uint32_t msg_size, in os_msg_queue_create_intern()
121 bool os_task_create(void **pp_handle, const char *p_name, void (*p_routine)(void *), in os_task_create() argument
156 bool os_sem_create(void **pp_handle, uint32_t init_count, uint32_t max_count) in os_sem_create()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/os/
A Dos_msg.h103 #define os_msg_queue_create(pp_handle, msg_num, msg_size) \ argument

Completed in 24 milliseconds