Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h382 #define USB_DEVICE_FNUM_MFNUM(value) (USB_DEVICE_FNUM_MFNUM_Msk & ((value) << USB_DEVICE_FNUM_MFNUM… macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h6469 return (((Usb *)hw)->DEVICE.FNUM.reg & USB_DEVICE_FNUM_MFNUM(mask)) >> USB_DEVICE_FNUM_MFNUM_Pos; in hri_usbdevice_get_FNUM_MFNUM_bf()