Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h870 #define USB_HOST_PCFG_BK_Pos 2 /**< \brief (USB_HOST_PCFG) Pipe Bank */ macro
871 #define USB_HOST_PCFG_BK (_U(0x1) << USB_HOST_PCFG_BK_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h650 tmp = (tmp & USB_HOST_PCFG_BK) >> USB_HOST_PCFG_BK_Pos; in hri_usbpipe_get_PCFG_BK_bit()
660 tmp |= value << USB_HOST_PCFG_BK_Pos; in hri_usbpipe_write_PCFG_BK_bit()
1435 tmp = (tmp & USB_HOST_PCFG_BK) >> USB_HOST_PCFG_BK_Pos; in hri_usbhost_get_PCFG_BK_bit()
1445 tmp |= value << USB_HOST_PCFG_BK_Pos; in hri_usbhost_write_PCFG_BK_bit()