Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h3316 ((Usb *)hw)->HOST.PADCAL.reg |= USB_PADCAL_TRIM(mask); in hri_usbhost_set_PADCAL_TRIM_bf()
3325 tmp = (tmp & USB_PADCAL_TRIM(mask)) >> USB_PADCAL_TRIM_Pos; in hri_usbhost_get_PADCAL_TRIM_bf()
3335 tmp |= USB_PADCAL_TRIM(data); in hri_usbhost_write_PADCAL_TRIM_bf()
3343 ((Usb *)hw)->HOST.PADCAL.reg &= ~USB_PADCAL_TRIM(mask); in hri_usbhost_clear_PADCAL_TRIM_bf()
3350 ((Usb *)hw)->HOST.PADCAL.reg ^= USB_PADCAL_TRIM(mask); in hri_usbhost_toggle_PADCAL_TRIM_bf()
6288 ((Usb *)hw)->DEVICE.PADCAL.reg |= USB_PADCAL_TRIM(mask); in hri_usbdevice_set_PADCAL_TRIM_bf()
6297 tmp = (tmp & USB_PADCAL_TRIM(mask)) >> USB_PADCAL_TRIM_Pos; in hri_usbdevice_get_PADCAL_TRIM_bf()
6307 tmp |= USB_PADCAL_TRIM(data); in hri_usbdevice_write_PADCAL_TRIM_bf()
6315 ((Usb *)hw)->DEVICE.PADCAL.reg &= ~USB_PADCAL_TRIM(mask); in hri_usbdevice_clear_PADCAL_TRIM_bf()
6322 ((Usb *)hw)->DEVICE.PADCAL.reg ^= USB_PADCAL_TRIM(mask); in hri_usbdevice_toggle_PADCAL_TRIM_bf()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h822 #define USB_PADCAL_TRIM(value) (USB_PADCAL_TRIM_Msk & ((value) << USB_PADCAL_TRIM_Pos)) macro