Home
last modified time | relevance | path

Searched refs:base (Results 451 – 475 of 833) sorted by relevance

1...<<11121314151617181920>>...34

/Zephyr-latest/boards/snps/nsim/arc_classic/support/
Dmdb_hs6x_smp_12cores.args63 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
Dmdb_hs5x_smp.args64 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
Dmdb_hs5x_smp_12cores.args64 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
Dmdb_sem_mpu_stack_guard.args58 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
Dnsim_sem_mpu_stack_guard.props63 nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
Dmdb_sem.args58 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
Dnsim_sem.props63 nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
Dmdb_em.args62 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
/Zephyr-latest/subsys/llext/
Dllext_load.c596 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/
Duart_ifx_cat1.c187 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()
Duart_imx.c27 ((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/
DZephyrConfigVersion.cmake25 # 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/
Drun-sample-tests.sh286 $BASENAME [-Z <zephyr base directory>] [-N <net-tools base directory>] [<list of test directories>]
292 set Zephyr base directory
/Zephyr-latest/drivers/gpio/
Dgpio_xlnx_ps_bank.c436 __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/
Dmain.c250 &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/
DREADME_fonts.txt4 https://android.googlesource.com/platform/frameworks/base/+/master/data/fonts/DroidSansMono.ttf
/Zephyr-latest/arch/arm/core/mpu/
Darm_core_mpu_dev.h219 void arm_core_mpu_configure(uint8_t type, uint32_t base, uint32_t size);
/Zephyr-latest/soc/nxp/mcx/mcxw/
Dsoc.c190 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/
Dconfig.rst22 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/
Dvideo_mcux_mipi_csi2rx.c25 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/
Ddma_mcux_lpc.c28 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), \
Ddma_intel_adsp_hda_host_in.c27 .base = DT_INST_REG_ADDR(inst), \
/Zephyr-latest/drivers/i2c/
Di2c_lpc11u6x.h71 struct lpc11u6x_i2c_regs *base; member
/Zephyr-latest/cmake/linker/lld/
Dlinker_flags.cmake6 # 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/
Dlinker_flags.cmake5 check_set_linker_property(TARGET linker PROPERTY base

1...<<11121314151617181920>>...34