Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_ncm.c46 #define CDC_NCM_SEND_NTB_MAX_SIZE 2048 macro
162 uint8_t data[CDC_NCM_SEND_NTB_MAX_SIZE];
179 MAX(CDC_NCM_SEND_NTB_MAX_SIZE, CDC_NCM_RECV_NTB_MAX_SIZE),
933 .dwNtbInMaxSize = sys_cpu_to_le32(CDC_NCM_SEND_NTB_MAX_SIZE), in usbd_cdc_ncm_cth()
952 .dwNtbInMaxSize = sys_cpu_to_le32(CDC_NCM_SEND_NTB_MAX_SIZE), in usbd_cdc_ncm_cth()