Home
last modified time | relevance | path

Searched refs:base (Results 376 – 400 of 833) sorted by relevance

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

/Zephyr-latest/samples/subsys/ipc/openamp/
DKconfig11 needs to be aware of size or base address of secondary image
/Zephyr-latest/samples/drivers/mbox_data/
DKconfig11 needs to be aware of size or base address of secondary image
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/
DKconfig11 needs to be aware of size or base address of secondary image
/Zephyr-latest/tests/drivers/mbox/mbox_data/
DKconfig11 needs to be aware of size or base address of secondary image
/Zephyr-latest/drivers/espi/
Despi_taf_npcx.c32 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/
Dmain.c221 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/
Dssp.h99 uint32_t base; member
134 uint32_t base; member
/Zephyr-latest/dts/riscv/efinix/
Dsapphire_soc.dtsi79 reg-names = "base";
93 reg-names = "base";
/Zephyr-latest/arch/x86/core/
Duserspace.c96 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/
Dsoc_clk_freq.h24 uint32_t get_pwm_clock_freq(PWM_Type *base);
/Zephyr-latest/tests/net/lib/prometheus/collector/src/
Dmain.c31 prometheus_collector_register_metric(&test_custom_collector, &test_counter_m.base); in ZTEST()
/Zephyr-latest/drivers/interrupt_controller/
Dintc_wkpu_nxp_s32.c34 #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/
Dbap_broadcast_sink.c227 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/
Dcan_stm32h7_fdcan.c34 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/
Dpbp_public_broadcast_sink_test.c79 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/
Dspinlock_validate.c27 if (arch_is_in_isr() && arch_current_thread()->base.thread_state & _THREAD_DUMMY) { in z_spin_unlock_valid()
Didle.c27 __ASSERT_NO_MSG(arch_current_thread()->base.prio >= 0); in idle()
/Zephyr-latest/tests/cmake/hwm/board_extend/
DKconfig8 This kconfig is set when the base board config fragment is supposed to
/Zephyr-latest/lib/os/
Dcbprintf_nano.c31 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/
Dgpio_stm32.c224 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/
Darc_core_mpu.h80 int arc_core_mpu_region(uint32_t index, uint32_t base, uint32_t size,
/Zephyr-latest/drivers/serial/
Duart_neorv32.c50 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/
Dmultiboot.h35 uint64_t base; member
/Zephyr-latest/boards/snps/nsim/arc_classic/support/
Dmdb_hs_flash_xip.args37 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
Dmdb_hs_sram.args37 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24

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