Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h544 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_STALL) in hri_usbpipe_get_PINTFLAG_STALL_bit()
550 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_STALL; in hri_usbpipe_clear_PINTFLAG_STALL_bit()
610 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_STALL) in hri_usbpipe_get_interrupt_STALL_bit()
616 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_STALL; in hri_usbpipe_clear_interrupt_STALL_bit()
1329 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_STALL) in hri_usbhost_get_PINTFLAG_STALL_bit()
1335 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_STALL; in hri_usbhost_clear_PINTFLAG_STALL_bit()
1395 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_STALL) in hri_usbhost_get_interrupt_STALL_bit()
1401 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_STALL; in hri_usbhost_clear_interrupt_STALL_bit()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1212 #define USB_HOST_PINTFLAG_STALL (_U(0x1) << USB_HOST_PINTFLAG_STALL_Pos) macro