Home
last modified time | relevance | path

Searched refs:base (Results 676 – 700 of 872) sorted by relevance

1...<<21222324252627282930>>...35

/Zephyr-latest/kernel/
Dpipes.c235 struct _pipe_desc *desc = (struct _pipe_desc *)thread->base.swap_data; in pipe_walk_op()
501 _current->base.swap_data = src_desc; in z_impl_k_pipe_put()
687 _current->base.swap_data = dest_desc; in pipe_get_internal()
/Zephyr-latest/drivers/dai/nxp/sai/
Dsai.c189 static void sai_config_set_err_051421(I2S_Type *base, in sai_config_set_err_051421() argument
198 base->TCR2 |= I2S_TCR2_BCI(1); in sai_config_set_err_051421()
202 base->RCR2 |= I2S_RCR2_BCI(1); in sai_config_set_err_051421()
/Zephyr-latest/drivers/ethernet/
Deth_cyclonev.c60 uint8_t *base; member
859 p->base_addr = (mem_addr_t)config->base; in eth_cyclonev_probe()
1151 .base = (uint8_t *)(DT_INST_REG_ADDR(inst)), \
Deth_sensry_sy1xx_mac.c410 static int32_t sy1xx_mac_udma_is_finished_rx(uint32_t base) in sy1xx_mac_udma_is_finished_rx() argument
412 uint32_t isBusy = SY1XX_UDMA_READ_REG(base, SY1XX_UDMA_CFG_REG + 0x00) & (BIT(17)); in sy1xx_mac_udma_is_finished_rx()
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake37 # clang option standard warning base in Zephyr
/Zephyr-latest/drivers/dai/intel/alh/
Dalh.c216 .base = DT_INST_PROP_BY_IDX(n, reg, 0), \
/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/samples/subsys/edac/
DREADME.rst84 Set injection address base to: 0x1000
/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/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/develop/west/
Dworkspaces.rst215 url-base: https://github.com/zephyrproject-rtos
237 url-base: https://github.com/zephyrproject-rtos
305 url-base: https://github.com/zephyrproject-rtos
307 url-base: https://git.example.com/your-company
/Zephyr-latest/drivers/spi/
Dspi_sifive.c291 .base = DT_INST_REG_ADDR_BY_NAME(n, control), \
/Zephyr-latest/include/zephyr/arch/arm/mpu/
Darm_mpu_v7m.h110 .base = p_base, \
/Zephyr-latest/drivers/flash/
DKconfig.nrf78 to the flash erase and write operations timeout. The base for
/Zephyr-latest/dts/arm/nxp/
Dnxp_lpc11u6x.dtsi122 base = <2>;
/Zephyr-latest/arch/riscv/core/
Dfatal.c251 if (((_current->base.user_options & K_USER) != 0) && in z_impl_user_fault()
/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/drivers/dma/
Ddma_mcux_edma.c34 DMA_Type *base; member
119 #define DEV_BASE(dev) ((DMA_Type *)DEV_CFG(dev)->base)
484 EDMA_InstallTCD(p_handle->base, hw_channel, in dma_mcux_edma_configure()
968 .base = (DMA_Type *)DT_INST_REG_ADDR(n), \
/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.
223 IOPCTL_Type *base = config->base;
229 as ``IOPCTL_Type * base``.
/Zephyr-latest/boards/rakwireless/rak11720/doc/
Dindex.rst18 supply and programming/debug interface is the base to plug a
/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/drivers/gpio/
Dgpio_stm32.h246 uint32_t *base; member

1...<<21222324252627282930>>...35