Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_usb.c81 #define NOTIF_PACKET_SIZE (0x08) macro
105 …uint8_t serialStateBuf[NOTIF_PACKET_SIZE + UART_BITMAP_SIZE]; /* Serial state buffer of the CDC de…
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()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_cdc_rndis.c33 #define NOTIF_PACKET_SIZE (0x08) macro
59 static uint8_t s_responseAvailableData[NOTIF_PACKET_SIZE] = {
234 NOTIF_PACKET_SIZE); in USB_DeviceCdcRndisResponseAvailable()