Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_usb.c82 #define UART_BITMAP_SIZE (0x02) macro
105 …uint8_t serialStateBuf[NOTIF_PACKET_SIZE + UART_BITMAP_SIZE]; /* Serial state buffer of the CDC de…
496 acmInfo->serialStateBuf[6] = UART_BITMAP_SIZE; /* wLength */ in USB_DeviceCdcVcomCallback()
501 … uartBitmap = (uint8_t *)&acmInfo->serialStateBuf[NOTIF_PACKET_SIZE + UART_BITMAP_SIZE - 2]; in USB_DeviceCdcVcomCallback()
504 len = (uint32_t)NOTIF_PACKET_SIZE + (uint32_t)UART_BITMAP_SIZE; in USB_DeviceCdcVcomCallback()