/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_msc_scsi.c | 197 #define GET_POWER_CONDITION(cmd) ((cmd->start & 0xF0) >> 4) 198 #define GET_NO_FLUSH(cmd) (cmd->start & BIT(2)) 199 #define GET_LOEJ(cmd) (cmd->start & BIT(1)) 200 #define GET_START(cmd) (cmd->start & BIT(0)) 217 uint8_t start; in SCSI_CMD_STRUCT() local
|
/Zephyr-latest/scripts/release/ |
D | list_backports.py | 101 if args.end < args.start: 309 args.start, args.end, set(args.excludes))
|
/Zephyr-latest/drivers/gpio/ |
D | CMakeLists.txt | 7 # zephyr-keep-sorted-start 112 # zephyr-keep-sorted-start
|
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/doc/ |
D | index.rst | 83 :start-after: start_include_here 101 :start-after: start_include_here
|
/Zephyr-latest/cmake/modules/ |
D | hwm_v2.cmake | 63 math(EXPR start "${idx} + 1") 64 string(SUBSTRING "${ret_hw}" ${start} -1 line)
|
/Zephyr-latest/include/zephyr/drivers/ |
D | counter.h | 235 counter_api_start start; member 370 return api->start(dev); in z_impl_counter_start()
|
/Zephyr-latest/tests/lib/mem_blocks/src/ |
D | main.c | 61 uint8_t *start, *end, *ptr_u8; in check_buffer_bound() local 63 start = mem_block->buffer; in check_buffer_bound() 64 end = start + (BIT(mem_block->info.blk_sz_shift) * in check_buffer_bound() 69 if ((ptr_u8 >= start) && (ptr_u8 < end)) { in check_buffer_bound()
|
/Zephyr-latest/subsys/net/ |
D | Kconfig.hostname | 48 is set once at start-up and is not updated afterwards.
|
/Zephyr-latest/soc/espressif/ |
D | Kconfig | 56 If the crystal could not start, it will be switched to internal RC.
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.wncm14a2a | 46 so that it can start before the networking sub-system.
|
/Zephyr-latest/doc/develop/optimizations/ |
D | footprint.rst | 11 should start the optimization process by reviewing all stack sizes and adjusting
|
/Zephyr-latest/samples/subsys/profiling/perf/ |
D | README.rst | 31 This command will start a timer for *duration* milliseconds at *frequency* Hz.
|
/Zephyr-latest/drivers/dma/ |
D | dma_mcux_smartdma.c | 134 .start = dma_mcux_smartdma_start,
|
/Zephyr-latest/boards/ |
D | index.rst | 6 If you are looking to add Zephyr support for a new board, please start with the
|
/Zephyr-latest/drivers/can/ |
D | can_fake.c | 107 .start = fake_can_start,
|
/Zephyr-latest/tests/net/ieee802154/l2/src/ |
D | ieee802154_fake_driver.c | 166 .start = fake_start,
|
/Zephyr-latest/arch/arm/core/mpu/ |
D | arm_mpu_v7_internal.h | 75 ((part->start & (part->size - 1U)) == 0U); in mpu_partition_is_valid()
|
/Zephyr-latest/include/zephyr/kernel/ |
D | thread.h | 158 uintptr_t start; member
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | nrf5340bsim_nrf5340_cpunet.dts | 92 /* We re-use the IPC shared buffer definition from the real HW. But note the start address of the
|
/Zephyr-latest/kernel/include/ |
D | kswap.h | 246 dummy_thread->stack_info.start = 0U; in z_dummy_thread_init()
|
/Zephyr-latest/drivers/counter/ |
D | counter_nrfx_timer.c | 60 static int start(const struct device *dev) in start() function 394 .start = start,
|
/Zephyr-latest/include/zephyr/arch/arc/v2/ |
D | linker.ld | 97 #include <snippets-rom-start.ld> 218 /* when XIP, .text is in ROM, but vector table must be at start of .data */ 311 * Zephyr uses _estack as a start of heap allocation area.
|
/Zephyr-latest/tests/drivers/flash_simulator/flash_sim_impl/src/ |
D | main.c | 63 static void test_check_pattern32(off_t start, uint32_t (*pattern_gen)(void), in test_check_pattern32() argument 71 rc = flash_read(flash_dev, start + off, &r_val32, in test_check_pattern32() 78 start + off, r_val32, val32); in test_check_pattern32()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv.c | 67 if (ctx->cb && ctx->cb->start) { in bt_mesh_adv_send_start() 68 ctx->cb->start(duration, err, ctx->cb_data); in bt_mesh_adv_send_start()
|
/Zephyr-latest/soc/intel/intel_adsp/ |
D | Kconfig | 84 int "Bytes to reserve at start of HP-SRAM" 87 Bytes to reserve at the start of HP-SRAM. Zephyr will not
|