Home
last modified time | relevance | path

Searched refs:completed (Results 1 – 25 of 74) sorted by relevance

123

/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcap.rst127 discovery completed with CSIS
180 Unicast start completed
189 Unicast stop completed
290 discovery completed with CSIS
308 Volume change completed
320 discovery completed with CSIS
327 discovery completed with CSIS
335 Volume offset change completed
342 Volume offset change completed
352 discovery completed with CSIS
[all …]
Dgmap.rst58 discovery completed with CSIS
81 Unicast start completed
/Zephyr-latest/drivers/serial/
Duart_async_rx.c58 buf->completed = 0; in buf_reset()
78 rx_buf->completed = 1; in uart_async_rx_on_buf_rel()
95 if ((buf->completed == 1) && (rx_data->rd_idx == buf->wr_idx)) { in uart_async_rx_data_claim()
114 if ((buf->completed == 1) && (rx_data->rd_idx == buf->wr_idx)) { in uart_async_rx_data_consume()
/Zephyr-latest/samples/drivers/espi/
DREADME.rst47 1st phase completed
48 2nd phase completed
49 3rd phase completed
/Zephyr-latest/include/zephyr/crypto/
Dhash.h114 typedef void (*hash_completion_cb)(struct hash_pkt *completed, int status);
Dcipher.h242 typedef void (*cipher_completion_cb)(struct cipher_pkt *completed, int status);
/Zephyr-latest/drivers/dma/
DKconfig.xilinx_axi_dma77 This can cause the DMA driver to stop processing completed transactions.
85 int "Number of completed transactions after which to trigger an interrupt"
90 Number of completed transactions after which to trigger an interrupt.
103 where only few transactions per second are completed.
/Zephyr-latest/include/zephyr/drivers/serial/
Duart_async_rx.h29 uint8_t completed:1; member
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/
DREADME.rst18 that before synchronization procedure is completed, timestamps differ significantly
19 and once procedure is completed timestamps are synchronized. Network core timestamp
77 RTC synchronization is completed they start to match.
/Zephyr-latest/drivers/adc/
DKconfig.ads114s0x44 This is the wait time in ms until a read is completed.
/Zephyr-latest/samples/net/dhcpv4_client/
DREADME.rst81 Once DHCPv4 client address negotiation completed with server, details
173 Once DHCPv4 client address negotiation completed with server, details
214 Once DHCPv4 client address negotiation completed with server, details
/Zephyr-latest/subsys/emul/
DKconfig21 yet been completed. This allows for testing that high-level code can
/Zephyr-latest/samples/drivers/charger/
DREADME.rst19 - Once the charger device reports that the charge cycle has completed, the application returns.
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dhci.txt244 When the Read_Version_Information command has completed, a Command Complete
287 When the Read_Supported_Commands command has completed, a Command Complete
322 When the Read_Supported_Features command has completed, a Command Complete
364 When the Set_Event_Mask command has completed, a Command Complete event shall
406 When the Reset command has completed, a Command Complete event shall be
445 When the Write_BD_ADDR command has completed, a Command Complete event shall
497 When the Set_Trace_Enable command has completed, a Command Complete event shall
531 When the Read_Build_Information command has completed, a Command Complete
601 When the Read_Static_Addresses command has completed, a Command Complete event
661 When the Read_Key_Hierarchy_Roots command has completed, a Command Complete
[all …]
/Zephyr-latest/samples/net/ipv4_autoconf/
DREADME.rst53 Once IPv4 LL has completed probing and announcement, details are shown like this:
/Zephyr-latest/tests/drivers/uart/uart_errors/src/
Dmain.c172 bool completed = data->curr == data->len; in aux_int_callback() local
179 if (completed || trig_reconfig) { in aux_int_callback()
/Zephyr-latest/samples/bluetooth/channel_sounding/
DREADME.rst70 CS capability exchange completed.
85 CS capability exchange completed.
/Zephyr-latest/doc/develop/api/
Dterminology.rst108 long as it can be completed immediately, and to return an error code
172 operation it initiates has completed. An asynchronous function will
191 not affect whether the operation will be completed before the function
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DREADME.rst359 [00:00:06.386,000] <inf> app: PSA crypto init completed
371 [00:00:07.496,000] <inf> app: Adding subject name to CSR completed
373 [00:00:07.499,000] <inf> app: Adding EC key to PK container completed
375 [00:00:08.692,000] <inf> app: Create device Certificate Signing Request completed
387 [00:00:08.699,000] <inf> app: Encoding CSR as json completed
/Zephyr-latest/tests/drivers/can/host/
DREADME.rst77 After the test suite has completed, the virtual SocketCAN interface can be removed again:
119 After the test suite has completed, the SocketCAN interface can be brought down again:
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_timeout.rst41 again to determine whether the timeout has completed, or whether there is
/Zephyr-latest/boards/seco/stm32f3_seco_d23/doc/
Dindex.rst11 standard (MPEG-4, H.265/HEVC, H.264, VP8, VC-1). The board is completed with up
18 PMIC. SBC-3.5-PX30 board is completed by a series of connectors with various
/Zephyr-latest/doc/project/
Dcode_flow.rst41 has been completed. When a branch is requested, the proposal should include the
/Zephyr-latest/doc/services/storage/fcb/
Dfcb.rst35 writing entry to flash completed ok. It will skip over entries which
/Zephyr-latest/doc/kernel/services/data_passing/
Dpipes.rst34 completed later. Accepted data is either copied to the pipe's ring buffer
40 and then pend in the hope that the receive can be completed later. Accepted

123