Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h489 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRCPT0) in hri_usbpipe_get_PINTFLAG_TRCPT0_bit()
495 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRCPT0; in hri_usbpipe_clear_PINTFLAG_TRCPT0_bit()
555 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRCPT0) in hri_usbpipe_get_interrupt_TRCPT0_bit()
561 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRCPT0; in hri_usbpipe_clear_interrupt_TRCPT0_bit()
1274 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRCPT0) in hri_usbhost_get_PINTFLAG_TRCPT0_bit()
1280 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRCPT0; in hri_usbhost_clear_PINTFLAG_TRCPT0_bit()
1340 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRCPT0) in hri_usbhost_get_interrupt_TRCPT0_bit()
1346 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRCPT0; in hri_usbhost_clear_interrupt_TRCPT0_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1199 #define USB_HOST_PINTFLAG_TRCPT0 (1 << USB_HOST_PINTFLAG_TRCPT0_Pos) macro