/Zephyr-latest/dts/riscv/openisa/ |
D | rv32m1_ri5cy.dtsi | 26 * these base addresses contain the Arm core vector tables if
|
D | rv32m1_zero_riscy.dtsi | 26 * these base addresses contain the Arm core vector tables if
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 001_bug_report.md | 15 This issue list is only for bugs in the main Zephyr code base
|
/Zephyr-latest/arch/arc/core/ |
D | fault.c | 66 if ((thread->base.user_options & K_USER) != 0) { in z_check_thread_stack_fail()
|
/Zephyr-latest/drivers/adc/ |
D | adc_nxp_s32_adc_sar.c | 26 ADC_Type *base; member 440 .base = (ADC_Type *)DT_INST_REG_ADDR(n), \
|
/Zephyr-latest/kernel/ |
D | queue.c | 349 (ret != 0) ? NULL : arch_current_thread()->base.swap_data); in z_impl_k_queue_get() 351 return (ret != 0) ? NULL : arch_current_thread()->base.swap_data; in z_impl_k_queue_get()
|
D | pipes.c | 225 struct _pipe_desc *desc = (struct _pipe_desc *)thread->base.swap_data; in pipe_walk_op() 491 arch_current_thread()->base.swap_data = src_desc; in z_impl_k_pipe_put() 677 arch_current_thread()->base.swap_data = dest_desc; in pipe_get_internal()
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | thread.c | 40 uint8_t state = thread->base.thread_state; in _is_thread_cmsis_inactive() 307 switch (tid->z_thread.base.thread_state) { in osThreadGetState()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_mcux_ehci.c | 44 uintptr_t base; member 712 LOG_DBG("Initialized USB controller %x", (uint32_t)config->base); in udc_mcux_init() 753 if (usb_base_addrs[i] == config->base) { in udc_mcux_get_hal_driver_id() 895 .base = DT_INST_REG_ADDR(n), \
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_litex.c | 1235 static uint32_t litex_clk_pow(uint32_t base, uint32_t exp) in litex_clk_pow() argument 1240 ret *= base; in litex_clk_pow() 1678 lcko->base = ldev->base; in litex_clk_init_clkouts() 1749 ldev->base = (uint32_t *)DRP_BASE; in litex_clk_init() 1750 if (ldev->base == NULL) { in litex_clk_init() 1786 .base = (uint32_t *)DRP_BASE,
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 103 case '-z' '--zephyr-base' 141 if test \("$tokens[$idx]" = "-z"\) -o \("$tokens[$idx]" = "--zephyr-base"\) 343 … --zephyr-base; or __zephyr_west_is_last_token -z --zephyr-base" -o z -l zephyr-base -xa "(__zephy… 510 …m sdk; and __fish_seen_subcommand_from install" -o b -l install-base -d "SDK isntall base director…
|
/Zephyr-latest/boards/renesas/rcar_spider_s4/doc/ |
D | rcar_spider_a55.rst | 32 * 100base EtherAVB x 1 channel;
|
/Zephyr-latest/arch/arm64/core/cortex_r/ |
D | Kconfig | 22 of MPU region base address and size(64 bytes aligned).
|
/Zephyr-latest/boards/arm/mps2/ |
D | mps2_an521_cpu1.dts | 122 /* This ram memory region's base address is chosen to avoid
|
/Zephyr-latest/arch/arm/core/cortex_m/tz/ |
D | Kconfig | 41 hex "ARM Non-Secure Callable Region base address"
|
/Zephyr-latest/doc/connectivity/networking/ |
D | eth_bridge_native_sim_setup.rst | 122 IPv6 base reachable time : 30000 150 IPv6 base reachable time : 30000
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | audio.h | 929 static inline void print_base(const struct bt_bap_base *base) in print_base() argument 933 shell_print(ctx_shell, "Presentation delay: %d", bt_bap_base_get_pres_delay(base)); in print_base() 934 shell_print(ctx_shell, "Subgroup count: %d", bt_bap_base_get_subgroup_count(base)); in print_base() 936 err = bt_bap_base_foreach_subgroup(base, print_base_subgroup_cb, NULL); in print_base()
|
/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/scripts/west_commands/runners/ |
D | core.py | 209 base = 16 if value.startswith('0x') else 10 210 self.options[match.group('option')] = int(value, base=base)
|
D | stm32cubeprogrammer.py | 157 type=functools.wraps(int)(lambda s: int(s, base=0)),
|
/Zephyr-latest/subsys/net/ip/ |
D | utils.c | 80 char *net_byte_to_hex(char *ptr, uint8_t byte, char base, bool pad) in net_byte_to_hex() argument 86 *ptr++ = (high < 10) ? (char) (high + '0') : (char) (high - 10 + base); in net_byte_to_hex() 89 *ptr++ = (low < 10) ? (char) (low + '0') : (char) (low - 10 + base); in net_byte_to_hex()
|
/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)), \
|
/Zephyr-latest/samples/subsys/edac/ |
D | README.rst | 84 Set injection address base to: 0x1000
|
/Zephyr-latest/drivers/dai/intel/alh/ |
D | alh.c | 216 .base = DT_INST_PROP_BY_IDX(n, reg, 0), \
|