Searched refs:aos_event_t (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_event.c | 20 aos_status_t aos_event_new(aos_event_t *event, uint32_t value) in aos_event_new() 32 aos_status_t aos_event_create(aos_event_t *event, uint32_t value, uint32_t options) in aos_event_create() 45 void aos_event_free(aos_event_t *event) in aos_event_free() 56 aos_status_t aos_event_get(aos_event_t *event, uint32_t value, uint32_t opt, in aos_event_get() 72 aos_status_t aos_event_set(aos_event_t *event, uint32_t flags, uint32_t opt) in aos_event_set() 83 bool aos_event_is_valid(aos_event_t *event) in aos_event_is_valid()
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | kernel.h | 128 typedef aos_hdl_t aos_event_t; /**< AOS信号量对象句柄类型 */ typedef 560 aos_status_t aos_event_create(aos_event_t *event, uint32_t value, uint32_t options); 568 void aos_event_free(aos_event_t *event); 582 aos_status_t aos_event_get(aos_event_t *event, uint32_t value, uint32_t opt, uint32_t *actl_value, … 597 aos_status_t aos_event_set(aos_event_t *event, uint32_t value, uint32_t opt); 1184 aos_status_t aos_event_new(aos_event_t *event, uint32_t value); 1194 bool aos_event_is_valid(aos_event_t *event);
|
/AliOS-Things-master/components/drivers/peripheral/uart/include/aos/ |
A D | tty_csi.h | 15 aos_event_t event;
|
A D | tty_core.h | 32 aos_event_t event;
|
/AliOS-Things-master/components/drivers/peripheral/i2c/include/aos/ |
A D | i2c_core.h | 43 aos_event_t event;
|
/AliOS-Things-master/components/drivers/peripheral/gpio/include/aos/ |
A D | gpioc_core.h | 31 aos_event_t irq_event;
|
/AliOS-Things-master/components/drivers/peripheral/spi/include/aos/ |
A D | spi_core.h | 65 aos_event_t event;
|
/AliOS-Things-master/components/osal_aos/example/ |
A D | event_example.c | 40 static aos_event_t event_handle;
|
/AliOS-Things-master/components/epoll/src/ |
A D | device.c | 178 if (*(aos_event_t*)(&(pdev->event))) in epoll_open() 217 if (*(aos_event_t*)(&(pdev->event))) in epoll_close()
|
/AliOS-Things-master/components/drivers/core/base/device/ |
A D | object.c | 73 {AOS_Object_Class_Event, _OBJ_CONTAINER_LIST_INIT(AOS_Object_Info_Event), sizeof(aos_event_t)},
|
/AliOS-Things-master/components/uservice/src/ |
A D | event_svr.c | 28 aos_event_t wait_event;
|
/AliOS-Things-master/components/ble_netconfig/ |
A D | blecfg_main.c | 24 static aos_event_t g_blecfg_event;
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | uart.c | 60 static aos_event_t uart0_event;
|
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/uart/ |
A D | uart.c | 15 aos_event_t event;
|
Completed in 28 milliseconds