Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_ncm.c72 uint16_t wSequence; member
83 uint16_t wSequence; member
366 if (sys_le16_to_cpu(nthdr16->wSequence) != data->rx_seq) { in verify_nth16()
368 sys_le16_to_cpu(nthdr16->wSequence), data->rx_seq); in verify_nth16()
369 data->rx_seq = sys_le16_to_cpu(nthdr16->wSequence); in verify_nth16()
544 nthdr16->wSequence, nthdr16->wBlockLength, nthdr16->wNdpIndex); in cdc_ncm_acl_out_cb()
1050 ntb->nth.wSequence = sys_cpu_to_le16(++data->tx_seq); in cdc_ncm_send()