Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h160 #define USB_DEVICE_CTRLB_TSTPCKT_Pos 7 /**< \brief (USB_DEVICE_CTRLB) Test packet mode */ macro
161 #define USB_DEVICE_CTRLB_TSTPCKT (_U(0x1) << USB_DEVICE_CTRLB_TSTPCKT_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h5717 tmp = (tmp & USB_DEVICE_CTRLB_TSTPCKT) >> USB_DEVICE_CTRLB_TSTPCKT_Pos; in hri_usbdevice_get_CTRLB_TSTPCKT_bit()
5727 tmp |= value << USB_DEVICE_CTRLB_TSTPCKT_Pos; in hri_usbdevice_write_CTRLB_TSTPCKT_bit()