Home
last modified time | relevance | path

Searched refs:start (Results 501 – 525 of 1113) sorted by relevance

1...<<21222324252627282930>>...45

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_msc_scsi.c197 #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/
Dlist_backports.py101 if args.end < args.start:
309 args.start, args.end, set(args.excludes))
/Zephyr-latest/drivers/gpio/
DCMakeLists.txt7 # zephyr-keep-sorted-start
112 # zephyr-keep-sorted-start
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/doc/
Dindex.rst83 :start-after: start_include_here
101 :start-after: start_include_here
/Zephyr-latest/cmake/modules/
Dhwm_v2.cmake63 math(EXPR start "${idx} + 1")
64 string(SUBSTRING "${ret_hw}" ${start} -1 line)
/Zephyr-latest/include/zephyr/drivers/
Dcounter.h235 counter_api_start start; member
370 return api->start(dev); in z_impl_counter_start()
/Zephyr-latest/tests/lib/mem_blocks/src/
Dmain.c61 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/
DKconfig.hostname48 is set once at start-up and is not updated afterwards.
/Zephyr-latest/soc/espressif/
DKconfig56 If the crystal could not start, it will be switched to internal RC.
/Zephyr-latest/drivers/modem/
DKconfig.wncm14a2a46 so that it can start before the networking sub-system.
/Zephyr-latest/doc/develop/optimizations/
Dfootprint.rst11 should start the optimization process by reviewing all stack sizes and adjusting
/Zephyr-latest/samples/subsys/profiling/perf/
DREADME.rst31 This command will start a timer for *duration* milliseconds at *frequency* Hz.
/Zephyr-latest/drivers/dma/
Ddma_mcux_smartdma.c134 .start = dma_mcux_smartdma_start,
/Zephyr-latest/boards/
Dindex.rst6 If you are looking to add Zephyr support for a new board, please start with the
/Zephyr-latest/drivers/can/
Dcan_fake.c107 .start = fake_can_start,
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_fake_driver.c166 .start = fake_start,
/Zephyr-latest/arch/arm/core/mpu/
Darm_mpu_v7_internal.h75 ((part->start & (part->size - 1U)) == 0U); in mpu_partition_is_valid()
/Zephyr-latest/include/zephyr/kernel/
Dthread.h158 uintptr_t start; member
/Zephyr-latest/boards/native/nrf_bsim/
Dnrf5340bsim_nrf5340_cpunet.dts92 /* We re-use the IPC shared buffer definition from the real HW. But note the start address of the
/Zephyr-latest/kernel/include/
Dkswap.h246 dummy_thread->stack_info.start = 0U; in z_dummy_thread_init()
/Zephyr-latest/drivers/counter/
Dcounter_nrfx_timer.c60 static int start(const struct device *dev) in start() function
394 .start = start,
/Zephyr-latest/include/zephyr/arch/arc/v2/
Dlinker.ld97 #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/
Dmain.c63 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/
Dadv.c67 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/
DKconfig84 int "Bytes to reserve at start of HP-SRAM"
87 Bytes to reserve at the start of HP-SRAM. Zephyr will not

1...<<21222324252627282930>>...45