Home
last modified time | relevance | path

Searched full:glob (Results 1 – 25 of 1054) sorted by relevance

12345678910>>...43

/Zephyr-latest/modules/cmsis-nn/
DCMakeLists.txt18 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/
Dgpio_max14916.c35 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 …]
Dgpio_max14906.c34 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/
DCMakeLists.txt8 FILE(GLOB app_sources src/main.c)
10 FILE(GLOB app_sources src/main_sha.c)
/Zephyr-latest/doc/_extensions/zephyr/
Dexternal_content.py24 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/
DCMakeLists.txt7 FILE(GLOB app_sources src/*.c)
8 FILE(GLOB common_sources
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/
DCMakeLists.txt9 FILE(GLOB app_sources src/*.c)
10 FILE(GLOB gatt_sources src/gatt/*.c)
/Zephyr-latest/modules/
Dmodules.cmake3 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/
Dconvert_keys.py4 import glob
31 creds = glob.glob(f"{creds_dir}/*.pem.*")
/Zephyr-latest/doc/releases/
Deol_releases.rst16 :glob:
31 :glob:
/Zephyr-latest/doc/build/kconfig/
Dextensions.rst60 - 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/
Dgeneric.cmake20 file(GLOB toolchain_paths ${TOOLCHAIN_HOME}/xtensa/*/*)
22 file(GLOB toolchain_paths ${TOOLCHAIN_HOME}/*)
/Zephyr-latest/doc/build/dts/
Dindex.rst48 .. We use ":glob:" with "*" here to add the generated bindings page.
52 :glob:
/Zephyr-latest/cmake/toolchain/espressif/
Dgeneric.cmake13 file(GLOB toolchain_paths
23 file(GLOB toolchain_paths
/Zephyr-latest/boards/
Dindex.rst33 :glob:
47 :glob:
/Zephyr-latest/boards/tdk/
Dindex.rst8 :glob:
/Zephyr-latest/boards/ene/
Dindex.rst8 :glob:
/Zephyr-latest/boards/bbc/
Dindex.rst8 :glob:
/Zephyr-latest/boards/udoo/
Dindex.rst8 :glob:
/Zephyr-latest/boards/pjrc/
Dindex.rst8 :glob:
/Zephyr-latest/boards/qemu/
Dindex.rst8 :glob:
/Zephyr-latest/boards/ruuvi/
Dindex.rst8 :glob:
/Zephyr-latest/boards/wemos/
Dindex.rst8 :glob:
/Zephyr-latest/boards/witte/
Dindex.rst8 :glob:
/Zephyr-latest/boards/ambiq/
Dindex.rst8 :glob:

12345678910>>...43