Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_ncm.c43 #define CDC_NCM_RECV_NTB_MAX_SIZE 2048 macro
170 uint8_t data[CDC_NCM_RECV_NTB_MAX_SIZE];
179 MAX(CDC_NCM_SEND_NTB_MAX_SIZE, CDC_NCM_RECV_NTB_MAX_SIZE),
386 if (sys_le16_to_cpu(nthdr16->wBlockLength) > CDC_NCM_RECV_NTB_MAX_SIZE) { in verify_nth16()
938 .dwNtbOutMaxSize = sys_cpu_to_le32(CDC_NCM_RECV_NTB_MAX_SIZE), in usbd_cdc_ncm_cth()