Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h821 #define USB_PADCAL_TRIM_Msk (_U(0x7) << USB_PADCAL_TRIM_Pos) macro
822 #define USB_PADCAL_TRIM(value) (USB_PADCAL_TRIM_Msk & ((value) << USB_PADCAL_TRIM_Pos))
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h3334 tmp &= ~USB_PADCAL_TRIM_Msk; in hri_usbhost_write_PADCAL_TRIM_bf()
3358 tmp = (tmp & USB_PADCAL_TRIM_Msk) >> USB_PADCAL_TRIM_Pos; in hri_usbhost_read_PADCAL_TRIM_bf()
6306 tmp &= ~USB_PADCAL_TRIM_Msk; in hri_usbdevice_write_PADCAL_TRIM_bf()
6330 tmp = (tmp & USB_PADCAL_TRIM_Msk) >> USB_PADCAL_TRIM_Pos; in hri_usbdevice_read_PADCAL_TRIM_bf()