Searched refs:UART_BITMAP_SIZE (Results 1 – 1 of 1) sorted by relevance
82 #define UART_BITMAP_SIZE (0x02) macro105 …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()