Searched refs:USB_PADCAL_TRIM_Pos (Results 1 – 2 of 2) sorted by relevance
820 #define USB_PADCAL_TRIM_Pos 12 /**< \brief (USB_PADCAL) USB Pad Trim calibration … macro821 #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))
3325 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()