Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h642 ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg |= USB_HOST_PCFG_BK; in hri_usbpipe_set_PCFG_BK_bit()
650 tmp = (tmp & USB_HOST_PCFG_BK) >> USB_HOST_PCFG_BK_Pos; in hri_usbpipe_get_PCFG_BK_bit()
659 tmp &= ~USB_HOST_PCFG_BK; in hri_usbpipe_write_PCFG_BK_bit()
668 ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg &= ~USB_HOST_PCFG_BK; in hri_usbpipe_clear_PCFG_BK_bit()
675 ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg ^= USB_HOST_PCFG_BK; in hri_usbpipe_toggle_PCFG_BK_bit()
1427 ((Usb *)hw)->HOST.HostPipe[submodule_index].PCFG.reg |= USB_HOST_PCFG_BK; in hri_usbhost_set_PCFG_BK_bit()
1435 tmp = (tmp & USB_HOST_PCFG_BK) >> USB_HOST_PCFG_BK_Pos; in hri_usbhost_get_PCFG_BK_bit()
1444 tmp &= ~USB_HOST_PCFG_BK; in hri_usbhost_write_PCFG_BK_bit()
1453 ((Usb *)hw)->HOST.HostPipe[submodule_index].PCFG.reg &= ~USB_HOST_PCFG_BK; in hri_usbhost_clear_PCFG_BK_bit()
1460 ((Usb *)hw)->HOST.HostPipe[submodule_index].PCFG.reg ^= USB_HOST_PCFG_BK; in hri_usbhost_toggle_PCFG_BK_bit()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h871 #define USB_HOST_PCFG_BK (_U(0x1) << USB_HOST_PCFG_BK_Pos) macro