Home
last modified time | relevance | path

Searched refs:USB_BufDesp_Type (Results 1 – 3 of 3) sorted by relevance

/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Inc/
A Dhal_usb.h287 USB_BufDesp_Type * USB_GetBufDesp(USB_Type * USBx);
295 USB_TokenPid_Type USB_BufDesp_GetTokenPid(USB_BufDesp_Type * bd);
303 uint32_t USB_BufDesp_GetPacketAddr(USB_BufDesp_Type * bd);
311 uint32_t USB_BufDesp_GetPacketSize(USB_BufDesp_Type * bd);
319 void USB_BufDesp_Reset(USB_BufDesp_Type * bd);
383 bool USB_BufDesp_Xfer(USB_BufDesp_Type * bd, uint32_t data_n, uint8_t * data, uint32_t len);
391 bool USB_BufDesp_IsBusy(USB_BufDesp_Type * bd);
A Dhal_usb_bdt.h62 } USB_BufDesp_Type; typedef
69USB_BufDesp_Type Table[USB_BDT_EP_NUM][ USB_BDT_DIRECTION_NUM][ USB_BDT_BUF_NUM]; /*!< [EndPoint] …
70 USB_BufDesp_Type Index[USB_BDT_EP_NUM * USB_BDT_DIRECTION_NUM * USB_BDT_BUF_NUM]; /*!< Index. */
/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Src/
A Dhal_usb.c172 USB_BufDesp_Type * USB_GetBufDesp(USB_Type * USBx) in USB_GetBufDesp()
178 USB_TokenPid_Type USB_BufDesp_GetTokenPid(USB_BufDesp_Type * bd) in USB_BufDesp_GetTokenPid()
183 uint32_t USB_BufDesp_GetPacketAddr(USB_BufDesp_Type * bd) in USB_BufDesp_GetPacketAddr()
188 uint32_t USB_BufDesp_GetPacketSize(USB_BufDesp_Type * bd) in USB_BufDesp_GetPacketSize()
193 void USB_BufDesp_Reset(USB_BufDesp_Type * bd) in USB_BufDesp_Reset()
216 bool USB_BufDesp_Xfer(USB_BufDesp_Type * bd, uint32_t data_n, uint8_t * buffer, uint32_t len) in USB_BufDesp_Xfer()
229 bool USB_BufDesp_IsBusy(USB_BufDesp_Type * bd) in USB_BufDesp_IsBusy()

Completed in 6 milliseconds