Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h221 #define USB_HOST_CTRLB_BUSRESET (_U(0x1) << USB_HOST_CTRLB_BUSRESET_Pos) macro
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h2651 ((Usb *)hw)->HOST.CTRLB.reg |= USB_HOST_CTRLB_BUSRESET; in hri_usbhost_set_CTRLB_BUSRESET_bit()
2659 tmp = (tmp & USB_HOST_CTRLB_BUSRESET) >> USB_HOST_CTRLB_BUSRESET_Pos; in hri_usbhost_get_CTRLB_BUSRESET_bit()
2668 tmp &= ~USB_HOST_CTRLB_BUSRESET; in hri_usbhost_write_CTRLB_BUSRESET_bit()
2677 ((Usb *)hw)->HOST.CTRLB.reg &= ~USB_HOST_CTRLB_BUSRESET; in hri_usbhost_clear_CTRLB_BUSRESET_bit()
2684 ((Usb *)hw)->HOST.CTRLB.reg ^= USB_HOST_CTRLB_BUSRESET; in hri_usbhost_toggle_CTRLB_BUSRESET_bit()