Home
last modified time | relevance | path

Searched full:load (Results 1 – 25 of 806) sorted by relevance

12345678910>>...33

/Zephyr-latest/samples/subsys/shell/devmem_load/
DREADME.md1 # Zephyr devmem load command
2 This module add a `devmem load` command that allows data to be loaded into device memory.
3 The `devmem load` command is supported by every transport the shell can run on.
9 Note: when using the devmem load command over UART it is recommended to use interrupts whenever pos…
30 The `devmem load` command can now be used (`devmem load [option] [address]`):
32 uart:~$ devmem load 0x20020000
37 Now, the `devmem load` is waiting for data.
51 Currently, the `devmem load` command supports the following argument:
/Zephyr-latest/dts/bindings/clock/
Dnordic,nrf53-lfxo.yaml14 load-capacitors:
20 Type of load capacitors connected to the crystal.
22 load-capacitance-picofarad:
29 Load capacitance in picofarads. This property is only used when
30 load-capacitors is set to "internal".
Dnordic,nrf53-hfxo.yaml14 load-capacitors:
20 Type of load capacitors connected to the crystal.
22 load-capacitance-femtofarad:
53 Load capacitance in femtofarads. This property is only used when
54 load-capacitors is set to "internal".
Dnordic,nrf-lfxo.yaml14 load-capacitors:
20 Type of load capacitors connected to the crystal. If not specified,
24 load-capacitance-femtofarad:
57 Load capacitance in femtofarads. This property is only used when
58 load-capacitors is set to "internal".
Dnordic,nrf-hfxo.yaml14 load-capacitors:
20 Type of load capacitors connected to the crystal. If not specified,
24 load-capacitance-femtofarad:
81 Load capacitance in femtofarads. This property is only used when
82 load-capacitors is set to "internal".
/Zephyr-latest/soc/nordic/nrf53/
DKconfig217 load-capacitors property.
226 prompt "LFXO load capacitance"
230 bool "Use external load capacitors"
236 load-capacitors = "external";
240 bool "6 pF internal load capacitance"
246 load-capacitors = "internal";
247 load-capacitance-picofarad = <6>;
251 bool "7 pF internal load capacitance"
257 load-capacitors = "internal";
258 load-capacitance-picofarad = <7>;
[all …]
/Zephyr-latest/include/zephyr/debug/
Dcpu_load.h16 /** @defgroup cpu_load CPU load monitor
18 * @brief Module for monitoring CPU Load
20 * This module allow monitoring of the CPU load.
30 /** @brief Get CPU load.
32 * CPU load is measured using a timer which tracks amount of time spent in the
38 * @retval Positive number - CPU load in per mille.
/Zephyr-latest/boards/sipeed/longan_nano/
Dboard.cmake6 board_runner_args(openocd "--cmd-pre-load=gd32vf103-pre-load")
7 board_runner_args(openocd "--cmd-load=gd32vf103-load")
/Zephyr-latest/tests/subsys/debug/cpu_load/src/
Dmain.c19 int load; in ZTEST() local
31 load = cpu_load_get(false); in ZTEST()
33 zassert_within(load, 1000, DELTA); in ZTEST()
36 load = cpu_load_get(false); in ZTEST()
37 zassert_within(load, 500, DELTA); in ZTEST()
42 load = cpu_load_get(false); in ZTEST()
43 zassert_within(load, 0, DELTA); in ZTEST()
/Zephyr-latest/samples/subsys/settings/
DREADME.rst5 Load and save configuration values using the settings API.
59 basic load and save using registered handlers
61 load all key-value pairs using registered handlers
67 load <alpha/beta> key-value pairs using registered handlers
75 load all key-value pairs using registered handlers
82 direct load: <alpha/length/2>
83 direct load: <alpha/length/1>
84 direct load: <alpha/length>
92 immediate load: OK.
95 Can't to load the <alpha/length> value as expected
/Zephyr-latest/samples/drivers/fpga/fpga_controller/
DREADME.rst4 Load a bitstream into an FPGA and perform basic operations on it.
8 This module is an FPGA driver that can easily load a bitstream, reset it, check its status, enable …
47 See :zephyr:board:`quick_feather` on how to load an image to the board.
68 The FPGA controller command can now be used (``fpga load <device> <address> <size in bytes>``):
72 uart:~$ fpga load FPGA 0x2001a46c 75960
85 To load a bitstream into device memory, use ``devmem load`` command.
90 uart:~$ devmem load -e 0x10000
114 uart:~$ fpga load FPGA 0x10000 75960
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/
Dload_store.c9 * @brief load/store portion of DSP sharing test
13 * This module implements the load/store portion of the DSP sharing test. This
16 * The load/store test validates the dsp unit context
31 /* space for dsp register load/store area used by low priority task */
35 /* space for dsp register load/store area used by high priority thread */
41 /* Indicates that the load/store test exited */
48 * @brief Low priority DSP load/store thread
63 * Initialize dsp load buffer to known values; in load_store_low()
81 * Utilize an architecture specific function to load all the in load_store_low()
87 * Waste some cycles to give the high priority load/store in load_store_low()
[all …]
/Zephyr-latest/arch/xtensa/core/
Dfatal.c34 return "load/store error"; in xtensa_exccause()
44 return "load/store alignment"; in xtensa_exccause()
48 return "load/store PIF data error"; in xtensa_exccause()
52 return "load/store PIF addr error"; in xtensa_exccause()
62 return "load/store TLB miss"; in xtensa_exccause()
64 return "load/store TLB multi hit"; in xtensa_exccause()
66 return "load/store privilege"; in xtensa_exccause()
68 return "load prohibited"; in xtensa_exccause()
/Zephyr-latest/samples/boards/arc_secure_services/
DREADME.rst87 The bootloader should load the secure and normal application into the correct place,
93 Use the gdb debugger to load and run the two applications.
99 # load secure application first
102 # load normal application
125 # load normal application
126 $ load ../../../philosophers/build/zephyr/zephyr.elf
127 # load secure application
128 $ load
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/
DREADME.txt7 1) Test load and store dsp registers (including arch specific registers)
25 Load and store OK after 0 (high) + 84 (low) tests
26 Load and store OK after 100 (high) + 11926 (low) tests
27 Load and store OK after 200 (high) + 23767 (low) tests
28 Load and store OK after 300 (high) + 35607 (low) tests
29 Load and store OK after 400 (high) + 47448 (low) tests
30 Load and store OK after 500 (high) + 59287 (low) tests
/Zephyr-latest/scripts/pylib/twister/
Dscl.py33 Safely load a YAML document
38 :param str filename: filename to load
45 return yaml.load(f, Loader=SafeLoader)
74 Safely load a testcase/sample yaml document and validate it
77 :param str filename: name of the file to load and process
78 :param dict schema: loaded YAML schema (can load with :func:`yaml_load`)
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dload_store.c10 * @brief load/store portion of FPU sharing test
16 * This module implements the load/store portion of the FPU sharing test. This
19 * The load/store test validates the floating point unit context
34 * to load ALL non-integer registers, but main() should validate that only the
82 /* space for float register load/store area used by low priority task */
86 /* space for float register load/store area used by high priority thread */
96 /* Indicates that the load/store test exited */
103 * @brief Low priority FPU load/store thread
121 * Initialize floating point load buffer to known values; in load_store_low()
139 * Utilize an architecture specific function to load all the in load_store_low()
[all …]
/Zephyr-latest/doc/services/debugging/
Dcpu_load.rst3 CPU load
14 Load can also be reported periodically using a logging message. Period is configured using :kconfig…
25 zephyr,cpu-load-counter = &counter_device;
/Zephyr-latest/drivers/counter/
Dtimer_dtmr_cmsdk_apb.c39 uint32_t load; member
48 cfg->dtimer->timer1load = data->load; in dtmr_cmsdk_apb_start()
71 *ticks = data->load - cfg->dtimer->timer1value; in dtmr_cmsdk_apb_get_value()
85 data->load = top_cfg->ticks; in dtmr_cmsdk_apb_set_top_value()
90 * Write to background load register will not affect in dtmr_cmsdk_apb_set_top_value()
96 * Write to load register will also set in dtmr_cmsdk_apb_set_top_value()
113 uint32_t ticks = data->load; in dtmr_cmsdk_apb_get_top_value()
198 .load = UINT_MAX, \
/Zephyr-latest/boards/nxp/ucans32k1sic/support/
Dstartup.cmm10 ; - elfFile filepath of ELF to load *
69 Data.LOAD.Elf &elfFile
76 Data.LOAD.Elf &elfFile /DIFF
82 Data.LOAD.Elf &elfFile /ComPare
93 ; Load program to SRAM
94 Data.LOAD.Elf &elfFile
/Zephyr-latest/dts/bindings/counter/
Dnxp,pit.yaml17 max-load-value:
20 description: maximum load value supported
/Zephyr-latest/dts/bindings/test/
Dvnd,busy-sim.yaml5 CPU load simulator
19 Debug pin is set to active state when cpu load is active.
/Zephyr-latest/boards/nxp/lpcxpresso54114/
Dboard.cmake8 board_runner_args(jlink "--device=LPC54114J256_M4" "--reset-after-load")
10 board_runner_args(jlink "--device=LPC54114J256_M0" "--reset-after-load")
/Zephyr-latest/cmake/modules/
DFindZephyr-sdk.cmake10 # - LOAD: Load a Zephyr-SDK. This is the default behavior if no COMPONENTS is specified.
18 # The module defines the following variables when used in normal search and load mode:
28 # - LIST: Will list all available Zephyr SDKs found in the system but not load
30 # an actual load.
49 set(Zephyr-sdk_FIND_COMPONENTS LOAD)
52 # Load Zephyr SDK Toolchain.
75 if(DEFINED ZEPHYR_SDK_INSTALL_DIR AND LOAD IN_LIST Zephyr-sdk_FIND_COMPONENTS)
175 if(LOAD IN_LIST Zephyr-sdk_FIND_COMPONENTS)
/Zephyr-latest/soc/nxp/imxrt/
DKconfig.sysbuild5 bool "Load minimal application to primary core to boot secondary one"
9 Load a minimal application to the primary core to boot the secondary

12345678910>>...33