Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h356 ((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()
368 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TRFAIL; in hri_usbpipe_write_PINTEN_TRFAIL_bit()
370 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRFAIL; in hri_usbpipe_write_PINTEN_TRFAIL_bit()
376 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TRFAIL; in hri_usbpipe_clear_PINTEN_TRFAIL_bit()
1141 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRFAIL; in hri_usbhost_set_PINTEN_TRFAIL_bit()
1146 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg & USB_HOST_PINTENSET_TRFAIL) in hri_usbhost_get_PINTEN_TRFAIL_bit()
1153 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TRFAIL; in hri_usbhost_write_PINTEN_TRFAIL_bit()
1155 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TRFAIL; in hri_usbhost_write_PINTEN_TRFAIL_bit()
1161 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TRFAIL; in hri_usbhost_clear_PINTEN_TRFAIL_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1390 #define USB_HOST_PINTENSET_TRFAIL (_U(0x1) << USB_HOST_PINTENSET_TRFAIL_Pos) macro