Home
last modified time | relevance | path

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

/bsp/lm3s9b9x/Libraries/driverlib/
A Dusb.h198 #define USB_DEV_EP0_SENT_STALL 0x00000004 // Stall was sent on this endpoint macro
A Dusb.c1223 if(ulFlags & USB_DEV_EP0_SENT_STALL) in USBDevEndpointStatusClear()
1225 HWREGB(ulBase + USB_O_CSRL0) &= ~(USB_DEV_EP0_SENT_STALL); in USBDevEndpointStatusClear()
/bsp/lm4f232/Libraries/driverlib/
A Dusb.h198 #define USB_DEV_EP0_SENT_STALL 0x00000004 // Stall was sent on this endpoint macro
A Dusb.c1223 if(ulFlags & USB_DEV_EP0_SENT_STALL) in USBDevEndpointStatusClear()
1225 HWREGB(ulBase + USB_O_CSRL0) &= ~(USB_DEV_EP0_SENT_STALL); in USBDevEndpointStatusClear()
/bsp/lm3s8962/Libraries/driverlib/
A Dusb.h198 #define USB_DEV_EP0_SENT_STALL 0x00000004 // Stall was sent on this endpoint macro
A Dusb.c1223 if(ulFlags & USB_DEV_EP0_SENT_STALL) in USBDevEndpointStatusClear()
1225 HWREGB(ulBase + USB_O_CSRL0) &= ~(USB_DEV_EP0_SENT_STALL); in USBDevEndpointStatusClear()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_usb.c342 if (flags & USB_DEV_EP0_SENT_STALL) in ald_usb_dev_ep_status_clear()
343 USB0->CSR0L &= ~(USB_DEV_EP0_SENT_STALL); in ald_usb_dev_ep_status_clear()
/bsp/ti/c28x/libraries/tms320f28379d/common/include/
A Dusb.h229 #define USB_DEV_EP0_SENT_STALL 0x00000004 // Stall was sent on this endpoint macro
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_usb.h307 #define USB_DEV_EP0_SENT_STALL 0x00000004U macro
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/
A Dusb.h217 #define USB_DEV_EP0_SENT_STALL 0x00000004 // Stall was sent on this endpoint macro
A Dusb.c1112 if (ui32Flags & USB_DEV_EP0_SENT_STALL) in USBDevEndpointStatusClear()
1114 HWREGB(ui32Base + USB_O_CSRL0) &= ~(USB_DEV_EP0_SENT_STALL); in USBDevEndpointStatusClear()
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/
A Dusb.h216 #define USB_DEV_EP0_SENT_STALL 0x00000004 // Stall was sent on this endpoint macro
/bsp/tm4c129x/libraries/driverlib/
A Dusb.h216 #define USB_DEV_EP0_SENT_STALL 0x00000004 // Stall was sent on this endpoint macro
A Dusb.c1127 if(ui32Flags & USB_DEV_EP0_SENT_STALL) in USBDevEndpointStatusClear()
1129 HWREGB(ui32Base + USB_O_CSRL0) &= ~(USB_DEV_EP0_SENT_STALL); in USBDevEndpointStatusClear()
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dusb_lowlayer_api.h328 #define USB_DEV_EP0_SENT_STALL 0x00000004U
/bsp/ti/c28x/libraries/tms320f28379d/common/source/
A Dusb.c1122 if(ui32Flags & USB_DEV_EP0_SENT_STALL) in USBDevEndpointStatusClear()
1124 HWREGB(ui32Base + USB_O_CSRL0) &= ~(USB_DEV_EP0_SENT_STALL); in USBDevEndpointStatusClear()
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/
A Dusb.c1127 if(ui32Flags & USB_DEV_EP0_SENT_STALL) in USBDevEndpointStatusClear()
1129 HWREGB(ui32Base + USB_O_CSRL0) &= ~(USB_DEV_EP0_SENT_STALL); in USBDevEndpointStatusClear()

Completed in 56 milliseconds