Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h406 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TXSTP; in hri_usbpipe_set_PINTEN_TXSTP_bit()
411 return (((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg & USB_HOST_PINTENSET_TXSTP) in hri_usbpipe_get_PINTEN_TXSTP_bit()
418 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TXSTP; in hri_usbpipe_write_PINTEN_TXSTP_bit()
420 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TXSTP; in hri_usbpipe_write_PINTEN_TXSTP_bit()
426 ((UsbHost *)hw)->HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TXSTP; in hri_usbpipe_clear_PINTEN_TXSTP_bit()
1191 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TXSTP; in hri_usbhost_set_PINTEN_TXSTP_bit()
1196 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg & USB_HOST_PINTENSET_TXSTP) in hri_usbhost_get_PINTEN_TXSTP_bit()
1203 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TXSTP; in hri_usbhost_write_PINTEN_TXSTP_bit()
1205 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENSET.reg = USB_HOST_PINTENSET_TXSTP; in hri_usbhost_write_PINTEN_TXSTP_bit()
1211 ((Usb *)hw)->HOST.HostPipe[submodule_index].PINTENCLR.reg = USB_HOST_PINTENSET_TXSTP; in hri_usbhost_clear_PINTEN_TXSTP_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1394 #define USB_HOST_PINTENSET_TXSTP (_U(0x1) << USB_HOST_PINTENSET_TXSTP_Pos) macro