/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | cap.rst | 127 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 …]
|
D | gmap.rst | 58 discovery completed with CSIS 81 Unicast start completed
|
/Zephyr-latest/drivers/serial/ |
D | uart_async_rx.c | 58 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/ |
D | README.rst | 47 1st phase completed 48 2nd phase completed 49 3rd phase completed
|
/Zephyr-latest/include/zephyr/crypto/ |
D | hash.h | 114 typedef void (*hash_completion_cb)(struct hash_pkt *completed, int status);
|
D | cipher.h | 242 typedef void (*cipher_completion_cb)(struct cipher_pkt *completed, int status);
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.xilinx_axi_dma | 77 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/ |
D | uart_async_rx.h | 29 uint8_t completed:1; member
|
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/ |
D | README.rst | 18 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/ |
D | Kconfig.ads114s0x | 44 This is the wait time in ms until a read is completed.
|
/Zephyr-latest/samples/net/dhcpv4_client/ |
D | README.rst | 81 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/ |
D | Kconfig | 21 yet been completed. This allows for testing that high-level code can
|
/Zephyr-latest/samples/drivers/charger/ |
D | README.rst | 19 - Once the charger device reports that the charge cycle has completed, the application returns.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | hci.txt | 244 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/ |
D | README.rst | 53 Once IPv4 LL has completed probing and announcement, details are shown like this:
|
/Zephyr-latest/tests/drivers/uart/uart_errors/src/ |
D | main.c | 172 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/ |
D | README.rst | 70 CS capability exchange completed. 85 CS capability exchange completed.
|
/Zephyr-latest/doc/develop/api/ |
D | terminology.rst | 108 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/ |
D | README.rst | 359 [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/ |
D | README.rst | 77 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/ |
D | net_timeout.rst | 41 again to determine whether the timeout has completed, or whether there is
|
/Zephyr-latest/boards/seco/stm32f3_seco_d23/doc/ |
D | index.rst | 11 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/ |
D | code_flow.rst | 41 has been completed. When a branch is requested, the proposal should include the
|
/Zephyr-latest/doc/services/storage/fcb/ |
D | fcb.rst | 35 writing entry to flash completed ok. It will skip over entries which
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | pipes.rst | 34 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
|