| /Zephyr-latest/kernel/ |
| D | pipes.c | 235 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/ |
| D | sai.c | 189 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/ |
| D | eth_cyclonev.c | 60 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)), \
|
| D | eth_sensry_sy1xx_mac.c | 410 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/ |
| D | compiler_flags.cmake | 37 # clang option standard warning base in Zephyr
|
| /Zephyr-latest/drivers/dai/intel/alh/ |
| D | alh.c | 216 .base = DT_INST_PROP_BY_IDX(n, reg, 0), \
|
| /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/samples/subsys/edac/ |
| D | README.rst | 84 Set injection address base to: 0x1000
|
| /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/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/develop/west/ |
| D | workspaces.rst | 215 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/ |
| D | spi_sifive.c | 291 .base = DT_INST_REG_ADDR_BY_NAME(n, control), \
|
| /Zephyr-latest/include/zephyr/arch/arm/mpu/ |
| D | arm_mpu_v7m.h | 110 .base = p_base, \
|
| /Zephyr-latest/drivers/flash/ |
| D | Kconfig.nrf | 78 to the flash erase and write operations timeout. The base for
|
| /Zephyr-latest/dts/arm/nxp/ |
| D | nxp_lpc11u6x.dtsi | 122 base = <2>;
|
| /Zephyr-latest/arch/riscv/core/ |
| D | fatal.c | 251 if (((_current->base.user_options & K_USER) != 0) && in z_impl_user_fault()
|
| /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/drivers/dma/ |
| D | dma_mcux_edma.c | 34 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/ |
| 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. 223 IOPCTL_Type *base = config->base; 229 as ``IOPCTL_Type * base``.
|
| /Zephyr-latest/boards/rakwireless/rak11720/doc/ |
| D | index.rst | 18 supply and programming/debug interface is the base to plug a
|
| /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/drivers/gpio/ |
| D | gpio_stm32.h | 246 uint32_t *base; member
|