/Zephyr-latest/tests/kernel/sched/preempt/src/ |
D | main.c | 118 while (do_sleep && !(src_thread->base.thread_state & _THREAD_PENDING)) { in wakeup_src_thread()
|
/Zephyr-latest/doc/build/dts/ |
D | intro-syntax-structure.rst | 173 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/ |
D | zephyr_cmake_package.rst | 46 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/ |
D | dma_mcux_edma.c | 34 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/ |
D | spi_sifive.c | 291 .base = DT_INST_REG_ADDR_BY_NAME(n, control), \
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nrf | 78 to the flash erase and write operations timeout. The base for
|
/Zephyr-latest/cmake/compiler/clang/ |
D | compiler_flags.cmake | 37 # clang option standard warning base in Zephyr
|
/Zephyr-latest/include/zephyr/arch/arm/mpu/ |
D | arm_mpu_v7m.h | 114 .base = p_base, \
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_lpc11u6x.dtsi | 122 base = <2>;
|
/Zephyr-latest/arch/riscv/core/ |
D | fatal.c | 251 if (((arch_current_thread()->base.user_options & K_USER) != 0) && in z_impl_user_fault()
|
D | stacktrace.c | 83 if ((thread->base.user_options & K_USER) != 0) { in in_stack_bound()
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_shi_npcx.c | 32 #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/ |
D | soc_porting.rst | 40 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/ |
D | mutexes.rst | 78 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/ |
D | README.rst | 133 IPv6 base reachable time : 30000 190 IPv6 base reachable time : 30000
|
/Zephyr-latest/doc/project/ |
D | dev_env_and_tools.rst | 10 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/ |
D | gpio_stm32.h | 246 uint32_t *base; member
|
/Zephyr-latest/boards/sc/scobc_module1/doc/ |
D | index.rst | 13 As the name suggests, the board form factor is a module and requires a base I/O
|
/Zephyr-latest/cmake/modules/ |
D | west.cmake | 65 # Keep this version identical to the one in scripts/requirements-base.txt
|
D | unittest.cmake | 44 set(ZEPHYR_BASE ${ENV_ZEPHYR_BASE} CACHE PATH "Zephyr base")
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | mspi.rst | 112 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/ |
D | mcumgr_backporting.rst | 17 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/ |
D | cap_acceptor_broadcast.c | 229 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/ |
D | Kconfig | 56 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/ |
D | setting.rst | 288 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,
|