/Zephyr-latest/boards/snps/nsim/arc_classic/support/ |
D | mdb_hs6x_smp_12cores.args | 63 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
|
D | mdb_hs5x_smp.args | 64 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
|
D | mdb_hs5x_smp_12cores.args | 64 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
|
D | mdb_sem_mpu_stack_guard.args | 58 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
|
D | nsim_sem_mpu_stack_guard.props | 63 nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
|
D | mdb_sem.args | 58 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
|
D | nsim_sem.props | 63 nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
|
D | mdb_em.args | 62 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
|
/Zephyr-latest/subsys/llext/ |
D | llext_load.c | 596 const void *base; in llext_copy_symbols() local 598 base = llext_loaded_sect_ptr(ldr, ext, shndx); in llext_copy_symbols() 599 if (!base) { in llext_copy_symbols() 604 base = llext_peek(ldr, shdr->sh_offset); in llext_copy_symbols() 605 if (base) { in llext_copy_symbols() 606 LOG_DBG("section %d peeked at %p", shndx, base); in llext_copy_symbols() 613 sym_tab->syms[j].addr = (uint8_t *)base + sym.st_value - in llext_copy_symbols()
|
/Zephyr-latest/drivers/serial/ |
D | uart_ifx_cat1.c | 187 uint32_t status = Cy_SCB_UART_GetRxFifoStatus(data->obj.base); in ifx_cat1_uart_err_check() 236 Cy_SCB_UART_EnableCts(data->obj.base); in ifx_cat1_uart_configure() 320 uint32_t mask = Cy_SCB_GetTxInterruptStatusMasked(data->obj.base); in ifx_cat1_uart_irq_tx_ready() 389 uint32_t intcause = Cy_SCB_GetInterruptCause(data->obj.base); in ifx_cat1_uart_irq_is_pending() 405 (Cy_SCB_UART_GetNumInRxFifo(data->obj.base) == 0u)) { in ifx_cat1_uart_irq_update()
|
D | uart_imx.c | 27 ((UART_Type *)((const struct imx_uart_config *const)(dev)->config)->base) 30 UART_Type *base; member 294 .base = (UART_Type *) DT_INST_REG_ADDR(n), \
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | ZephyrConfigVersion.cmake | 25 # For now, Zephyr is capable to find the right base on all older versions as long as they define 35 # First check to see if user has provided a Zephyr base manually and it is first run (cache not set… 71 # When Zephyr base is set and we are checked as an included file 86 # Find out the current Zephyr base. 90 # Temporary set local Zephyr base to allow using version.cmake to find this Zephyr repository curre…
|
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 286 $BASENAME [-Z <zephyr base directory>] [-N <net-tools base directory>] [<list of test directories>] 292 set Zephyr base directory
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_xlnx_ps_bank.c | 436 __ASSERT(dev_data->base != 0, "%s mapped base address missing", dev->name); in gpio_xlnx_ps_bank_init() 437 if (dev_data->base == 0) { in gpio_xlnx_ps_bank_init() 460 .base = 0,\
|
/Zephyr-latest/tests/kernel/obj_core/obj_core_stats_api/src/ |
D | main.c | 250 &test_thread->base.usage, in ZTEST() 317 &test_thread->base.usage, in ZTEST() 318 sizeof(test_thread->base.usage)); in ZTEST()
|
/Zephyr-latest/subsys/fb/ |
D | README_fonts.txt | 4 https://android.googlesource.com/platform/frameworks/base/+/master/data/fonts/DroidSansMono.ttf
|
/Zephyr-latest/arch/arm/core/mpu/ |
D | arm_core_mpu_dev.h | 219 void arm_core_mpu_configure(uint8_t type, uint32_t base, uint32_t size);
|
/Zephyr-latest/soc/nxp/mcx/mcxw/ |
D | soc.c | 190 VBAT_Type *base = (VBAT_Type *)DT_REG_ADDR(DT_NODELABEL(vbat)); in vbat_init() local 200 base->STATUSA |= VBAT_STATUSA_POR_DET_MASK; in vbat_init()
|
/Zephyr-latest/doc/develop/west/ |
D | config.rst | 22 base = zephyr 82 To read ``zephyr.base``, the value which will be used as ``ZEPHYR_BASE`` if it 87 west config zephyr.base 94 west config zephyr.base some-other-zephyr 99 the directory in the upstream manifest by running ``west config zephyr.base 249 * - ``zephyr.base`` 254 setting is ignored unless ``zephyr.base-prefer`` is ``"configfile"``. 255 * - ``zephyr.base-prefer`` 258 environment overrides the value of the ``zephyr.base`` configuration
|
/Zephyr-latest/drivers/video/ |
D | video_mcux_mipi_csi2rx.c | 25 const MIPI_CSI2RX_Type *base; member 154 CSI2RX_Init((MIPI_CSI2RX_Type *)config->base, &drv_data->csi2rxConfig); in mipi_csi2rx_stream_start() 171 CSI2RX_Deinit((MIPI_CSI2RX_Type *)config->base); in mipi_csi2rx_stream_stop() 355 .base = (MIPI_CSI2RX_Type *)DT_INST_REG_ADDR(n), \
|
/Zephyr-latest/drivers/dma/ |
D | dma_mcux_lpc.c | 28 DMA_Type *base; member 71 ((DMA_Type *)((const struct dma_mcux_lpc_config *const)(dev)->config)->base) 96 data->busy = DMA_ChannelIsBusy(data->dma_handle.base, channel); in nxp_lpc_dma_callback() 711 p_handle->base->CHANNEL[p_handle->channel].CFG = cfg_reg; in dma_mcux_lpc_configure() 713 DMA_EnableChannelPeriphRq(p_handle->base, p_handle->channel); in dma_mcux_lpc_configure() 715 DMA_DisableChannelPeriphRq(p_handle->base, p_handle->channel); in dma_mcux_lpc_configure() 717 DMA_SetChannelPriority(p_handle->base, p_handle->channel, config->channel_priority); in dma_mcux_lpc_configure() 888 .base = (DMA_Type *)DT_INST_REG_ADDR(n), \
|
D | dma_intel_adsp_hda_host_in.c | 27 .base = DT_INST_REG_ADDR(inst), \
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_lpc11u6x.h | 71 struct lpc11u6x_i2c_regs *base; member
|
/Zephyr-latest/cmake/linker/lld/ |
D | linker_flags.cmake | 6 # Since lld is a drop in replacement for ld, we can just use ld's flags as a base
|
/Zephyr-latest/cmake/linker/xt-ld/ |
D | linker_flags.cmake | 5 check_set_linker_property(TARGET linker PROPERTY base
|