/Zephyr-latest/drivers/dma/ |
D | dma_dw_common.h | 257 uintptr_t base; member
|
/Zephyr-latest/doc/hardware/peripherals/edac/ |
D | ibecc.rst | 74 IPC mechanisms universally use local IRQ locking as the base layer for all
|
/Zephyr-latest/kernel/ |
D | events.c | 125 z_abort_timeout(&thread->base.timeout); in event_walk_op()
|
D | mem_slab.c | 255 *mem = arch_current_thread()->base.swap_data; in k_mem_slab_alloc()
|
/Zephyr-latest/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/ |
D | cyabs_rtos_zephyr.c | 226 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/ |
D | main.c | 748 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/ |
D | mmu.c | 1304 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/ |
D | i2c_npcx_controller.c | 145 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), \
|
D | i2c_dw.c | 1070 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/ |
D | Kconfig.nrf5 | 55 int "UICR base register for the EUI64 value"
|
/Zephyr-latest/subsys/net/ip/ |
D | net_private.h | 268 extern char *net_byte_to_hex(char *ptr, uint8_t byte, char base, bool pad);
|
/Zephyr-latest/cmake/linker/arcmwdt/ |
D | target.cmake | 115 # base linker options
|
/Zephyr-latest/boards/rakwireless/rak11720/doc/ |
D | index.rst | 18 supply and programming/debug interface is the base to plug a
|
/Zephyr-latest/arch/xtensa/core/ |
D | vector_handlers.c | 87 ((thread->base.user_options & K_USER) == K_USER)) { in xtensa_is_outside_stack_bounds()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_ambiq.c | 23 uint32_t base; member 594 .base = DT_REG_ADDR(DT_INST_PARENT(n)), \
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_npm1300.c | 528 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/ |
D | heap.c | 159 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/ |
D | guiconfig.py | 1304 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/ |
D | release_process.rst | 70 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/ |
D | ipm_stm32_ipcc.c | 24 ((const struct stm32_ipcc_mailbox_config * const)(dev)->config)->uconf.base)
|
/Zephyr-latest/doc/contribute/ |
D | index.rst | 35 readability across the code base.
|
/Zephyr-latest/doc/services/retention/ |
D | blinfo.rst | 76 The application must enable the following base Kconfig options for the
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig.isa | 122 shifted index is added to a base address.
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_broadcast.c | 688 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/ |
D | compiler_flags_template.cmake | 22 # Property for standard warning base in Zephyr, this will always bet set when compiling.
|