Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h767 #define USB_HOST_PINTSMRY_EPINT5_Pos 5 /**< \brief (USB_HOST_PINTSMRY) Pipe 5 Interrupt … macro
768 #define USB_HOST_PINTSMRY_EPINT5 (1 << USB_HOST_PINTSMRY_EPINT5_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h3504 return (((Usb *)hw)->HOST.PINTSMRY.reg & USB_HOST_PINTSMRY_EPINT5) >> USB_HOST_PINTSMRY_EPINT5_Pos; in hri_usbhost_get_PINTSMRY_EPINT5_bit()