Lines Matching defs:USBx

64 HAL_StatusTypeDef USB_CoreInit(USB_TypeDef *USBx, USB_CfgTypeDef cfg)  in USB_CoreInit()
84 HAL_StatusTypeDef USB_EnableGlobalInt(USB_TypeDef *USBx) in USB_EnableGlobalInt()
109 HAL_StatusTypeDef USB_DisableGlobalInt(USB_TypeDef *USBx) in USB_DisableGlobalInt()
133 HAL_StatusTypeDef USB_SetCurrentMode(USB_TypeDef *USBx, USB_ModeTypeDef mode) in USB_SetCurrentMode()
154 HAL_StatusTypeDef USB_DevInit(USB_TypeDef *USBx, USB_CfgTypeDef cfg) in USB_DevInit()
183 HAL_StatusTypeDef USB_FlushTxFifo(USB_TypeDef const *USBx, uint32_t num) in USB_FlushTxFifo()
202 HAL_StatusTypeDef USB_FlushRxFifo(USB_TypeDef const *USBx) in USB_FlushRxFifo()
223 HAL_StatusTypeDef USB_ActivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_ActivateEndpoint()
356 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_DeactivateEndpoint()
415 HAL_StatusTypeDef USB_EPStartXfer(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_EPStartXfer()
635 HAL_StatusTypeDef USB_EPSetStall(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_EPSetStall()
655 HAL_StatusTypeDef USB_EPClearStall(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_EPClearStall()
687 HAL_StatusTypeDef USB_EPStopXfer(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_EPStopXfer()
732 HAL_StatusTypeDef USB_StopDevice(USB_TypeDef *USBx) in USB_StopDevice()
753 HAL_StatusTypeDef USB_SetDevAddress(USB_TypeDef *USBx, uint8_t address) in USB_SetDevAddress()
769 HAL_StatusTypeDef USB_DevConnect(USB_TypeDef *USBx) in USB_DevConnect()
787 HAL_StatusTypeDef USB_DevDisconnect(USB_TypeDef *USBx) in USB_DevDisconnect()
805 uint32_t USB_ReadInterrupts(USB_TypeDef const *USBx) in USB_ReadInterrupts()
818 HAL_StatusTypeDef USB_ActivateRemoteWakeup(USB_TypeDef *USBx) in USB_ActivateRemoteWakeup()
830 HAL_StatusTypeDef USB_DeActivateRemoteWakeup(USB_TypeDef *USBx) in USB_DeActivateRemoteWakeup()
845 void USB_WritePMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNByte… in USB_WritePMA()
880 void USB_ReadPMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_ReadPMA()