Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_usb.c105 …uint8_t serialStateBuf[NOTIF_PACKET_SIZE + UART_BITMAP_SIZE]; /* Serial state buffer of the CDC de… member
490 acmInfo->serialStateBuf[0] = NOTIF_REQUEST_TYPE; /* bmRequestType */ in USB_DeviceCdcVcomCallback()
491 acmInfo->serialStateBuf[1] = USB_DEVICE_CDC_NOTIF_SERIAL_STATE; /* bNotification */ in USB_DeviceCdcVcomCallback()
492 acmInfo->serialStateBuf[2] = 0x00; /* wValue */ in USB_DeviceCdcVcomCallback()
493 acmInfo->serialStateBuf[3] = 0x00; in USB_DeviceCdcVcomCallback()
494 acmInfo->serialStateBuf[4] = 0x00; /* wIndex */ in USB_DeviceCdcVcomCallback()
495 acmInfo->serialStateBuf[5] = 0x00; in USB_DeviceCdcVcomCallback()
496 acmInfo->serialStateBuf[6] = UART_BITMAP_SIZE; /* wLength */ in USB_DeviceCdcVcomCallback()
497 acmInfo->serialStateBuf[7] = 0x00; in USB_DeviceCdcVcomCallback()
499 acmInfo->serialStateBuf[4] = (uint8_t)acmReqParam->interfaceIndex; in USB_DeviceCdcVcomCallback()
[all …]