Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h683 ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg |= USB_HOST_PCFG_PTOKEN(mask); in hri_usbpipe_set_PCFG_PTOKEN_bf()
692 tmp = (tmp & USB_HOST_PCFG_PTOKEN(mask)) >> USB_HOST_PCFG_PTOKEN_Pos; in hri_usbpipe_get_PCFG_PTOKEN_bf()
703 tmp |= USB_HOST_PCFG_PTOKEN(data); in hri_usbpipe_write_PCFG_PTOKEN_bf()
712 ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg &= ~USB_HOST_PCFG_PTOKEN(mask); in hri_usbpipe_clear_PCFG_PTOKEN_bf()
720 ((UsbHost *)hw)->HostPipe[submodule_index].PCFG.reg ^= USB_HOST_PCFG_PTOKEN(mask); in hri_usbpipe_toggle_PCFG_PTOKEN_bf()
1468 ((Usb *)hw)->HOST.HostPipe[submodule_index].PCFG.reg |= USB_HOST_PCFG_PTOKEN(mask); in hri_usbhost_set_PCFG_PTOKEN_bf()
1477 tmp = (tmp & USB_HOST_PCFG_PTOKEN(mask)) >> USB_HOST_PCFG_PTOKEN_Pos; in hri_usbhost_get_PCFG_PTOKEN_bf()
1488 tmp |= USB_HOST_PCFG_PTOKEN(data); in hri_usbhost_write_PCFG_PTOKEN_bf()
1497 ((Usb *)hw)->HOST.HostPipe[submodule_index].PCFG.reg &= ~USB_HOST_PCFG_PTOKEN(mask); in hri_usbhost_clear_PCFG_PTOKEN_bf()
1505 ((Usb *)hw)->HOST.HostPipe[submodule_index].PCFG.reg ^= USB_HOST_PCFG_PTOKEN(mask); in hri_usbhost_toggle_PCFG_PTOKEN_bf()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h869 #define USB_HOST_PCFG_PTOKEN(value) (USB_HOST_PCFG_PTOKEN_Msk & ((value) << USB_HOST_PCFG_PTOKEN_Po… macro