Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h820 #define USB_PADCAL_TRIM_Pos 12 /**< \brief (USB_PADCAL) USB Pad Trim calibration … macro
821 #define USB_PADCAL_TRIM_Msk (_U(0x7) << USB_PADCAL_TRIM_Pos)
822 #define USB_PADCAL_TRIM(value) (USB_PADCAL_TRIM_Msk & ((value) << USB_PADCAL_TRIM_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h3325 tmp = (tmp & USB_PADCAL_TRIM(mask)) >> USB_PADCAL_TRIM_Pos; in hri_usbhost_get_PADCAL_TRIM_bf()
3358 tmp = (tmp & USB_PADCAL_TRIM_Msk) >> USB_PADCAL_TRIM_Pos; in hri_usbhost_read_PADCAL_TRIM_bf()
6297 tmp = (tmp & USB_PADCAL_TRIM(mask)) >> USB_PADCAL_TRIM_Pos; in hri_usbdevice_get_PADCAL_TRIM_bf()
6330 tmp = (tmp & USB_PADCAL_TRIM_Msk) >> USB_PADCAL_TRIM_Pos; in hri_usbdevice_read_PADCAL_TRIM_bf()