Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h306 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRCPT0; in hri_usbpipe_set_PINTEN_TRCPT0_bit()
311 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg & USB_HOST_PINTENSET_TRCPT0) in hri_usbpipe_get_PINTEN_TRCPT0_bit()
320 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRCPT0; in hri_usbpipe_write_PINTEN_TRCPT0_bit()
331 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRCPT1; in hri_usbpipe_set_PINTEN_TRCPT1_bit()
336 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg & USB_HOST_PINTENSET_TRCPT1) in hri_usbpipe_get_PINTEN_TRCPT1_bit()
345 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRCPT1; in hri_usbpipe_write_PINTEN_TRCPT1_bit()
356 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRFAIL; in hri_usbpipe_set_PINTEN_TRFAIL_bit()
361 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg & USB_HOST_PINTENSET_TRFAIL) in hri_usbpipe_get_PINTEN_TRFAIL_bit()
370 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRFAIL; in hri_usbpipe_write_PINTEN_TRFAIL_bit()
381 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_PERR; in hri_usbpipe_set_PINTEN_PERR_bit()
[all …]
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1683 …__IO USB_HOST_PINTENSET_Type PINTENSET; /**< \brief Offset: 0x009 (R/W 8) HOST_PIPE Pipe Inte… member