Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_usb.c300 uint8_t *uartBitmap; in USB_DeviceCdcVcomCallback() local
501uartBitmap = (uint8_t *)&acmInfo->serialStateBuf[NOTIF_PACKET_SIZE + UART_BITMAP_SIZE - 2]; in USB_DeviceCdcVcomCallback()
502 uartBitmap[0] = (uint8_t)(acmInfo->uartState & 0xFFu); in USB_DeviceCdcVcomCallback()
503 uartBitmap[1] = (uint8_t)((acmInfo->uartState >> 8) & 0xFFu); in USB_DeviceCdcVcomCallback()