Home
last modified time | relevance | path

Searched refs:PINTFLAG (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()
500 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRCPT1) in hri_usbpipe_get_PINTFLAG_TRCPT1_bit()
506 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRCPT1; in hri_usbpipe_clear_PINTFLAG_TRCPT1_bit()
511 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TRFAIL) in hri_usbpipe_get_PINTFLAG_TRFAIL_bit()
517 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TRFAIL; in hri_usbpipe_clear_PINTFLAG_TRFAIL_bit()
522 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_PERR) in hri_usbpipe_get_PINTFLAG_PERR_bit()
528 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_PERR; in hri_usbpipe_clear_PINTFLAG_PERR_bit()
533 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg & USB_HOST_PINTFLAG_TXSTP) in hri_usbpipe_get_PINTFLAG_TXSTP_bit()
539 ((UsbHost *)hw)->HostPipe[submodule_index].PINTFLAG.reg = USB_HOST_PINTFLAG_TXSTP; in hri_usbpipe_clear_PINTFLAG_TXSTP_bit()
[all …]
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1681 …__IO USB_HOST_PINTFLAG_Type PINTFLAG; /**< \brief Offset: 0x007 (R/W 8) HOST_PIPE Pipe Inte… member