Searched full:arrays (Results 1 – 25 of 86) sorted by relevance
1234
/Zephyr-latest/modules/nanopb/ |
D | Kconfig | 48 bool "Encode arrays unpacked" 50 Encode scalar arrays in the unpacked format, which takes up more 53 process packed arrays, such as protobuf.js versions before 2020.
|
/Zephyr-latest/dts/bindings/dai/ |
D | mediatek,afe.yaml | 19 # These three are two-register arrays defining the DSP registers 29 # The remaining registers below are three-cell arrays describing a
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.misc | 20 bool "Using variable length arrays" 25 supported. Note that VLA are used for arrays which size is resolved at 26 compile time so at runtime arrays have fixed size.
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_s32k146.dtsi | 21 * that separates the two SRAM arrays. Hence, treat the two arrays
|
/Zephyr-latest/soc/microchip/mec/common/reg/ |
D | mec_gpio.h | 15 /** @brief All GPIO register as arrays of registers */
|
/Zephyr-latest/dts/bindings/stepper/ |
D | zephyr,gpio-stepper.yaml | 6 GPIO Stepper Controller for darlington transistor arrays or dual H-bridge
|
/Zephyr-latest/modules/zcbor/ |
D | Kconfig | 19 indefinite-length arrays.
|
/Zephyr-latest/include/zephyr/fs/ |
D | littlefs.h | 61 * This defines static arrays required for caches, and initializes the 105 * This defines static arrays and initializes the littlefs
|
/Zephyr-latest/subsys/net/lib/tftp/ |
D | tftp_client.h | 13 /* Defines for creating static arrays for TFTP communication. */
|
/Zephyr-latest/samples/userspace/shared_mem/src/ |
D | enc.c | 36 * Each wheel must be indexed into and out of the wheel arrays 39 * Note: the output of wheel arrays are added to WHEEL_SIZE
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | toolchain.ecl | 43 ext_flexible_array_in_array: see Chapter \"6.18 Arrays of Length Zero\" of "GCC_MANUAL". 56 -doc="See Chapter \"6.18 Arrays of Length Zero\" of "GCC_MANUAL"."
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | memmap.h | 39 * that partially-initialized arrays behave as expected.
|
/Zephyr-latest/tests/subsys/llext/src/ |
D | init_fini_ext.c | 8 * This test checks for proper support of ELF init arrays. This processing is
|
/Zephyr-latest/subsys/bluetooth/common/ |
D | dummy.c | 21 * their members are bytes or byte arrays, the size is. They must not be padded
|
/Zephyr-latest/include/zephyr/math/ |
D | interpolation.h | 30 * @param len Length of the @a x_axis and @a y_axis arrays
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | gen_img.py | 19 # 2. Two byte arrays: SRAM (length specified), and DRAM (remainder of file)
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nordic,nrf-gpio-forwarder.yaml | 66 description: Arrays of GPIOs to be forwarded.
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 469 The default parser generates C arrays filled with arguments and interrupt 472 The limitation of this parser is the fact that after the arrays are generated 479 the same arrays at binnary level. 480 All the entries to the arrays are declared and defined locally, 488 Implementation using C arrays 597 This way of prepare and parse .isrList section to implement interrupt vectors arrays 599 The name comes from the fact that all the entries to the arrays that would create
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig.isa | 136 addresses that index into arrays of basic types (halfword, word,
|
/Zephyr-latest/include/zephyr/arch/x86/intel64/ |
D | thread.h | 58 * enumerate each member specifically (rather than using arrays)
|
/Zephyr-latest/cmake/compiler/iar/ |
D | target.cmake | 80 …--diag_suppress=Ta184 # Using zero sized arrays except for as last member of a struct is discoura…
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/ |
D | main_functions.cpp | 36 /* Create an area of memory to use for input, output, and intermediate arrays.
|
/Zephyr-latest/scripts/build/ |
D | gen_isr_tables_parser_carrays.py | 101 """All the intlist data are parsed into swt and vt arrays. 116 vt, swt - parsed vt and swt arrays (see function description above)
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | manifest.h | 150 /* Warning - hack for module arrays. For some unknown reason the we
|
/Zephyr-latest/doc/kernel/usermode/ |
D | kernelobjects.rst | 57 of arrays or embedded within other data structures. 105 Any instances of structs or arrays corresponding to kernel objects that meet
|
1234