/Zephyr-latest/samples/subsys/ipc/openamp/ |
D | Kconfig | 11 needs to be aware of size or base address of secondary image
|
/Zephyr-latest/samples/drivers/mbox_data/ |
D | Kconfig | 11 needs to be aware of size or base address of secondary image
|
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/ |
D | Kconfig | 11 needs to be aware of size or base address of secondary image
|
/Zephyr-latest/tests/drivers/mbox/mbox_data/ |
D | Kconfig | 11 needs to be aware of size or base address of secondary image
|
/Zephyr-latest/drivers/espi/ |
D | espi_taf_npcx.c | 32 uintptr_t base; member 62 (dev)->config)->base) 103 uint32_t base, high; in espi_taf_check_read_protect() local 109 base = PRTR_BADDR(i); in espi_taf_check_read_protect() 116 (base <= flash_addr + len - 1 && flash_addr <= high)) { in espi_taf_check_read_protect() 133 uint32_t base, high; in espi_taf_check_write_protect() local 139 base = PRTR_BADDR(i); in espi_taf_check_write_protect() 146 (base <= flash_addr + len - 1 && flash_addr <= high)) { in espi_taf_check_write_protect() 649 .base = DT_INST_REG_ADDR(0),
|
/Zephyr-latest/tests/kernel/smp/src/ |
D | main.c | 221 volatile uint8_t *p = &tinfo[i].tid->base.thread_state; in spin_for_threads_exit() 321 zassert_true(arch_current_thread()->base.prio < 0, in ZTEST() 323 zassert_true(arch_current_thread()->base.prio > SPAWN_AB_PRIO, in ZTEST() 874 zassert_equal(arch_current_thread()->base.global_lock_count, 0, in t2_mutex_lock() 876 arch_current_thread()->base.global_lock_count); in t2_mutex_lock() 880 zassert_equal(arch_current_thread()->base.global_lock_count, 0, in t2_mutex_lock() 882 arch_current_thread()->base.global_lock_count); in t2_mutex_lock() 890 zassert_equal(arch_current_thread()->base.global_lock_count, 0, in t2_mutex_lock() 892 arch_current_thread()->base.global_lock_count); in t2_mutex_lock()
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | ssp.h | 99 uint32_t base; member 134 uint32_t base; member
|
/Zephyr-latest/dts/riscv/efinix/ |
D | sapphire_soc.dtsi | 79 reg-names = "base"; 93 reg-names = "base";
|
/Zephyr-latest/arch/x86/core/ |
D | userspace.c | 96 if ((thread->base.user_options & K_USER) != 0U) { in z_x86_userspace_prepare_thread() 194 if ((thread->base.user_options & K_USER) != K_USER) { in arch_thread_priv_stack_space_get()
|
/Zephyr-latest/soc/nxp/imx/imx7d/ |
D | soc_clk_freq.h | 24 uint32_t get_pwm_clock_freq(PWM_Type *base);
|
/Zephyr-latest/tests/net/lib/prometheus/collector/src/ |
D | main.c | 31 prometheus_collector_register_metric(&test_custom_collector, &test_counter_m.base); in ZTEST()
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_wkpu_nxp_s32.c | 34 #define REG_READ(r) sys_read32(config->base + (r)) 35 #define REG_WRITE(r, v) sys_write32((v), config->base + (r)) 38 mem_addr_t base; member 199 .base = DT_INST_REG_ADDR(n), \
|
/Zephyr-latest/samples/bluetooth/tmap_bmr/src/ |
D | bap_broadcast_sink.c | 227 const struct bt_bap_base *base = bt_bap_base_get_base_from_ad(data); in pa_decode_base() local 232 if (base == NULL) { in pa_decode_base() 236 err = bt_bap_base_get_bis_indexes(base, &base_bis_index_bitfield); in pa_decode_base() 259 static void base_recv_cb(struct bt_bap_broadcast_sink *sink, const struct bt_bap_base *base, in base_recv_cb() argument
|
/Zephyr-latest/drivers/can/ |
D | can_stm32h7_fdcan.c | 34 mm_reg_t base; member 49 return can_mcan_sys_read_reg(stm32h7_cfg->base, reg, val); in can_stm32h7_read_reg() 57 return can_mcan_sys_write_reg(stm32h7_cfg->base, reg, val); in can_stm32h7_write_reg() 256 .base = CAN_MCAN_DT_INST_MCAN_ADDR(n), \
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | pbp_public_broadcast_sink_test.c | 79 static void base_recv_cb(struct bt_bap_broadcast_sink *sink, const struct bt_bap_base *base, in base_recv_cb() argument 113 const struct bt_bap_base *base = bt_bap_base_get_base_from_ad(data); in pa_decode_base() local 118 if (base == NULL) { in pa_decode_base() 122 err = bt_bap_base_get_bis_indexes(base, &base_bis_index_bitfield); in pa_decode_base()
|
/Zephyr-latest/kernel/ |
D | spinlock_validate.c | 27 if (arch_is_in_isr() && arch_current_thread()->base.thread_state & _THREAD_DUMMY) { in z_spin_unlock_valid()
|
D | idle.c | 27 __ASSERT_NO_MSG(arch_current_thread()->base.prio >= 0); in idle()
|
/Zephyr-latest/tests/cmake/hwm/board_extend/ |
D | Kconfig | 8 This kconfig is set when the base board config fragment is supposed to
|
/Zephyr-latest/lib/os/ |
D | cbprintf_nano.c | 31 static inline int convert_value(uint_value_type num, unsigned int base, in convert_value() argument 37 unsigned int c = num % base; in convert_value() 42 num /= base; in convert_value()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_stm32.c | 224 GPIO_TypeDef *gpio = (GPIO_TypeDef *)cfg->base; in gpio_stm32_configure_raw() 357 GPIO_TypeDef *gpio = (GPIO_TypeDef *)cfg->base; in gpio_stm32_port_get_raw() 369 GPIO_TypeDef *gpio = (GPIO_TypeDef *)cfg->base; in gpio_stm32_port_set_masked_raw() 386 GPIO_TypeDef *gpio = (GPIO_TypeDef *)cfg->base; in gpio_stm32_port_set_bits_raw() 401 GPIO_TypeDef *gpio = (GPIO_TypeDef *)cfg->base; in gpio_stm32_port_clear_bits_raw() 421 GPIO_TypeDef *gpio = (GPIO_TypeDef *)cfg->base; in gpio_stm32_port_toggle_bits() 542 GPIO_TypeDef *gpio = (GPIO_TypeDef *)cfg->base; in gpio_stm32_get_config() 731 .base = (uint32_t *)__base_addr, \
|
/Zephyr-latest/include/zephyr/arch/arc/v2/mpu/ |
D | arc_core_mpu.h | 80 int arc_core_mpu_region(uint32_t index, uint32_t base, uint32_t size,
|
/Zephyr-latest/drivers/serial/ |
D | uart_neorv32.c | 50 mm_reg_t base; member 72 return sys_read32(config->base + NEORV32_UART_CTRL_OFFSET); in neorv32_uart_read_ctrl() 79 sys_write32(ctrl, config->base + NEORV32_UART_CTRL_OFFSET); in neorv32_uart_write_ctrl() 89 reg = sys_read32(config->base + NEORV32_UART_DATA_OFFSET); in neorv32_uart_read_data() 99 sys_write32(data, config->base + NEORV32_UART_DATA_OFFSET); in neorv32_uart_write_data() 507 .base = DT_REG_ADDR(node_id), \
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | multiboot.h | 35 uint64_t base; member
|
/Zephyr-latest/boards/snps/nsim/arc_classic/support/ |
D | mdb_hs_flash_xip.args | 37 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
|
D | mdb_hs_sram.args | 37 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
|