Home
last modified time | relevance | path

Searched refs:USB_DEVICE_EPINTFLAG_STALL0 (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h7032 …rn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_STALL0) in hri_usbendpoint_get_EPINTFLAG_STALL0_bit()
7038 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_STALL0; in hri_usbendpoint_clear_EPINTFLAG_STALL0_bit()
7109 …rn (((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_STALL0) in hri_usbendpoint_get_interrupt_STALL0_bit()
7115 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_STALL0; in hri_usbendpoint_clear_interrupt_STALL0_bit()
7819 …n (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_STALL0) in hri_usbdevice_get_EPINTFLAG_STALL0_bit()
7825 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_STALL0; in hri_usbdevice_clear_EPINTFLAG_STALL0_bit()
7896 …n (((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg & USB_DEVICE_EPINTFLAG_STALL0) in hri_usbdevice_get_interrupt_STALL0_bit()
7902 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPINTFLAG.reg = USB_DEVICE_EPINTFLAG_STALL0; in hri_usbdevice_clear_interrupt_STALL0_bit()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1167 #define USB_DEVICE_EPINTFLAG_STALL0 (1 << USB_DEVICE_EPINTFLAG_STALL0_Pos) macro