Searched full:ls (Results 1 – 25 of 42) sorted by relevance
12
/Zephyr-latest/subsys/bluetooth/audio/ |
D | csip_crypto.h | 25 * @param sirk 16 byte LS byte first SIRK 26 * @param r 3 byte LS byte first random value 27 * @param out 3 byte LS byte first output buffer
|
/Zephyr-latest/dts/bindings/usb/ |
D | usb-audio-hs.yaml | 66 mic-channel-ls: 68 description: Enable (ls) channel. 146 hp-channel-ls: 148 description: Enable (ls) channel.
|
D | usb-audio-hp.yaml | 40 channel-ls: 42 description: Enable (ls) channel.
|
D | usb-audio-mic.yaml | 52 channel-ls: 54 description: Enable (ls) channel.
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | crypto.h | 47 * @param key 128 bit LS byte first key for the encryption of the plaintext 48 * @param plaintext 128 bit LS byte first plaintext data block to be encrypted 49 * @param enc_data 128 bit LS byte first encrypted data block
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | twister_main.py | 82 ls = os.path.join(options.outdir, "twister.json") 83 if os.path.exists(ls): 84 with open(ls) as fp: 87 sys.exit(f"Can't compare metrics with non existing file {ls}")
|
/Zephyr-latest/.github/workflows/ |
D | codecov.yaml | 77 ls -la 106 ls -la 151 ls -lRt ./coverage/reports 154 ls -la ./coverage/reports
|
D | coding_guidelines.yml | 48 ls -la
|
D | compliance.yml | 81 ls -la
|
D | clang.yaml | 85 ls -la
|
D | twister.yaml | 109 ls -la
|
/Zephyr-latest/tests/net/all/ |
D | check_net_options.sh | 35 cd $kconfig_dir; ls CONFIG_DNS* CONFIG_NET* CONFIG_IEEE802154* | sed 's/\.rst//g'
|
/Zephyr-latest/cmake/linker/ |
D | linker_flags_template.cmake | 28 # such as ls --print-memory-usage flag.
|
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 84 if ! docker image ls | grep "$image" > /dev/null; then 89 if ! docker network ls | grep "$network" > /dev/null; then 137 bridge_interface=$(docker network ls | grep "$network" | cut -d " " -f 1)
|
/Zephyr-latest/samples/subsys/shell/fs/ |
D | README.rst | 150 Ls subsection 157 fs ls [path]
|
/Zephyr-latest/scripts/checkpatch/ |
D | maintainer-checkpatch.bash | 95 for i in $(ls ${outdir}/*); do
|
/Zephyr-latest/scripts/native_simulator/ |
D | Makefile | 79 SRCS:=$(shell ls ${NSI_PATH}common/src/*.c) 81 SRCS+=$(shell ls ${NSI_PATH}native/src/*.c)
|
/Zephyr-latest/samples/drivers/uart/native_tty/ |
D | README.rst | 29 are in your system by running the command ``ls -l /dev/tty*``. If that is not
|
/Zephyr-latest/drivers/pcie/host/ |
D | shell.c | 395 SHELL_CMD_ARG(ls, NULL, 397 "Usage: ls [bus:device:function] [dump]",
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_npm6001.c | 79 /* enable OSC/COUNTER/LS */ in wdt_npm6001_install_timeout()
|
/Zephyr-latest/tests/boards/nrf/nrf70/bustest/src/ |
D | main.c | 171 /* Perip bus is 24-bit and hence LS 8 bits read are invalid, so discard them in test_peripbus()
|
/Zephyr-latest/doc/build/kconfig/ |
D | menuconfig.rst | 145 Also note that filenames starting with ``.`` are not listed by ``ls`` by
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 12 # pylint3 --rcfile=ci-tools/scripts/pylintrc $(git ls-files '*.py')
|
/Zephyr-latest/cmake/linker_script/arm/ |
D | linker.cmake | 118 # This comes from ramfunc.ls, via snippets-ram-sections.ld
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | gh_utils.py | 192 ["git", "ls-files", "--error-unmatch", orig_path],
|
12