/Zephyr-latest/arch/arm/core/ |
D | vector_table.ld | 9 * In an MCU with VTOR, the VTOR.TBLOFF is set to the start address of the 43 * For AArch32 (M), VTOR has Bits [6:0] = RES0. Thus, vector start address
|
/Zephyr-latest/drivers/sensor/maxim/ |
D | Kconfig | 4 # zephyr-keep-sorted-start
|
/Zephyr-latest/drivers/sensor/nxp/ |
D | Kconfig | 4 # zephyr-keep-sorted-start
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.rpi_pico | 16 Sets the default watchdog timeout at start-up, the feed function must
|
/Zephyr-latest/tests/drivers/uart/uart_async_api/boards/ |
D | xmc45_relax_kit.overlay | 15 fifo-start-offset = <0>;
|
D | xmc47_relax_kit.overlay | 20 fifo-start-offset = <0>;
|
/Zephyr-latest/lib/utils/ |
D | onoff.c | 145 || (transitions->start == NULL) in onoff_manager_init() 345 transit = mgr->transitions->start; in process_event() 425 bool start = false; /* trigger a start transition */ in onoff_request() local 451 start = (state == ONOFF_STATE_OFF); in onoff_request() 465 if (start) { in onoff_request()
|
/Zephyr-latest/samples/subsys/usb/testusb/ |
D | README.rst | 10 The userspace tool ``testusb`` is needed to start the tests. 43 to start the tests. 64 to start the tests.
|
/Zephyr-latest/doc/kernel/usermode/ |
D | mpu_stack_objects.rst | 25 about the start, end, size, and access attributes to be enforced on that 53 Some ARM MPUs use start and end addresses to define MPU regions and both the 54 start and end addresses require 32 byte alignment. An example of this kind of
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | op_agg.c | 59 SHELL_CMD_ARG(seq-start, NULL, "<ElemAddr>", cmd_seq_start, 2, 0),
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.semihost | 23 Enable semihost backend to start automatically.
|
/Zephyr-latest/soc/andestech/ae350/ |
D | CMakeLists.txt | 7 start.S
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig.amp | 10 This hidden configuration lets PROCPU core to map and start APPCPU whenever IPM is enabled.
|
/Zephyr-latest/drivers/mspi/ |
D | Kconfig.ambiq | 21 This option specifies the mspi buffer/heap start address
|
/Zephyr-latest/drivers/spi/ |
D | CMakeLists.txt | 7 # zephyr-keep-sorted-start 14 # zephyr-keep-sorted-start
|
/Zephyr-latest/drivers/flash/ |
D | flash_max32.c | 76 static int api_erase(const struct device *dev, off_t start, size_t len) in api_erase() argument 80 uint32_t addr = (start + cfg->flash_base); in api_erase()
|
D | flash_sam0.c | 261 off_t start = offset % sizeof(ctx->buf); in flash_sam0_write() local 262 off_t base = offset - start; in flash_sam0_write() 263 size_t len_step = sizeof(ctx->buf) - start; in flash_sam0_write() 269 memcpy(&(ctx->buf[start]), &(pdata[pos]), len_copy); in flash_sam0_write()
|
/Zephyr-latest/drivers/coredump/ |
D | coredump_impl.c | 72 coredump_memory_dump(region->start, region->start + region->size); in coredump_impl_dump()
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | extra.ecl | 71 …k_mem_slab|k_mem_pool|k_heap|k_mutex|k_stack|k_msgq|k_mbox|k_pipe|k_sem|k_queue)_list_(start|end)$" 73 -extra_definitions+="^z_mapped_(start|end)$"
|
/Zephyr-latest/samples/net/ptp/ |
D | README.rst | 52 Compile the ``ptp4l`` daemon and start it like this: 66 When the Zephyr image is build, you can start it like this:
|
/Zephyr-latest/include/zephyr/linker/common-rom/ |
D | common-rom-init.ld | 18 * Zephyr's start-up code uses the __ZEPHYR_CTOR_LIST__ and 52 * Zephyr's start-up code uses the __zephyr_init_array_start and
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v1/ |
D | cmsis_thread.c | 55 (void)arch_page_phys_get((void *)thread->stack_info.start, &stack_start); in thread_abort_hook() 57 stack_start = thread->stack_info.start; in thread_abort_hook()
|
/Zephyr-latest/drivers/sensor/ist8310/ |
D | ist8310.h | 36 uint8_t start, uint8_t *buf, int size);
|
/Zephyr-latest/include/zephyr/drivers/ |
D | coredump.h | 42 uintptr_t start; member
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | dhcpv6.c | 76 SHELL_CMD_ARG(start, NULL, "Start the Dhcpv6 client operation on the interface.\n"
|