Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.c1048 uint8_t *csSlot) in USB_HostIp3516HsFillSlotBusTime() argument
1058 *csSlot = 0U; in USB_HostIp3516HsFillSlotBusTime()
1085 *csSlot |= (uint8_t)(1UL << (startSlot + 1U + i)); in USB_HostIp3516HsFillSlotBusTime()
1099 *csSlot |= (uint8_t)(1UL << (startSlot + 2U + i)); in USB_HostIp3516HsFillSlotBusTime()
1178 if (0U != (p->csSlot & (1U << cs))) in USB_HostIp3516HsFindStartFrame()
1218 &pipe->csSlot); in USB_HostIp3516HsFindStartFrame()
2403 sptl->isoInUnion1.bitField.uSCS = pipe->csSlot; in USB_HostIp3516HsWriteIsoPipe()
2537 sptl->isoInUnion1.bitField.uSCS = pipe->csSlot; in USB_HostIp3516HsWriteInterruptPipe()
3569 pipe->csSlot = 0U; in USB_HostIp3516HsOpenPipe()
Dusb_host_ip3516hs.h583 uint8_t csSlot; member