Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h58 #define USB_CTRLA_SWRST_Pos 0 /**< \brief (USB_CTRLA) Software Reset */ macro
59 #define USB_CTRLA_SWRST (_U(0x1) << USB_CTRLA_SWRST_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h2130 tmp = (tmp & USB_CTRLA_SWRST) >> USB_CTRLA_SWRST_Pos; in hri_usbhost_get_CTRLA_SWRST_bit()
5187 tmp = (tmp & USB_CTRLA_SWRST) >> USB_CTRLA_SWRST_Pos; in hri_usbdevice_get_CTRLA_SWRST_bit()