Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h214 #define USB_HOST_CTRLB_TSTJ_Pos 5 /**< \brief (USB_HOST_CTRLB) Test mode J */ macro
215 #define USB_HOST_CTRLB_TSTJ (_U(0x1) << USB_HOST_CTRLB_TSTJ_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h2539 tmp = (tmp & USB_HOST_CTRLB_TSTJ) >> USB_HOST_CTRLB_TSTJ_Pos; in hri_usbhost_get_CTRLB_TSTJ_bit()
2549 tmp |= value << USB_HOST_CTRLB_TSTJ_Pos; in hri_usbhost_write_CTRLB_TSTJ_bit()