Home
last modified time | relevance | path

Searched refs:start (Results 376 – 400 of 1113) sorted by relevance

1...<<11121314151617181920>>...45

/Zephyr-latest/boards/intel/ehl/doc/
Dindex.rst59 :start-after: start_include_here
65 :start-after: start_include_here
/Zephyr-latest/tests/kernel/sleep/src/
Dmain.c94 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/
DREADME.txt73 main: start to wait for block
79 main: start to wait for block
/Zephyr-latest/samples/net/gptp/
DREADME.rst138 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/
DKconfig.thread34 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/
DKconfig.kw41z19 you know what you are doing. It has to start before the net stack.
/Zephyr-latest/soc/nordic/common/
DKconfig29 bool "Request MRAM without latency at start"
/Zephyr-latest/cmake/app/
Dboilerplate.cmake7 # To build a Zephyr application it must start with one of those lines:
/Zephyr-latest/drivers/dma/
Ddma_iproc_pax_v1.h68 uint64_t start : 1; /*start pkt :56*/ member
Ddma_dw.c53 .start = dw_dma_start,
/Zephyr-latest/samples/bluetooth/hci_uart/boards/
Dnrf52833dk_nrf52833_df.overlay21 * antenna for Tx PDU (period before start of Tx CTE).
Dnrf5340dk_nrf5340_cpunet_df.overlay21 * antenna for Tx PDU (period before start of Tx CTE).
Dnrf54l15dk_nrf54l15_cpuapp_df.overlay21 * antenna for Tx PDU (period before start of Tx CTE).
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/boards/
Dnrf5340dk_nrf5340_cpunet_df.overlay20 * antenna for Tx PDU (period before start of Tx CTE).
Dnrf52833dk_nrf52833_df.overlay20 * antenna for Tx PDU (period before start of Tx CTE).
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_srv.h65 int (*start)(struct bt_mesh_blob_srv *srv, struct bt_mesh_msg_ctx *ctx, member
Ddfu_srv.h113 int (*start)(struct bt_mesh_dfu_srv *srv, member
/Zephyr-latest/drivers/modem/
Dhl7800.c2894 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/
Dapp_memdomain.h131 .start = (uintptr_t) &Z_APP_START(name)[0], \
/Zephyr-latest/samples/net/promiscuous_mode/
DREADME.rst11 interface in the system. It will then start to listen for incoming
/Zephyr-latest/subsys/net/lib/shell/
Ddhcpv4.c251 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/
Ddynamic_shared_irq.c51 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/
Ddisplay_rm67162.c394 uint16_t start, end, h_idx; in rm67162_write() local
409 start = x; in rm67162_write()
411 sys_put_be16(start, &param[0]); in rm67162_write()
423 start = y; in rm67162_write()
425 sys_put_be16(start, &param[0]); in rm67162_write()
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_transport.rst52 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/
DKconfig4 # zephyr-keep-sorted-start

1...<<11121314151617181920>>...45