Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.h147uFrame : 8U; /*!< This field is only applicable for interrupt and isochronous endpoints. */ member
216uFrame : 8U; /*!< This field is only applicable for interrupt and isochronous endpoints. */ member
330 … volatile uint32_t uFrame : 8U; /*!< Frame number at which this PTD will be sent. */ member
Dusb_host_ip3516hs.c2351 ptl->control1Union.stateBitField.uFrame = insertUFrame & 0xF8U; in USB_HostIp3516HsWriteIsoPipe()
2401 sptl->control1Union.stateBitField.uFrame = insertUFrame & 0xF8U; in USB_HostIp3516HsWriteIsoPipe()
2499 ptl->control1Union.stateBitField.uFrame = (insertUFrame & 0xF8U); in USB_HostIp3516HsWriteInterruptPipe()
2508 ptl->control1Union.stateBitField.uFrame |= 1U; in USB_HostIp3516HsWriteInterruptPipe()
2511 ptl->control1Union.stateBitField.uFrame |= 2U; in USB_HostIp3516HsWriteInterruptPipe()
2514 ptl->control1Union.stateBitField.uFrame |= 3U; in USB_HostIp3516HsWriteInterruptPipe()
2517 ptl->control1Union.stateBitField.uFrame |= 4U; in USB_HostIp3516HsWriteInterruptPipe()
2520 ptl->control1Union.stateBitField.uFrame |= 5U; in USB_HostIp3516HsWriteInterruptPipe()