Searched refs:HANDLE (Results 1 – 13 of 13) sorted by relevance
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | core_usb_ll_driver.h | 26 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 D | core_task.h | 32 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 D | bsp_common.h | 149 #define HANDLE void * macro
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Src/ |
| A D | core_usb_ll_driver.c | 1439 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 D | core_i2c.c | 48 HANDLE Sem;
|
| A D | core_spi.c | 73 HANDLE Sem;
|
| /bsp/simulator/pcap/Include/ |
| A D | Packet32.h | 225 HANDLE hFile; ///< \internal Handle to an open instance of the NPF driver. 229 …HANDLE ReadEvent; ///< A notification event associated with the read calls on the adapte… 266 …HANDLE hEvent; ///< \deprecated Still present for compatibility with old applications. 340 HANDLE PacketGetReadEvent(LPADAPTER AdapterObject);
|
| A D | Win32-Extensions.h | 93 HANDLE pcap_getevent(pcap_t *p);
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sound/ |
| A D | aw_types.h | 24 typedef void * HANDLE; typedef
|
| /bsp/simulator/drivers/ |
| A D | dfs_win32.c | 34 HANDLE handle; 158 HANDLE handle; in dfs_win32_open() 441 HANDLE hFind; in dfs_win32_stat()
|
| A D | sdl_fb.c | 249 static HANDLE sdl_ok_event = NULL; 482 HANDLE thread; in rt_hw_sdl_start()
|
| A D | uart_console.c | 37 static HANDLE OSKey_Thread;
|
| /bsp/simulator/applications/lvgl/ |
| A D | win32drv.c | 44 HANDLE window_mutex; 900 (HANDLE)(context))) in lv_win32_window_message_callback()
|
Completed in 54 milliseconds