Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h597 #define USB_HOST_INTENSET_DDISC_Pos 9 /**< \brief (USB_HOST_INTENSET) Device Disconnecti… macro
598 #define USB_HOST_INTENSET_DDISC (_U(0x1) << USB_HOST_INTENSET_DDISC_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h1891 return (((Usb *)hw)->HOST.INTENSET.reg & USB_HOST_INTENSET_DDISC) >> USB_HOST_INTENSET_DDISC_Pos; in hri_usbhost_get_INTEN_DDISC_bit()