Home
last modified time | relevance | path

Searched full:arrays (Results 1 – 25 of 82) sorted by relevance

1234

/Zephyr-latest/modules/nanopb/
DKconfig48 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/subsys/logging/
DKconfig.misc20 bool "Using variable length arrays"
24 supported. Note that VLA are used for arrays which size is resolved at
25 compile time so at runtime arrays have fixed size.
/Zephyr-latest/drivers/stepper/
DKconfig.gpio12 GPIO Stepper driver for stepper motor control with darlington arrays or dual H-bridge.
/Zephyr-latest/dts/arm/nxp/
Dnxp_s32k146.dtsi21 * that separates the two SRAM arrays. Hence, treat the two arrays
/Zephyr-latest/soc/microchip/mec/common/reg/
Dmec_gpio.h15 /** @brief All GPIO register as arrays of registers */
/Zephyr-latest/modules/zcbor/
DKconfig19 indefinite-length arrays (it will still decode them properly).
/Zephyr-latest/dts/bindings/stepper/
Dzephyr,gpio-stepper.yaml6 GPIO Stepper Controller for darlington transistor arrays or dual H-bridge
/Zephyr-latest/include/zephyr/fs/
Dlittlefs.h61 * 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/
Dtftp_client.h13 /* Defines for creating static arrays for TFTP communication. */
/Zephyr-latest/samples/userspace/shared_mem/src/
Denc.c36 * 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/
Dtoolchain.ecl43 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/
Dmemmap.h39 * that partially-initialized arrays behave as expected.
/Zephyr-latest/tests/subsys/llext/src/
Dinit_fini_ext.c8 * This test checks for proper support of ELF init arrays. This processing is
/Zephyr-latest/subsys/bluetooth/common/
Ddummy.c21 * their members are bytes or byte arrays, the size is. They must not be padded
/Zephyr-latest/include/zephyr/math/
Dinterpolation.h30 * @param len Length of the @a x_axis and @a y_axis arrays
/Zephyr-latest/soc/mediatek/mt8xxx/
Dgen_img.py19 # 2. Two byte arrays: SRAM (length specified), and DRAM (remainder of file)
/Zephyr-latest/dts/bindings/gpio/
Dnordic,nrf-gpio-forwarder.yaml66 description: Arrays of GPIOs to be forwarded.
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst468 The default parser generates C arrays filled with arguments and interrupt
471 The limitation of this parser is the fact that after the arrays are generated
478 the same arrays at binnary level.
479 All the entries to the arrays are declared and defined locally,
487 Implementation using C arrays
596 This way of prepare and parse .isrList section to implement interrupt vectors arrays
598 The name comes from the fact that all the entries to the arrays that would create
/Zephyr-latest/arch/riscv/
DKconfig.isa120 addresses that index into arrays of basic types (halfword, word,
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Dthread.h58 * enumerate each member specifically (rather than using arrays)
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dmain_functions.cpp36 /* Create an area of memory to use for input, output, and intermediate arrays.
/Zephyr-latest/scripts/build/
Dgen_isr_tables_parser_carrays.py101 """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/
Dmanifest.h150 /* Warning - hack for module arrays. For some unknown reason the we
/Zephyr-latest/include/zephyr/
Dtoolchain.h120 * @brief Indicate if toolchain supports Zero Length Arrays.
/Zephyr-latest/doc/kernel/usermode/
Dkernelobjects.rst57 of arrays or embedded within other data structures.
105 Any instances of structs or arrays corresponding to kernel objects that meet

1234