/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/ |
H A D | usbh_core.c | 96 USBH_StatusTypeDef USBH_Init(USBH_HandleTypeDef *phost, in USBH_Init() 97 void (*pUsrFunc)(USBH_HandleTypeDef *phost, in USBH_Init() 178 USBH_StatusTypeDef USBH_DeInit(USBH_HandleTypeDef *phost) in USBH_DeInit() 205 static USBH_StatusTypeDef DeInitStateMachine(USBH_HandleTypeDef *phost) in DeInitStateMachine() 245 USBH_StatusTypeDef USBH_RegisterClass(USBH_HandleTypeDef *phost, USBH_ClassTypeDef *pclass) in USBH_RegisterClass() 280 USBH_StatusTypeDef USBH_SelectInterface(USBH_HandleTypeDef *phost, uint8_t interface) in USBH_SelectInterface() 309 uint8_t USBH_GetActiveClass(USBH_HandleTypeDef *phost) in USBH_GetActiveClass() 325 uint8_t USBH_FindInterface(USBH_HandleTypeDef *phost, uint8_t Class, uint8_t SubClass, uint8_t Pro… in USBH_FindInterface() 358 uint8_t USBH_FindInterfaceIndex(USBH_HandleTypeDef *phost, uint8_t interface_number, uint8_t alt_s… in USBH_FindInterfaceIndex() 386 USBH_StatusTypeDef USBH_Start(USBH_HandleTypeDef *phost) in USBH_Start() [all …]
|
H A D | usbh_conf_template.c | 29 USBH_StatusTypeDef USBH_LL_Init(USBH_HandleTypeDef *phost) in USBH_LL_Init() 43 USBH_StatusTypeDef USBH_LL_DeInit(USBH_HandleTypeDef *phost) in USBH_LL_DeInit() 57 USBH_StatusTypeDef USBH_LL_Start(USBH_HandleTypeDef *phost) in USBH_LL_Start() 71 USBH_StatusTypeDef USBH_LL_Stop(USBH_HandleTypeDef *phost) in USBH_LL_Stop() 85 USBH_SpeedTypeDef USBH_LL_GetSpeed(USBH_HandleTypeDef *phost) in USBH_LL_GetSpeed() 101 USBH_StatusTypeDef USBH_LL_ResetPort(USBH_HandleTypeDef *phost) in USBH_LL_ResetPort() 116 uint32_t USBH_LL_GetLastXferSize(USBH_HandleTypeDef *phost, uint8_t pipe) in USBH_LL_GetLastXferSize() 137 USBH_StatusTypeDef USBH_LL_OpenPipe(USBH_HandleTypeDef *phost, in USBH_LL_OpenPipe() 164 USBH_StatusTypeDef USBH_LL_ClosePipe(USBH_HandleTypeDef *phost, uint8_t pipe) in USBH_LL_ClosePipe() 202 USBH_StatusTypeDef USBH_LL_SubmitURB(USBH_HandleTypeDef *phost, in USBH_LL_SubmitURB() [all …]
|
H A D | usbh_ctlreq.c | 103 USBH_StatusTypeDef USBH_Get_DevDesc(USBH_HandleTypeDef *phost, uint8_t length) in USBH_Get_DevDesc() 130 USBH_StatusTypeDef USBH_Get_CfgDesc(USBH_HandleTypeDef *phost, in USBH_Get_CfgDesc() 158 USBH_StatusTypeDef USBH_Get_StringDesc(USBH_HandleTypeDef *phost, in USBH_Get_StringDesc() 188 USBH_StatusTypeDef USBH_GetDescriptor(USBH_HandleTypeDef *phost, in USBH_GetDescriptor() 222 USBH_StatusTypeDef USBH_SetAddress(USBH_HandleTypeDef *phost, in USBH_SetAddress() 248 USBH_StatusTypeDef USBH_SetCfg(USBH_HandleTypeDef *phost, uint16_t cfg_idx) in USBH_SetCfg() 272 USBH_StatusTypeDef USBH_SetInterface(USBH_HandleTypeDef *phost, uint8_t ep_num, in USBH_SetInterface() 297 USBH_StatusTypeDef USBH_SetFeature(USBH_HandleTypeDef *phost, uint8_t wValue) in USBH_SetFeature() 322 USBH_StatusTypeDef USBH_ClrFeature(USBH_HandleTypeDef *phost, uint8_t ep_num) in USBH_ClrFeature() 545 USBH_StatusTypeDef USBH_CtlReq(USBH_HandleTypeDef *phost, uint8_t *buff, in USBH_CtlReq() [all …]
|
H A D | usbh_ioreq.c | 92 USBH_StatusTypeDef USBH_CtlSendSetup(USBH_HandleTypeDef *phost, in USBH_CtlSendSetup() 118 USBH_StatusTypeDef USBH_CtlSendData(USBH_HandleTypeDef *phost, in USBH_CtlSendData() 151 USBH_StatusTypeDef USBH_CtlReceiveData(USBH_HandleTypeDef *phost, in USBH_CtlReceiveData() 178 USBH_StatusTypeDef USBH_BulkSendData(USBH_HandleTypeDef *phost, in USBH_BulkSendData() 210 USBH_StatusTypeDef USBH_BulkReceiveData(USBH_HandleTypeDef *phost, in USBH_BulkReceiveData() 236 USBH_StatusTypeDef USBH_InterruptReceiveData(USBH_HandleTypeDef *phost, in USBH_InterruptReceiveData() 262 USBH_StatusTypeDef USBH_InterruptSendData(USBH_HandleTypeDef *phost, in USBH_InterruptSendData() 288 USBH_StatusTypeDef USBH_IsocReceiveData(USBH_HandleTypeDef *phost, in USBH_IsocReceiveData() 315 USBH_StatusTypeDef USBH_IsocSendData(USBH_HandleTypeDef *phost, in USBH_IsocSendData()
|
H A D | usbh_pipes.c | 85 USBH_StatusTypeDef USBH_OpenPipe(USBH_HandleTypeDef *phost, uint8_t pipe_num, in USBH_OpenPipe() 102 USBH_StatusTypeDef USBH_ClosePipe(USBH_HandleTypeDef *phost, uint8_t pipe_num) in USBH_ClosePipe() 117 uint8_t USBH_AllocPipe(USBH_HandleTypeDef *phost, uint8_t ep_addr) in USBH_AllocPipe() 139 USBH_StatusTypeDef USBH_FreePipe(USBH_HandleTypeDef *phost, uint8_t idx) in USBH_FreePipe() 156 static uint16_t USBH_GetFreePipe(USBH_HandleTypeDef *phost) in USBH_GetFreePipe()
|
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/ |
H A D | usbh_hid.c | 137 static USBH_StatusTypeDef USBH_HID_InterfaceInit(USBH_HandleTypeDef *phost) in USBH_HID_InterfaceInit() 245 static USBH_StatusTypeDef USBH_HID_InterfaceDeInit(USBH_HandleTypeDef *phost) in USBH_HID_InterfaceDeInit() 279 static USBH_StatusTypeDef USBH_HID_ClassRequest(USBH_HandleTypeDef *phost) in USBH_HID_ClassRequest() 372 static USBH_StatusTypeDef USBH_HID_Process(USBH_HandleTypeDef *phost) in USBH_HID_Process() 502 static USBH_StatusTypeDef USBH_HID_SOFProcess(USBH_HandleTypeDef *phost) in USBH_HID_SOFProcess() 533 USBH_StatusTypeDef USBH_HID_GetHIDReportDescriptor(USBH_HandleTypeDef *phost, in USBH_HID_GetHIDReportDescriptor() 563 USBH_StatusTypeDef USBH_HID_GetHIDDescriptor(USBH_HandleTypeDef *phost, in USBH_HID_GetHIDDescriptor() 585 USBH_StatusTypeDef USBH_HID_SetIdle(USBH_HandleTypeDef *phost, in USBH_HID_SetIdle() 614 USBH_StatusTypeDef USBH_HID_SetReport(USBH_HandleTypeDef *phost, in USBH_HID_SetReport() 645 USBH_StatusTypeDef USBH_HID_GetReport(USBH_HandleTypeDef *phost, in USBH_HID_GetReport() [all …]
|
H A D | usbh_hid_mouse.c | 181 USBH_StatusTypeDef USBH_HID_MouseInit(USBH_HandleTypeDef *phost) in USBH_HID_MouseInit() 214 HID_MOUSE_Info_TypeDef *USBH_HID_GetMouseInfo(USBH_HandleTypeDef *phost) in USBH_HID_GetMouseInfo() 232 static USBH_StatusTypeDef USBH_HID_MouseDecode(USBH_HandleTypeDef *phost) in USBH_HID_MouseDecode()
|
H A D | usbh_hid_keybd.c | 328 USBH_StatusTypeDef USBH_HID_KeybdInit(USBH_HandleTypeDef *phost) in USBH_HID_KeybdInit() 361 HID_KEYBD_Info_TypeDef *USBH_HID_GetKeybdInfo(USBH_HandleTypeDef *phost) in USBH_HID_GetKeybdInfo() 379 static USBH_StatusTypeDef USBH_HID_KeybdDecode(USBH_HandleTypeDef *phost) in USBH_HID_KeybdDecode()
|
/btstack/port/stm32-f4discovery-usb/USB_HOST/Target/ |
H A D | usbh_conf.c | 203 USBH_StatusTypeDef USBH_LL_Init(USBH_HandleTypeDef *phost) in USBH_LL_Init() 232 USBH_StatusTypeDef USBH_LL_DeInit(USBH_HandleTypeDef *phost) in USBH_LL_DeInit() 249 USBH_StatusTypeDef USBH_LL_Start(USBH_HandleTypeDef *phost) in USBH_LL_Start() 266 USBH_StatusTypeDef USBH_LL_Stop(USBH_HandleTypeDef *phost) in USBH_LL_Stop() 283 USBH_SpeedTypeDef USBH_LL_GetSpeed(USBH_HandleTypeDef *phost) in USBH_LL_GetSpeed() 313 USBH_StatusTypeDef USBH_LL_ResetPort(USBH_HandleTypeDef *phost) in USBH_LL_ResetPort() 331 uint32_t USBH_LL_GetLastXferSize(USBH_HandleTypeDef *phost, uint8_t pipe) in USBH_LL_GetLastXferSize() 347 USBH_StatusTypeDef USBH_LL_OpenPipe(USBH_HandleTypeDef *phost, uint8_t pipe_num, uint8_t epnum, in USBH_LL_OpenPipe() 367 USBH_StatusTypeDef USBH_LL_ClosePipe(USBH_HandleTypeDef *phost, uint8_t pipe) in USBH_LL_ClosePipe() 406 USBH_StatusTypeDef USBH_LL_SubmitURB(USBH_HandleTypeDef *phost, uint8_t pipe, uint8_t direction, in USBH_LL_SubmitURB() [all …]
|
/btstack/port/stm32-f4discovery-usb/port/ |
H A D | usbh_bluetooth.c | 97 USBH_StatusTypeDef usbh_bluetooth_start_acl_in_transfer(USBH_HandleTypeDef *phost, USB_Bluetooth_t … in usbh_bluetooth_start_acl_in_transfer() 103 USBH_StatusTypeDef USBH_Bluetooth_InterfaceInit(USBH_HandleTypeDef *phost){ in USBH_Bluetooth_InterfaceInit() 180 USBH_StatusTypeDef USBH_Bluetooth_InterfaceDeInit(USBH_HandleTypeDef *phost){ in USBH_Bluetooth_InterfaceDeInit() 187 USBH_StatusTypeDef USBH_Bluetooth_ClassRequest(USBH_HandleTypeDef *phost){ in USBH_Bluetooth_ClassRequest() 196 USBH_StatusTypeDef USBH_Bluetooth_Process(USBH_HandleTypeDef *phost){ in USBH_Bluetooth_Process() 331 USBH_StatusTypeDef USBH_Bluetooth_SOFProcess(USBH_HandleTypeDef *phost){ in USBH_Bluetooth_SOFProcess()
|
/btstack/port/stm32-f4discovery-usb/USB_HOST/App/ |
H A D | usb_host.c | 104 static void USBH_UserProcess (USBH_HandleTypeDef *phost, uint8_t id) in USBH_UserProcess()
|