Home
last modified time | relevance | path

Searched refs:EventP_Struct (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/dpl/
DEventP.h88 typedef union EventP_Struct union
92 } EventP_Struct; typedef
109 typedef EventP_Struct *EventP_Handle;
142 extern EventP_Handle EventP_construct(EventP_Struct *obj);
152 extern void EventP_destruct(EventP_Struct *obj);
/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DEventP_zephyr.c73 EventP_Handle EventP_construct(EventP_Struct *obj) in EventP_construct()
88 void EventP_destruct(EventP_Struct *obj) in EventP_destruct()