Searched refs:uartBitmap (Results 1 – 1 of 1) sorted by relevance
300 uint8_t *uartBitmap; in USB_DeviceCdcVcomCallback() local501 … uartBitmap = (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()