Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device/class/
Dmsc.c68 uint8_t LUN; member
578 if ((cbw.CBLength < 1) || (cbw.CBLength > 16) || (cbw.LUN != 0U)) { in CBWDecode()