Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h763 #define USB_HOST_PINTSMRY_EPINT3_Pos 3 /**< \brief (USB_HOST_PINTSMRY) Pipe 3 Interrupt … macro
764 #define USB_HOST_PINTSMRY_EPINT3 (1 << USB_HOST_PINTSMRY_EPINT3_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h3494 return (((Usb *)hw)->HOST.PINTSMRY.reg & USB_HOST_PINTSMRY_EPINT3) >> USB_HOST_PINTSMRY_EPINT3_Pos; in hri_usbhost_get_PINTSMRY_EPINT3_bit()