Home
last modified time | relevance | path

Searched full:specifying (Results 1 – 25 of 146) sorted by relevance

123456

/Zephyr-latest/cmake/bintools/
Dbintools_template.cmake19 # - <tool>_flag_infile : Flag to use when specifying the file to process
23 # - elfconvert_flag_section_remove : Flag to use when specifying sections to remove
58 # memusage_flag_infile: Flag for specifying the input file
70 # elfconvert_flag_intarget : Flag for specifying target used for infile
71 # elfconvert_flag_outtarget : Flag for specifying target to use for converted file.
73 # elfconvert_flag_section_remove: Flag for specifying that following section must be removed
74 # elfconvert_flag_section_only : Flag for specifying that only the following section should be k…
75 # elfconvert_flag_section_rename: Flag for specifying that following section must be renamed
76 # elfconvert_flag_gapfill : Flag for specifying the value to fill in gaps between sections
77 # elfconvert_flag_srec_len : Flag for specifying maximum length of Srecord values
[all …]
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_config_common.h14 /** @brief Symbol specifying major version of the nrfx API to be used. */
19 /** @brief Symbol specifying minor version of the nrfx API to be used. */
24 /** @brief Symbol specifying micro version of the nrfx API to be used. */
/Zephyr-latest/cmake/toolchain/cross-compile/
Dgeneric.cmake3 # CROSS_COMPILE is a KBuild mechanism for specifying an external
7 # specifying ZEPHYR_TOOLCHAIN_VARIANT to 'cross-compile' with the location
/Zephyr-latest/dts/bindings/clock/
Dst,stm32-rcc.yaml27 Specifying a gated clock:
43 Specifying a domain clock source:
45 Specifying a domain source clock could be done by adding a clock specifier to the
70 Specifying a divided domain clock source:
Dst,stm32wba-rcc.yaml28 Specifying a gated clock:
41 Specifying an alternate clock source:
43 Specifying an alternate source clock could be done by adding a clock specifier to the
/Zephyr-latest/tests/cmake/config_dir/foo/
Dprj.conf1 # If this config is loaded, then the test will pass and specifying a custom
/Zephyr-latest/dts/bindings/gpio/
Dnxp,s32-gpio.yaml23 Explicitly specifying the routing of a GPIO interrupt to a particular
33 The `NXP_S32_GPIO_INT_WKPU` flag is intended exclusively for specifying WKPU
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/boards/
Dqemu_x86_tiny.conf5 # However, specifying how many pages used by
/Zephyr-latest/dts/bindings/input/
Dzephyr,native-linux-evdev.yaml16 Then run the binary specifying the evdev device with the --evdev flag, for
/Zephyr-latest/tests/posix/common/boards/
Dqemu_x86_tiny.conf5 # However, specifying how many pages used by
/Zephyr-latest/drivers/input/
DKconfig.evdev11 Enable reading input from a Linux evdev device, requires specifying
/Zephyr-latest/dts/bindings/misc/
Dzephyr,devmux.yaml32 Note: Specifying a value of 'selected' outside the range [0, N-1]
/Zephyr-latest/dts/bindings/dma/
Darm,dma-pl330.yaml7 A phandle to the DMA controller plus "channel" integer cell specifying
Dgd,gd32-dma-v1.yaml11 config: A 32bit mask specifying the DMA channel configuration
48 fifo-threshold: A 32bit bitfield value specifying FIFO threshold
Draspberrypi,pico-dma.yaml13 channel-config: A 32bit mask specifying the DMA channel configuration
Dst,stm32-dma-v1.yaml17 3. channel-config: A 32bit mask specifying the DMA channel configuration
48 4. features: A 32bit bitfield value specifying DMA features
Dgd,gd32-dma.yaml9 config: A 32bit mask specifying the DMA channel configuration
Dst,stm32u5-dma.yaml23 3. channel-config: A 32bit mask specifying the DMA channel configuration
/Zephyr-latest/drivers/flash/
DKconfig.at4514 are enabled by specifying devicetree nodes with the "compatible"
/Zephyr-latest/samples/basic/hash_map/
DREADME.rst30 Additionally, it is possible to use one of the other Hashmap implementations by specifying
/Zephyr-latest/doc/build/snippets/
Ddesign.rst36 to boards ``foo`` and ``bar`` by specifying ``/(foo|bar)/`` as a regular
/Zephyr-latest/boards/qemu/arc/
Dboard.cmake24 # Let's rely on the QEMU defaults instead of specifying exact board name,
/Zephyr-latest/cmake/modules/
Darch_v1.cmake25 # - BOARD_DIR: CMake variable specifying the directory of the selected BOARD
/Zephyr-latest/doc/hardware/arch/
Dx86.rst76 Specifying Additional Memory Mappings at Build Time
118 Note that specifying additional memory mappings requires larger storage
/Zephyr-latest/doc/kernel/services/timing/
Dtimers.rst24 * A **duration** specifying the time interval before the timer
28 * A **period** specifying the time interval between all timer
51 A timer is **started** by specifying a duration and a period.

123456