Searched full:specifying (Results 1 – 25 of 146) sorted by relevance
123456
/Zephyr-latest/cmake/bintools/ |
D | bintools_template.cmake | 19 # - <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/ |
D | nrfx_config_common.h | 14 /** @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/ |
D | generic.cmake | 3 # 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/ |
D | st,stm32-rcc.yaml | 27 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:
|
D | st,stm32wba-rcc.yaml | 28 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/ |
D | prj.conf | 1 # If this config is loaded, then the test will pass and specifying a custom
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nxp,s32-gpio.yaml | 23 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/ |
D | qemu_x86_tiny.conf | 5 # However, specifying how many pages used by
|
/Zephyr-latest/dts/bindings/input/ |
D | zephyr,native-linux-evdev.yaml | 16 Then run the binary specifying the evdev device with the --evdev flag, for
|
/Zephyr-latest/tests/posix/common/boards/ |
D | qemu_x86_tiny.conf | 5 # However, specifying how many pages used by
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.evdev | 11 Enable reading input from a Linux evdev device, requires specifying
|
/Zephyr-latest/dts/bindings/misc/ |
D | zephyr,devmux.yaml | 32 Note: Specifying a value of 'selected' outside the range [0, N-1]
|
/Zephyr-latest/dts/bindings/dma/ |
D | arm,dma-pl330.yaml | 7 A phandle to the DMA controller plus "channel" integer cell specifying
|
D | gd,gd32-dma-v1.yaml | 11 config: A 32bit mask specifying the DMA channel configuration 48 fifo-threshold: A 32bit bitfield value specifying FIFO threshold
|
D | raspberrypi,pico-dma.yaml | 13 channel-config: A 32bit mask specifying the DMA channel configuration
|
D | st,stm32-dma-v1.yaml | 17 3. channel-config: A 32bit mask specifying the DMA channel configuration 48 4. features: A 32bit bitfield value specifying DMA features
|
D | gd,gd32-dma.yaml | 9 config: A 32bit mask specifying the DMA channel configuration
|
D | st,stm32u5-dma.yaml | 23 3. channel-config: A 32bit mask specifying the DMA channel configuration
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.at45 | 14 are enabled by specifying devicetree nodes with the "compatible"
|
/Zephyr-latest/samples/basic/hash_map/ |
D | README.rst | 30 Additionally, it is possible to use one of the other Hashmap implementations by specifying
|
/Zephyr-latest/doc/build/snippets/ |
D | design.rst | 36 to boards ``foo`` and ``bar`` by specifying ``/(foo|bar)/`` as a regular
|
/Zephyr-latest/boards/qemu/arc/ |
D | board.cmake | 24 # Let's rely on the QEMU defaults instead of specifying exact board name,
|
/Zephyr-latest/cmake/modules/ |
D | arch_v1.cmake | 25 # - BOARD_DIR: CMake variable specifying the directory of the selected BOARD
|
/Zephyr-latest/doc/hardware/arch/ |
D | x86.rst | 76 Specifying Additional Memory Mappings at Build Time 118 Note that specifying additional memory mappings requires larger storage
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | timers.rst | 24 * 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