Searched full:glob (Results 1 – 25 of 1054) sorted by relevance
12345678910>>...43
/Zephyr-latest/modules/cmsis-nn/ |
D | CMakeLists.txt | 18 file(GLOB SRC "${CMSIS_NN_DIR}/Source/ActivationFunctions/*_s8*.c") 19 file(GLOB SRC_S16 "${CMSIS_NN_DIR}/Source/ActivationFunctions/*_s16*.c") 26 file(GLOB SRC "${CMSIS_NN_DIR}/Source/BasicMathFunctions/*_*.c") 31 file(GLOB SRC "${CMSIS_NN_DIR}/Source/ConcatenationFunctions/*_*.c") 36 file(GLOB SRC_S4 "${CMSIS_NN_DIR}/Source/ConvolutionFunctions/*_s4*.c") 37 file(GLOB SRC_S8 "${CMSIS_NN_DIR}/Source/ConvolutionFunctions/*_s8*.c") 38 file(GLOB SRC_S16 "${CMSIS_NN_DIR}/Source/ConvolutionFunctions/*_s16*.c") 43 file(GLOB SRC_S4 "${CMSIS_NN_DIR}/Source/FullyConnectedFunctions/*_s4.c") 44 file(GLOB SRC_S8 "${CMSIS_NN_DIR}/Source/FullyConnectedFunctions/*_s8.c") 45 file(GLOB SRC_S16 "${CMSIS_NN_DIR}/Source/FullyConnectedFunctions/*_s16*.c") [all …]
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_max14916.c | 35 data->glob.interrupt.reg_bits.SHT_VDD_FLT = MAX149X6_GET_BIT(rx_diag_buff[0], 5); in max14916_pars_spi_diag() 36 data->glob.interrupt.reg_bits.OW_ON_FLT = MAX149X6_GET_BIT(rx_diag_buff[0], 4); in max14916_pars_spi_diag() 37 data->glob.interrupt.reg_bits.OW_OFF_FLT = MAX149X6_GET_BIT(rx_diag_buff[0], 3); in max14916_pars_spi_diag() 38 data->glob.interrupt.reg_bits.CURR_LIM = MAX149X6_GET_BIT(rx_diag_buff[0], 2); in max14916_pars_spi_diag() 39 data->glob.interrupt.reg_bits.OVER_LD_FLT = MAX149X6_GET_BIT(rx_diag_buff[0], 1); in max14916_pars_spi_diag() 47 PRINT_ERR(data->glob.interrupt.reg_bits.SHT_VDD_FLT); in max14916_pars_spi_diag() 48 PRINT_ERR(data->glob.interrupt.reg_bits.OW_ON_FLT); in max14916_pars_spi_diag() 49 PRINT_ERR(data->glob.interrupt.reg_bits.OW_OFF_FLT); in max14916_pars_spi_diag() 50 PRINT_ERR(data->glob.interrupt.reg_bits.CURR_LIM); in max14916_pars_spi_diag() 51 PRINT_ERR(data->glob.interrupt.reg_bits.OVER_LD_FLT); in max14916_pars_spi_diag() [all …]
|
D | gpio_max14906.c | 34 data->glob.interrupt.reg_bits.SHT_VDD_FAULT = MAX149X6_GET_BIT(rx_diag_buff[0], 5); in max14906_pars_spi_diag() 35 data->glob.interrupt.reg_bits.ABOVE_VDD_FAULT = in max14906_pars_spi_diag() 37 data->glob.interrupt.reg_bits.OW_OFF_FAULT = MAX149X6_GET_BIT(rx_diag_buff[0], 3); in max14906_pars_spi_diag() 38 data->glob.interrupt.reg_bits.CURR_LIM = MAX149X6_GET_BIT(rx_diag_buff[0], 2); in max14906_pars_spi_diag() 39 data->glob.interrupt.reg_bits.OVER_LD_FAULT = MAX149X6_GET_BIT(rx_diag_buff[0], 1); in max14906_pars_spi_diag() 45 PRINT_ERR(data->glob.interrupt.reg_bits.SHT_VDD_FAULT); in max14906_pars_spi_diag() 46 PRINT_ERR(data->glob.interrupt.reg_bits.ABOVE_VDD_FAULT); in max14906_pars_spi_diag() 47 PRINT_ERR(data->glob.interrupt.reg_bits.OW_OFF_FAULT); in max14906_pars_spi_diag() 48 PRINT_ERR(data->glob.interrupt.reg_bits.CURR_LIM); in max14906_pars_spi_diag() 49 PRINT_ERR(data->glob.interrupt.reg_bits.OVER_LD_FAULT); in max14906_pars_spi_diag() [all …]
|
/Zephyr-latest/tests/subsys/storage/flash_map/ |
D | CMakeLists.txt | 8 FILE(GLOB app_sources src/main.c) 10 FILE(GLOB app_sources src/main_sha.c)
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | external_content.py | 24 a tuple with two fields: the external base directory and a file glob pattern. 103 to_delete = set(f for f in srcdir.glob("**/*") if not f.is_dir()) 107 for f in srcdir.glob(k) 112 prefix_src, glob = content 113 for src in prefix_src.glob(glob): 116 [(f, prefix_src) for f in src.glob("**/*") if not f.is_dir()]
|
/Zephyr-latest/tests/subsys/fs/ext2/ |
D | CMakeLists.txt | 7 FILE(GLOB app_sources src/*.c) 8 FILE(GLOB common_sources
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/ |
D | CMakeLists.txt | 9 FILE(GLOB app_sources src/*.c) 10 FILE(GLOB gatt_sources src/gatt/*.c)
|
/Zephyr-latest/modules/ |
D | modules.cmake | 3 file(GLOB cmake_modules "${CMAKE_CURRENT_LIST_DIR}/*/CMakeLists.txt") 13 file(GLOB kconfig_modules "${CMAKE_CURRENT_LIST_DIR}/*/Kconfig")
|
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/creds/ |
D | convert_keys.py | 4 import glob 31 creds = glob.glob(f"{creds_dir}/*.pem.*")
|
/Zephyr-latest/doc/releases/ |
D | eol_releases.rst | 16 :glob: 31 :glob:
|
/Zephyr-latest/doc/build/kconfig/ |
D | extensions.rst | 60 - The ``source`` statement supports glob patterns and includes each matching 80 The wildcard patterns accepted are the same as for the Python `glob 81 <https://docs.python.org/3/library/glob.html>`__ module. 111 ``rsource`` also supports glob patterns.
|
/Zephyr-latest/cmake/toolchain/xtools/ |
D | generic.cmake | 20 file(GLOB toolchain_paths ${TOOLCHAIN_HOME}/xtensa/*/*) 22 file(GLOB toolchain_paths ${TOOLCHAIN_HOME}/*)
|
/Zephyr-latest/doc/build/dts/ |
D | index.rst | 48 .. We use ":glob:" with "*" here to add the generated bindings page. 52 :glob:
|
/Zephyr-latest/cmake/toolchain/espressif/ |
D | generic.cmake | 13 file(GLOB toolchain_paths 23 file(GLOB toolchain_paths
|
/Zephyr-latest/boards/ |
D | index.rst | 33 :glob: 47 :glob:
|
/Zephyr-latest/boards/tdk/ |
D | index.rst | 8 :glob:
|
/Zephyr-latest/boards/ene/ |
D | index.rst | 8 :glob:
|
/Zephyr-latest/boards/bbc/ |
D | index.rst | 8 :glob:
|
/Zephyr-latest/boards/udoo/ |
D | index.rst | 8 :glob:
|
/Zephyr-latest/boards/pjrc/ |
D | index.rst | 8 :glob:
|
/Zephyr-latest/boards/qemu/ |
D | index.rst | 8 :glob:
|
/Zephyr-latest/boards/ruuvi/ |
D | index.rst | 8 :glob:
|
/Zephyr-latest/boards/wemos/ |
D | index.rst | 8 :glob:
|
/Zephyr-latest/boards/witte/ |
D | index.rst | 8 :glob:
|
/Zephyr-latest/boards/ambiq/ |
D | index.rst | 8 :glob:
|
12345678910>>...43