Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h407 #define USB_HOST_FNUM_MFNUM(value) (USB_HOST_FNUM_MFNUM_Msk & ((value) << USB_HOST_FNUM_MFNUM_Pos)) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h2990 ((Usb *)hw)->HOST.FNUM.reg |= USB_HOST_FNUM_MFNUM(mask); in hri_usbhost_set_FNUM_MFNUM_bf()
2998 tmp = (tmp & USB_HOST_FNUM_MFNUM(mask)) >> USB_HOST_FNUM_MFNUM_Pos; in hri_usbhost_get_FNUM_MFNUM_bf()
3008 tmp |= USB_HOST_FNUM_MFNUM(data); in hri_usbhost_write_FNUM_MFNUM_bf()
3016 ((Usb *)hw)->HOST.FNUM.reg &= ~USB_HOST_FNUM_MFNUM(mask); in hri_usbhost_clear_FNUM_MFNUM_bf()
3023 ((Usb *)hw)->HOST.FNUM.reg ^= USB_HOST_FNUM_MFNUM(mask); in hri_usbhost_toggle_FNUM_MFNUM_bf()