Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h59 #define USB_CTRLA_SWRST (_U(0x1) << USB_CTRLA_SWRST_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h2121 ((Usb *)hw)->HOST.CTRLA.reg |= USB_CTRLA_SWRST; in hri_usbhost_set_CTRLA_SWRST_bit()
2130 tmp = (tmp & USB_CTRLA_SWRST) >> USB_CTRLA_SWRST_Pos; in hri_usbhost_get_CTRLA_SWRST_bit()
5178 ((Usb *)hw)->DEVICE.CTRLA.reg |= USB_CTRLA_SWRST; in hri_usbdevice_set_CTRLA_SWRST_bit()
5187 tmp = (tmp & USB_CTRLA_SWRST) >> USB_CTRLA_SWRST_Pos; in hri_usbdevice_get_CTRLA_SWRST_bit()