Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h668 #define USB_HOST_INTFLAG_HSOF_Pos 2 /**< \brief (USB_HOST_INTFLAG) Host Start Of Frame… macro
669 #define USB_HOST_INTFLAG_HSOF (_U(0x1) << USB_HOST_INTFLAG_HSOF_Pos)
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h1940 return (((Usb *)hw)->HOST.INTFLAG.reg & USB_HOST_INTFLAG_HSOF) >> USB_HOST_INTFLAG_HSOF_Pos; in hri_usbhost_get_INTFLAG_HSOF_bit()
2020 return (((Usb *)hw)->HOST.INTFLAG.reg & USB_HOST_INTFLAG_HSOF) >> USB_HOST_INTFLAG_HSOF_Pos; in hri_usbhost_get_interrupt_HSOF_bit()