Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h218 #define USB_HOST_CTRLB_SOFE_Pos 8 /**< \brief (USB_HOST_CTRLB) Start of Frame Genera… macro
219 #define USB_HOST_CTRLB_SOFE (_U(0x1) << USB_HOST_CTRLB_SOFE_Pos)
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h2619 tmp = (tmp & USB_HOST_CTRLB_SOFE) >> USB_HOST_CTRLB_SOFE_Pos; in hri_usbhost_get_CTRLB_SOFE_bit()
2629 tmp |= value << USB_HOST_CTRLB_SOFE_Pos; in hri_usbhost_write_CTRLB_SOFE_bit()