Home
last modified time | relevance | path

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

/loramac-node-latest/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()
318 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TRCPT0; in hri_usbpipe_write_PINTEN_TRCPT0_bit()
320 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRCPT0; in hri_usbpipe_write_PINTEN_TRCPT0_bit()
326 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TRCPT0; in hri_usbpipe_clear_PINTEN_TRCPT0_bit()
1091 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRCPT0; in hri_usbhost_set_PINTEN_TRCPT0_bit()
1096 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg & USB_HOST_PINTENSET_TRCPT0) in hri_usbhost_get_PINTEN_TRCPT0_bit()
1103 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TRCPT0; in hri_usbhost_write_PINTEN_TRCPT0_bit()
1105 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRCPT0; in hri_usbhost_write_PINTEN_TRCPT0_bit()
1111 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TRCPT0; in hri_usbhost_clear_PINTEN_TRCPT0_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1383 #define USB_HOST_PINTENSET_TRCPT0 (1 << USB_HOST_PINTENSET_TRCPT0_Pos) macro