/Zephyr-latest/samples/subsys/shell/devmem_load/ |
D | README.md | 1 # 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/ |
D | nordic,nrf53-lfxo.yaml | 14 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".
|
D | nordic,nrf53-hfxo.yaml | 14 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".
|
D | nordic,nrf-lfxo.yaml | 14 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".
|
D | nordic,nrf-hfxo.yaml | 14 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/ |
D | Kconfig | 208 load-capacitors property. 217 prompt "LFXO load capacitance" 221 bool "Use external load capacitors" 227 load-capacitors = "external"; 231 bool "6 pF internal load capacitance" 237 load-capacitors = "internal"; 238 load-capacitance-picofarad = <6>; 242 bool "7 pF internal load capacitance" 248 load-capacitors = "internal"; 249 load-capacitance-picofarad = <7>; [all …]
|
/Zephyr-latest/samples/subsys/settings/ |
D | README.rst | 5 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/boards/sipeed/longan_nano/ |
D | board.cmake | 6 board_runner_args(openocd "--cmd-pre-load=gd32vf103-pre-load") 7 board_runner_args(openocd "--cmd-load=gd32vf103-load")
|
/Zephyr-latest/samples/drivers/fpga/fpga_controller/ |
D | README.rst | 4 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/ |
D | load_store.c | 9 * @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/samples/boards/arc_secure_services/ |
D | README.rst | 87 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/arch/xtensa/core/ |
D | fatal.c | 34 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()
|
D | debug_helpers_asm.S | 26 /* Load address for interrupted stack */ 28 /* Load i PC in a7 */ 32 /* Load value for (i-1) PC, which return address of i into a7 */
|
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/ |
D | README.txt | 7 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/ |
D | scl.py | 33 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/ |
D | load_store.c | 10 * @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/drivers/counter/ |
D | timer_dtmr_cmsdk_apb.c | 39 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, \
|
D | dualtimer_cmsdk_apb.h | 16 /* Offset: 0x000 (R/W) Timer 1 Load */ 28 /* Offset: 0x018 (R/W) Background Load Register */ 32 /* Offset: 0x020 (R/W) Timer 2 Load */ 44 /* Offset: 0x038 (R/W) Background Load Register */
|
/Zephyr-latest/boards/nxp/ucans32k1sic/support/ |
D | startup.cmm | 10 ; - 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/ |
D | nxp,pit.yaml | 17 max-load-value: 20 description: maximum load value supported
|
/Zephyr-latest/cmake/modules/ |
D | FindZephyr-sdk.cmake | 10 # - 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/dts/bindings/test/ |
D | vnd,busy-sim.yaml | 5 CPU load simulator 19 Debug pin is set to active state when cpu load is active.
|
/Zephyr-latest/boards/nxp/lpcxpresso54114/ |
D | board.cmake | 8 board_runner_args(jlink "--device=LPC54114J256_M4" "--reset-after-load") 10 board_runner_args(jlink "--device=LPC54114J256_M0" "--reset-after-load")
|
/Zephyr-latest/include/zephyr/drivers/mfd/ |
D | bd8lb600fs.h | 36 * function is active, therefore either there is an open load, an over 39 * OLD - open load 44 * @param[out] old open load values
|
/Zephyr-latest/arch/x86/zefi/ |
D | README.txt | 21 Arguably this is needlessly inefficient, having to load the whole 23 load it from the EFI boot filesystem into its correct location with no 51 in ELF get found via GOT and PLT tables that are populated at load 67 they ignore the preferred load address and will put the image at 80 that the EFI environment will load our image at an address that 83 physical memory, while Zephyr prefers to load into the bottom of RAM
|