Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h761 #define USB_HOST_PINTSMRY_EPINT2_Pos 2 /**< \brief (USB_HOST_PINTSMRY) Pipe 2 Interrupt … macro
762 #define USB_HOST_PINTSMRY_EPINT2 (1 << USB_HOST_PINTSMRY_EPINT2_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h3489 return (((Usb *)hw)->HOST.PINTSMRY.reg & USB_HOST_PINTSMRY_EPINT2) >> USB_HOST_PINTSMRY_EPINT2_Pos; in hri_usbhost_get_PINTSMRY_EPINT2_bit()