Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h331 ((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()
343 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TRCPT1; in hri_usbpipe_write_PINTEN_TRCPT1_bit()
345 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRCPT1; in hri_usbpipe_write_PINTEN_TRCPT1_bit()
351 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TRCPT1; in hri_usbpipe_clear_PINTEN_TRCPT1_bit()
1116 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRCPT1; in hri_usbhost_set_PINTEN_TRCPT1_bit()
1121 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg & USB_HOST_PINTENSET_TRCPT1) in hri_usbhost_get_PINTEN_TRCPT1_bit()
1128 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TRCPT1; in hri_usbhost_write_PINTEN_TRCPT1_bit()
1130 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRCPT1; in hri_usbhost_write_PINTEN_TRCPT1_bit()
1136 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TRCPT1; in hri_usbhost_clear_PINTEN_TRCPT1_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1385 #define USB_HOST_PINTENSET_TRCPT1 (1 << USB_HOST_PINTENSET_TRCPT1_Pos) macro