/Zephyr-latest/boards/intel/ehl/doc/ |
D | index.rst | 59 :start-after: start_include_here 65 :start-after: start_include_here
|
/Zephyr-latest/tests/kernel/sleep/src/ |
D | main.c | 94 static int sleep_time_valid(uint32_t start, uint32_t end, uint32_t dur) in sleep_time_valid() argument 96 uint32_t dt = end - start; in sleep_time_valid()
|
/Zephyr-latest/tests/kernel/mem_slab/mslab/ |
D | README.txt | 73 main: start to wait for block 79 main: start to wait for block
|
/Zephyr-latest/samples/net/gptp/ |
D | README.rst | 138 Compile the ``ptp4l`` daemon and start it like this: 161 sudo ./net-setup.sh -c zeth0-gptp.conf -i zeth0 start 162 sudo ./net-setup.sh -c zeth1-gptp.conf -i zeth1 start 164 After that you can start ptp4l daemon for both interfaces. Please use two 182 When the Zephyr image is build, you can start it like this:
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig.thread | 34 bool "Automatic joiner start" 95 int "Minimum receiving time before start of MHR" 98 The minimum time (microseconds) that radio has to be in receive mode before the start of the MHR. 101 int "Minimum receiving time after start of MHR" 104 The minimum time (microseconds) that radio should be in receive mode after the start of the MHR.
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.kw41z | 19 you know what you are doing. It has to start before the net stack.
|
/Zephyr-latest/soc/nordic/common/ |
D | Kconfig | 29 bool "Request MRAM without latency at start"
|
/Zephyr-latest/cmake/app/ |
D | boilerplate.cmake | 7 # To build a Zephyr application it must start with one of those lines:
|
/Zephyr-latest/drivers/dma/ |
D | dma_iproc_pax_v1.h | 68 uint64_t start : 1; /*start pkt :56*/ member
|
D | dma_dw.c | 53 .start = dw_dma_start,
|
/Zephyr-latest/samples/bluetooth/hci_uart/boards/ |
D | nrf52833dk_nrf52833_df.overlay | 21 * antenna for Tx PDU (period before start of Tx CTE).
|
D | nrf5340dk_nrf5340_cpunet_df.overlay | 21 * antenna for Tx PDU (period before start of Tx CTE).
|
D | nrf54l15dk_nrf54l15_cpuapp_df.overlay | 21 * antenna for Tx PDU (period before start of Tx CTE).
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/boards/ |
D | nrf5340dk_nrf5340_cpunet_df.overlay | 20 * antenna for Tx PDU (period before start of Tx CTE).
|
D | nrf52833dk_nrf52833_df.overlay | 20 * antenna for Tx PDU (period before start of Tx CTE).
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | blob_srv.h | 65 int (*start)(struct bt_mesh_blob_srv *srv, struct bt_mesh_msg_ctx *ctx, member
|
D | dfu_srv.h | 113 int (*start)(struct bt_mesh_dfu_srv *srv, member
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 2894 char *start = NULL; in on_cmd_gps_event() local 2902 start = value; in on_cmd_gps_event() 2903 event = strtol(start, &end, 10); in on_cmd_gps_event() 2905 start = end + 1; in on_cmd_gps_event() 2906 status = strtol(start, &end, 10); in on_cmd_gps_event() 3187 char *start; in on_cmd_polte_location() local 3215 start = rsp; in on_cmd_polte_location() 3218 start = strstr(start, ","); in on_cmd_polte_location() 3219 if (start != NULL && start < rsp_end) { in on_cmd_polte_location() 3220 *start = ' '; in on_cmd_polte_location() [all …]
|
/Zephyr-latest/include/zephyr/app_memory/ |
D | app_memdomain.h | 131 .start = (uintptr_t) &Z_APP_START(name)[0], \
|
/Zephyr-latest/samples/net/promiscuous_mode/ |
D | README.rst | 11 interface in the system. It will then start to listen for incoming
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | dhcpv4.c | 251 SHELL_CMD_ARG(start, NULL, "Start the DHCPv4 server operation on the interface.\n" 268 SHELL_CMD_ARG(start, NULL, "Start the DHCPv4 client operation on the interface.\n"
|
/Zephyr-latest/tests/kernel/interrupt/src/ |
D | dynamic_shared_irq.c | 51 static unsigned int get_irq_slot(unsigned int start) in get_irq_slot() argument 55 for (i = start; i <= CONFIG_GEN_IRQ_START_VECTOR + CONFIG_NUM_IRQS - 1; i++) { in get_irq_slot()
|
/Zephyr-latest/drivers/display/ |
D | display_rm67162.c | 394 uint16_t start, end, h_idx; in rm67162_write() local 409 start = x; in rm67162_write() 411 sys_put_be16(start, ¶m[0]); in rm67162_write() 423 start = y; in rm67162_write() 425 sys_put_be16(start, ¶m[0]); in rm67162_write()
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | smp_transport.rst | 52 frame consists of two byte start marker, body and terminating newline 56 and initial-final; each frame type differs by start marker and/or body 86 | 0x06 0x09 | 2 bytes | Frame start marker | 151 | 0x04 0x14 | 2 bytes | Frame start marker |
|
/Zephyr-latest/drivers/sensor/ti/ |
D | Kconfig | 4 # zephyr-keep-sorted-start
|