Home
last modified time | relevance | path

Searched refs:base (Results 701 – 725 of 833) sorted by relevance

1...<<21222324252627282930>>...34

/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig109 When enabled, the MCUmgr will compare base address of application,
113 The base address can be set, to an image binary header, with imgtool,
/Zephyr-latest/drivers/i2c/
Di2c_andes_atciic100.c21 uint32_t base; member
777 .base = DT_INST_REG_ADDR(n), \
/Zephyr-latest/drivers/dma/
Ddma_mchp_xec.c32 #define XEC_DMA_CHAN_REGS_ADDR(base, channel) \ argument
33 (((uintptr_t)(base) + (XEC_DMA_MAIN_REGS_SIZE)) + \
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt6xx_common.dtsi96 * Note that the offsets here are relative to the base address
97 * defined in either nxp_rt6xx_ns.dtsi or nxp_rt6xx.dtsi. The base
/Zephyr-latest/doc/build/dts/
Dbindings-syntax.rst715 The file :zephyr_file:`base.yaml <dts/bindings/base/base.yaml>` contains
717 good idea to check if :file:`base.yaml` already defines some of the needed
720 Note that you can make a property defined in base.yaml obligatory like this,
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py4357 base = _TYPE_TO_BASE[self.orig_type]
4366 low = int(low_expr.str_value, base) if \
4367 _is_base_n(low_expr.str_value, base) else 0
4368 high = int(high_expr.str_value, base) if \
4369 _is_base_n(high_expr.str_value, base) else 0
4380 user_val = int(self.user_value, base)
4382 num2str = str if base == 10 else hex
4409 if _is_base_n(val, base):
4410 val_num = int(val, base)
4434 num2str = str if base == 10 else hex
Dmenuconfig.py3091 base = 10 if sym.orig_type == INT else 16
3093 int(s, base)
3104 if not int(low_s, base) <= int(s, base) <= int(high_s, base):
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.bash412 --zephyr-base|-z)
/Zephyr-latest/samples/
Dsample_definition_and_criteria.rst74 base configuration options.
/Zephyr-latest/doc/
DCMakeLists.txt10 message(STATUS "Zephyr base: ${ZEPHYR_BASE}")
/Zephyr-latest/arch/x86/core/
Dfatal.c67 (arch_current_thread()->base.user_options & K_USER) != 0) { in z_x86_check_stack_bounds()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_it82xx2.c133 struct usb_it82xx2_regs *const base; member
144 .base = (struct usb_it82xx2_regs *)DT_INST_REG_ADDR(0),
194 struct usb_it82xx2_regs *const usb_regs = cfg->base; in it82xx2_get_usb_regs()
/Zephyr-latest/drivers/espi/
Despi_npcx.c29 uintptr_t base; member
77 ((struct espi_reg *)((const struct espi_npcx_config *)(dev)->config)->base)
1376 .base = DT_INST_REG_ADDR(0),
/Zephyr-latest/include/zephyr/
Dkernel.h712 return z_timeout_expires(&thread->base.timeout); in z_impl_k_thread_timeout_expires_ticks()
727 return z_timeout_remaining(&thread->base.timeout); in z_impl_k_thread_timeout_remaining_ticks()
2872 stack_data_t *base, *next, *top; member
2886 .base = (stack_buffer), \
/Zephyr-latest/soc/intel/intel_adsp/common/
DCMakeLists.txt42 # Generate rimage modules from the base kernel ELF file. Note the
/Zephyr-latest/scripts/build/
Duf2conv.py305 appstartaddr = int(args.base, 0)
/Zephyr-latest/doc/develop/west/
Dwithout-west.rst106 base = zephyr
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake24 # base options
/Zephyr-latest/cmake/flash/
DCMakeLists.txt152 …ST_DIR}/src" "${PYTHON_EXECUTABLE};${WEST_DIR}/src/west/app/main.py;--zephyr-base=${ZEPHYR_BASE} ")
/Zephyr-latest/doc/build/signing/
Dindex.rst101 are built with MCUboot signing support enabled. The base Zephyr MCUboot signing file can be
/Zephyr-latest/doc/build/version/
Dindex.rst25 which must be placed at the base directory of the application, where the CMakeLists.txt file is
/Zephyr-latest/boards/arm/v2m_musca_b1/doc/
Dindex.rst356 The QSPI flash base address alias is 0x0, and the eFlash base address alias is
/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.c76 thread->base.prio, name); in sys_trace_k_thread_priority_set()
86 thread->base.prio, in sys_trace_k_thread_create()
/Zephyr-latest/doc/project/
Dproject_roles.rst23 particular code base areas or subsystems.
216 * Right to revert any changes that have broken the code base
223 * Responsibility to keep the Zephyr code base in a working and passing state
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/
DREADME.rst74 Min Sec base time: 2019-07-19 06:00:07 Fri 200

1...<<21222324252627282930>>...34