Home
last modified time | relevance | path

Searched refs:aos_event_t (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/osal_aos/rhino/
A Daos_event.c20 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 Dkernel.h128 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 Dtty_csi.h15 aos_event_t event;
A Dtty_core.h32 aos_event_t event;
/AliOS-Things-master/components/drivers/peripheral/i2c/include/aos/
A Di2c_core.h43 aos_event_t event;
/AliOS-Things-master/components/drivers/peripheral/gpio/include/aos/
A Dgpioc_core.h31 aos_event_t irq_event;
/AliOS-Things-master/components/drivers/peripheral/spi/include/aos/
A Dspi_core.h65 aos_event_t event;
/AliOS-Things-master/components/osal_aos/example/
A Devent_example.c40 static aos_event_t event_handle;
/AliOS-Things-master/components/epoll/src/
A Ddevice.c178 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 Dobject.c73 {AOS_Object_Class_Event, _OBJ_CONTAINER_LIST_INIT(AOS_Object_Info_Event), sizeof(aos_event_t)},
/AliOS-Things-master/components/uservice/src/
A Devent_svr.c28 aos_event_t wait_event;
/AliOS-Things-master/components/ble_netconfig/
A Dblecfg_main.c24 static aos_event_t g_blecfg_event;
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Duart.c60 static aos_event_t uart0_event;
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/uart/
A Duart.c15 aos_event_t event;

Completed in 28 milliseconds