Home
last modified time | relevance | path

Searched refs:USB_DEV_TX_UNDERRUN (Results 1 – 17 of 17) sorted by relevance

/bsp/lm3s9b9x/Libraries/driverlib/
A Dusb.h193 #define USB_DEV_TX_UNDERRUN 0x00000004 // IN received with no data ready macro
A Dusb.c1235 ~(ulFlags & (USB_DEV_TX_SENT_STALL | USB_DEV_TX_UNDERRUN)); in USBDevEndpointStatusClear()
/bsp/lm4f232/Libraries/driverlib/
A Dusb.h193 #define USB_DEV_TX_UNDERRUN 0x00000004 // IN received with no data ready macro
A Dusb.c1235 ~(ulFlags & (USB_DEV_TX_SENT_STALL | USB_DEV_TX_UNDERRUN)); in USBDevEndpointStatusClear()
/bsp/lm3s8962/Libraries/driverlib/
A Dusb.h193 #define USB_DEV_TX_UNDERRUN 0x00000004 // IN received with no data ready macro
A Dusb.c1235 ~(ulFlags & (USB_DEV_TX_SENT_STALL | USB_DEV_TX_UNDERRUN)); in USBDevEndpointStatusClear()
/bsp/ti/c28x/libraries/tms320f28379d/common/include/
A Dusb.h224 #define USB_DEV_TX_UNDERRUN 0x00000004 // IN received with no data ready macro
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_usb.h302 #define USB_DEV_TX_UNDERRUN 0x00000004U macro
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/
A Dusb.h212 #define USB_DEV_TX_UNDERRUN 0x00000004 // IN received with no data ready macro
A Dusb.c1124 ~(ui32Flags & (USB_DEV_TX_SENT_STALL | USB_DEV_TX_UNDERRUN)); in USBDevEndpointStatusClear()
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/
A Dusb.h211 #define USB_DEV_TX_UNDERRUN 0x00000004 // IN received with no data ready macro
/bsp/tm4c129x/libraries/driverlib/
A Dusb.h211 #define USB_DEV_TX_UNDERRUN 0x00000004 // IN received with no data ready macro
A Dusb.c1139 ~(ui32Flags & (USB_DEV_TX_SENT_STALL | USB_DEV_TX_UNDERRUN)); in USBDevEndpointStatusClear()
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dusb_lowlayer_api.h324 #define USB_DEV_TX_UNDERRUN 0x00000004U
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_usb.c346 USB0->CSR[ep_idx - 1].TXxCSRL &= ~(flags & (USB_DEV_TX_SENT_STALL | USB_DEV_TX_UNDERRUN)); in ald_usb_dev_ep_status_clear()
/bsp/ti/c28x/libraries/tms320f28379d/common/source/
A Dusb.c1134 ~(ui32Flags & (USB_DEV_TX_SENT_STALL | USB_DEV_TX_UNDERRUN)); in USBDevEndpointStatusClear()
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/
A Dusb.c1139 ~(ui32Flags & (USB_DEV_TX_SENT_STALL | USB_DEV_TX_UNDERRUN)); in USBDevEndpointStatusClear()

Completed in 65 milliseconds