Home
last modified time | relevance | path

Searched refs:base (Results 651 – 675 of 833) sorted by relevance

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

/Zephyr-latest/tests/kernel/sched/preempt/src/
Dmain.c118 while (do_sleep && !(src_thread->base.thread_state & _THREAD_PENDING)) { in wakeup_src_thread()
/Zephyr-latest/doc/build/dts/
Dintro-syntax-structure.rst173 The peripheral's register map base address.
175 whose register map base address is 0x40003000.
213 device, so its base address is 0x8000000. Similarly, the base address of
262 ``address`` is usually the base address of the I/O register space, and
/Zephyr-latest/doc/build/
Dzephyr_cmake_package.rst46 The Zephyr CMake package allows CMake to automatically find a Zephyr base.
83 a Zephyr base using an environment variable.
91 This syntax instructs CMake to first search for Zephyr using the Zephyr base environment setting
99 When Zephyr base environment setting is not used for searching, the Zephyr installation matching
161 builds. To change the Zephyr package, for example to test the application using Zephyr base
/Zephyr-latest/drivers/dma/
Ddma_mcux_edma.c34 DMA_Type *base; member
119 #define DEV_BASE(dev) ((DMA_Type *)DEV_CFG(dev)->base)
462 EDMA_InstallTCD(p_handle->base, hw_channel, in dma_mcux_edma_configure()
932 .base = (DMA_Type *)DT_INST_REG_ADDR(n), \
/Zephyr-latest/drivers/spi/
Dspi_sifive.c291 .base = DT_INST_REG_ADDR_BY_NAME(n, control), \
/Zephyr-latest/drivers/flash/
DKconfig.nrf78 to the flash erase and write operations timeout. The base for
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake37 # clang option standard warning base in Zephyr
/Zephyr-latest/include/zephyr/arch/arm/mpu/
Darm_mpu_v7m.h114 .base = p_base, \
/Zephyr-latest/dts/arm/nxp/
Dnxp_lpc11u6x.dtsi122 base = <2>;
/Zephyr-latest/arch/riscv/core/
Dfatal.c251 if (((arch_current_thread()->base.user_options & K_USER) != 0) && in z_impl_user_fault()
Dstacktrace.c83 if ((thread->base.user_options & K_USER) != 0) { in in_stack_bound()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_npcx.c32 #define HAL_INSTANCE(dev) (struct shi_reg *)(((const struct shi_npcx_config *)(dev)->config)->base)
112 uintptr_t base; member
1134 .base = DT_INST_REG_ADDR(0),
/Zephyr-latest/doc/hardware/porting/
Dsoc_porting.rst40 the Zephyr base directory for a list of names that are already in use.
88 #. :file:`Kconfig.soc`: the base SoC configuration which defines a Kconfig SoC
98 when a build targets the SoC. Also the base line linker script to use must be
/Zephyr-latest/doc/kernel/services/synchronization/
Dmutexes.rst78 The owning thread's base priority is saved in the mutex when it obtains the
82 base priority from the value saved in the mutex.
/Zephyr-latest/samples/net/capture/
DREADME.rst133 IPv6 base reachable time : 30000
190 IPv6 base reachable time : 30000
/Zephyr-latest/doc/project/
Ddev_env_and_tools.rst10 is accepted into the code base. Changes, in the form of Pull Requests (PR) are
15 the code base.
233 IOPCTL_Type *base = config->base;
239 as ``IOPCTL_Type * base``.
/Zephyr-latest/drivers/gpio/
Dgpio_stm32.h246 uint32_t *base; member
/Zephyr-latest/boards/sc/scobc_module1/doc/
Dindex.rst13 As the name suggests, the board form factor is a module and requires a base I/O
/Zephyr-latest/cmake/modules/
Dwest.cmake65 # Keep this version identical to the one in scripts/requirements-base.txt
Dunittest.cmake44 set(ZEPHYR_BASE ${ENV_ZEPHYR_BASE} CACHE PATH "Zephyr base")
/Zephyr-latest/doc/hardware/peripherals/
Dmspi.rst112 The mspi controller's bindings should reference mspi-controller.yaml as one of the base.
135 The mspi device's bindings should reference mspi-device.yaml as one of the base.
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_backporting.rst17 Versions of Zephyr past 2.7 use the MCUmgr library that is `part of the Zephyr code base <https://g…
123 * The Zephyr code base
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_broadcast.c229 static void base_recv_cb(struct bt_bap_broadcast_sink *sink, const struct bt_bap_base *base, in base_recv_cb() argument
232 memcpy(broadcast_sink.received_base, base, base_size); in base_recv_cb()
/Zephyr-latest/subsys/net/lib/coap/
DKconfig56 int "base length of the random generated initial ACK timeout in ms"
60 This value is used as a base value to retry pending CoAP packets.
/Zephyr-latest/doc/build/kconfig/
Dsetting.rst288 type once at the "base" definition of the symbol is a good idea for reasons
292 ``default`` values given on the "base" definition of a symbol. Internally, this
349 dependencies from the base definition of the symbol to avoid weakening a
390 As an example, assume that a choice has the following base definition (here,

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