Home
last modified time | relevance | path

Searched refs:HANDLE (Results 1 – 13 of 13) sorted by relevance

/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dcore_usb_ll_driver.h26 void USB_PowerOnOff(HANDLE hUSB, uint8_t OnOff);
27 void USB_Stop(HANDLE hUSB);
28 void USB_ResetStart(HANDLE hUSB);
29 void USB_ResetEnd(HANDLE hUSB);
30 void USB_SetWorkMode(HANDLE hUSB, uint8_t Mode);
32 int USB_InitEpCfg(HANDLE hUSB);
33 int USB_ReInitEpCfg(HANDLE hUSB);
34 void USB_Start(HANDLE hUSB);
39 void USB_SetDeviceNoDataSetup(HANDLE hUSB);
48 void USB_ResumeStart(HANDLE hUSB);
[all …]
A Dcore_task.h32 HANDLE Task_Create(TaskFun_t EntryFunction, void *Param, uint32_t StackSize, uint32_t Priority, con…
33 void Task_SendEvent(HANDLE TaskHandle, uint32_t ID, uint32_t P1, uint32_t P2, uint32_t P3);
34 int32_t Task_GetEvent(HANDLE TaskHandle, uint32_t TargetEventID, Task_EventStruct *OutEvent, CBFunc…
35 int32_t Task_GetEventByMS(HANDLE TaskHandle, uint32_t TargetEventID, Task_EventStruct *OutEvent, CB…
36 HANDLE Task_GetCurrent(void);
A Dbsp_common.h149 #define HANDLE void * macro
/bsp/airm2m/air105/libraries/HAL_Driver/Src/
A Dcore_usb_ll_driver.c1439 static int prvUSB_SetupEPFifo(HANDLE hUSB)
1518 void USB_PowerOnOff(HANDLE hUSB, uint8_t OnOff)
1530 void USB_Stop(HANDLE hUSB)
1545 void USB_ResetStart(HANDLE hUSB)
1552 void USB_ResetEnd(HANDLE hUSB)
1595 int USB_ReInitEpCfg(HANDLE hUSB)
1600 int USB_InitEpCfg(HANDLE hUSB)
1606 void USB_Start(HANDLE hUSB)
1755 void USB_SetDeviceNoDataSetup(HANDLE hUSB)
1909 void USB_ResumeStart(HANDLE hUSB)
[all …]
A Dcore_i2c.c48 HANDLE Sem;
A Dcore_spi.c73 HANDLE Sem;
/bsp/simulator/pcap/Include/
A DPacket32.h225 HANDLE hFile; ///< \internal Handle to an open instance of the NPF driver.
229HANDLE ReadEvent; ///< A notification event associated with the read calls on the adapte…
266HANDLE hEvent; ///< \deprecated Still present for compatibility with old applications.
340 HANDLE PacketGetReadEvent(LPADAPTER AdapterObject);
A DWin32-Extensions.h93 HANDLE pcap_getevent(pcap_t *p);
/bsp/allwinner/libraries/sunxi-hal/include/hal/sound/
A Daw_types.h24 typedef void * HANDLE; typedef
/bsp/simulator/drivers/
A Ddfs_win32.c34 HANDLE handle;
158 HANDLE handle; in dfs_win32_open()
441 HANDLE hFind; in dfs_win32_stat()
A Dsdl_fb.c249 static HANDLE sdl_ok_event = NULL;
482 HANDLE thread; in rt_hw_sdl_start()
A Duart_console.c37 static HANDLE OSKey_Thread;
/bsp/simulator/applications/lvgl/
A Dwin32drv.c44 HANDLE window_mutex;
900 (HANDLE)(context))) in lv_win32_window_message_callback()

Completed in 30 milliseconds