Searched full:volumes (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/samples/net/mqtt_sn_publisher/compose/ |
D | compose.yaml | 4 volumes: 12 volumes:
|
/Zephyr-latest/subsys/usb/device/class/audio/ |
D | audio.c | 51 struct feature_volume volumes; member 165 .volumes.volume_max = GET_VOLUME(dev, i, volume_max), \ 166 .volumes.volume_min = GET_VOLUME(dev, i, volume_min), \ 167 .volumes.volume_res = GET_VOLUME(dev, i, volume_res), \ 179 .volumes.volume_max = GET_VOLUME(dev, i, volume_max), \ 180 .volumes.volume_min = GET_VOLUME(dev, i, volume_min), \ 181 .volumes.volume_res = GET_VOLUME(dev, i, volume_res), \ 581 if (!IN_RANGE(target_vol, audio_dev_data->volumes.volume_min, in handle_fu_volume_req() 582 audio_dev_data->volumes.volume_max)) { in handle_fu_volume_req() 586 if (target_vol % audio_dev_data->volumes.volume_res != 0) { in handle_fu_volume_req() [all …]
|
/Zephyr-latest/doc/develop/toolchains/ |
D | crosstool_ng.rst | 47 /Volumes/CrossToolNGNew/build/output/
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.fatfs | 19 bool "Read-only support for all volumes" 266 bool "Support for multiple volumes on the physical drive"
|
/Zephyr-latest/scripts/build/ |
D | uf2conv.py | 221 searchpaths = ["/Volumes"]
|