Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h153 return (((UsbHost *)hw)->HostPipe[submodule_index].PSTATUS.reg & USB_HOST_PSTATUS_DTGL) in hri_usbpipe_get_PSTATUS_DTGL_bit()
178 return (((UsbHost *)hw)->HostPipe[submodule_index].PSTATUS.reg & USB_HOST_PSTATUS_CURBK) in hri_usbpipe_get_PSTATUS_CURBK_bit()
203 return (((UsbHost *)hw)->HostPipe[submodule_index].PSTATUS.reg & USB_HOST_PSTATUS_PFREEZE) in hri_usbpipe_get_PSTATUS_PFREEZE_bit()
228 return (((UsbHost *)hw)->HostPipe[submodule_index].PSTATUS.reg & USB_HOST_PSTATUS_BK0RDY) in hri_usbpipe_get_PSTATUS_BK0RDY_bit()
253 return (((UsbHost *)hw)->HostPipe[submodule_index].PSTATUS.reg & USB_HOST_PSTATUS_BK1RDY) in hri_usbpipe_get_PSTATUS_BK1RDY_bit()
281 tmp = ((UsbHost *)hw)->HostPipe[submodule_index].PSTATUS.reg; in hri_usbpipe_get_PSTATUS_reg()
288 return ((UsbHost *)hw)->HostPipe[submodule_index].PSTATUS.reg; in hri_usbpipe_read_PSTATUS_reg()
938 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PSTATUS.reg & USB_HOST_PSTATUS_DTGL) in hri_usbhost_get_PSTATUS_DTGL_bit()
963 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PSTATUS.reg & USB_HOST_PSTATUS_CURBK) in hri_usbhost_get_PSTATUS_CURBK_bit()
988 return (((Usb *)hw)->HOST.HostPipe[submodule_index].PSTATUS.reg & USB_HOST_PSTATUS_PFREEZE) in hri_usbhost_get_PSTATUS_PFREEZE_bit()
[all …]
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1680 …__I USB_HOST_PSTATUS_Type PSTATUS; /**< \brief Offset: 0x006 (R/ 8) HOST_PIPE End Point… member