Home
last modified time | relevance | path

Searched refs:base (Results 676 – 700 of 833) sorted by relevance

1...<<21222324252627282930>>...34

/Zephyr-latest/drivers/dma/
Ddma_dw_common.h257 uintptr_t base; member
/Zephyr-latest/doc/hardware/peripherals/edac/
Dibecc.rst74 IPC mechanisms universally use local IRQ locking as the base layer for all
/Zephyr-latest/kernel/
Devents.c125 z_abort_timeout(&thread->base.timeout); in event_walk_op()
Dmem_slab.c255 *mem = arch_current_thread()->base.swap_data; in k_mem_slab_alloc()
/Zephyr-latest/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/
Dcyabs_rtos_zephyr.c226 if (((*thread)->z_thread.base.thread_state & _THREAD_DEAD) != 0) { in cy_rtos_get_thread_state()
229 switch ((*thread)->z_thread.base.thread_state) { in cy_rtos_get_thread_state()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c748 static void base_recv_cb(struct bt_bap_broadcast_sink *sink, const struct bt_bap_base *base, in base_recv_cb() argument
759 bt_bap_base_get_subgroup_count(base), sink); in base_recv_cb()
767 err = bt_bap_base_foreach_subgroup(base, subgroup_get_valid_bis_indexes_cb, in base_recv_cb()
776 err = bt_bap_base_get_bis_indexes(base, &base_bis_index_bitfield); in base_recv_cb()
/Zephyr-latest/arch/arm64/core/
Dmmu.c1304 is_user = (thread->base.user_options & K_USER) != 0; in arch_mem_domain_thread_add()
1337 if ((thread->base.user_options & K_USER) == 0) { in arch_mem_domain_thread_remove()
1341 if ((thread->base.thread_state & _THREAD_DEAD) == 0) { in arch_mem_domain_thread_remove()
1371 if ((incoming->base.user_options & K_USER) == 0) { in z_arm64_thread_mem_domains_init()
/Zephyr-latest/drivers/i2c/
Di2c_npcx_controller.c145 uintptr_t base; /* i2c controller base address */ member
172 ((struct smb_reg *)((const struct i2c_ctrl_config *)(dev)->config)->base)
1323 .base = DT_INST_REG_ADDR(inst), \
Di2c_dw.c1070 uintptr_t base; in i2c_dw_initialize() local
1072 base = DEVICE_MMIO_GET(dev) + DMA_INTEL_LPSS_OFFSET; in i2c_dw_initialize()
1073 dma_intel_lpss_set_base(rom->dma_dev, base); in i2c_dw_initialize()
/Zephyr-latest/drivers/ieee802154/
DKconfig.nrf555 int "UICR base register for the EUI64 value"
/Zephyr-latest/subsys/net/ip/
Dnet_private.h268 extern char *net_byte_to_hex(char *ptr, uint8_t byte, char base, bool pad);
/Zephyr-latest/cmake/linker/arcmwdt/
Dtarget.cmake115 # base linker options
/Zephyr-latest/boards/rakwireless/rak11720/doc/
Dindex.rst18 supply and programming/debug interface is the base to plug a
/Zephyr-latest/arch/xtensa/core/
Dvector_handlers.c87 ((thread->base.user_options & K_USER) == K_USER)) { in xtensa_is_outside_stack_bounds()
/Zephyr-latest/drivers/gpio/
Dgpio_ambiq.c23 uint32_t base; member
594 .base = DT_REG_ADDR(DT_INST_PARENT(n)), \
/Zephyr-latest/drivers/regulator/
Dregulator_npm1300.c528 static int get_enabled_reg(const struct device *dev, uint8_t base, uint8_t offset, uint8_t mask, in get_enabled_reg() argument
534 int ret = mfd_npm1300_reg_read(config->mfd, base, offset, &data); in get_enabled_reg()
/Zephyr-latest/lib/heap/
Dheap.c159 uint8_t *mem = p, *base = (uint8_t *)chunk_buf(h); in mem_to_chunkid() local
160 return (mem - chunk_header_bytes(h) - base) / CHUNK_UNIT; in mem_to_chunkid()
/Zephyr-latest/scripts/kconfig/
Dguiconfig.py1304 base = 10 if sym.type == INT else 16
1306 int(s, base)
1321 if not int(low_s, base) <= int(s, base) <= int(high_s, base):
/Zephyr-latest/doc/project/
Drelease_process.rst70 code base has begun.
89 series will get up to somewhere between -rc4 and -rc6 before the code base is
294 - Auxiliary features on top of and/or extending the base OS and advertised LTS features
349 An auditable code base is to be established from a defined subset of Zephyr OS
356 auditable code base.
/Zephyr-latest/drivers/ipm/
Dipm_stm32_ipcc.c24 ((const struct stm32_ipcc_mailbox_config * const)(dev)->config)->uconf.base)
/Zephyr-latest/doc/contribute/
Dindex.rst35 readability across the code base.
/Zephyr-latest/doc/services/retention/
Dblinfo.rst76 The application must enable the following base Kconfig options for the
/Zephyr-latest/arch/riscv/
DKconfig.isa122 shifted index is added to a base address.
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c688 static void base_recv_cb(struct bt_bap_broadcast_sink *sink, const struct bt_bap_base *base, in base_recv_cb() argument
705 sink, bt_bap_base_get_subgroup_count(base)); in base_recv_cb()
707 ret = bt_bap_base_get_pres_delay(base); in base_recv_cb()
716 ret = bt_bap_base_foreach_subgroup(base, base_subgroup_cb, &parse_data); in base_recv_cb()
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake22 # Property for standard warning base in Zephyr, this will always bet set when compiling.

1...<<21222324252627282930>>...34