Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h427 #define USB_HOST_FLENHIGH_FLENHIGH_Msk (_U(0xFF) << USB_HOST_FLENHIGH_FLENHIGH_Pos) macro
428 #define USB_HOST_FLENHIGH_FLENHIGH(value) (USB_HOST_FLENHIGH_FLENHIGH_Msk & ((value) << USB_HOST_FL…
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h3460 …return (((Usb *)hw)->HOST.FLENHIGH.reg & USB_HOST_FLENHIGH_FLENHIGH_Msk) >> USB_HOST_FLENHIGH_FLEN… in hri_usbhost_read_FLENHIGH_FLENHIGH_bf()