Home
last modified time | relevance | path

Searched refs:timestamp (Results 176 – 200 of 223) sorted by relevance

123456789

/Zephyr-latest/drivers/video/
Dvideo_stm32_dcmi.c77 vbuf->timestamp = k_uptime_get_32(); in HAL_DCMI_FrameEventCallback()
/Zephyr-latest/samples/kernel/metairq_dispatch/
DREADME.rst21 Messages are accompanied by a timestamp that allows per-message
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c914 int64_t timestamp = k_uptime_get() + BLOCK_REPORT_TIME_MSEC; in chunk_tx_complete() local
921 target->pull->block_report_timestamp = timestamp; in chunk_tx_complete()
926 cli->tx.target->pull->block_report_timestamp = timestamp; in chunk_tx_complete()
/Zephyr-latest/drivers/can/
Dcan_rcar.c419 frame.timestamp = sys_read8(config->reg_addr + in can_rcar_rx_isr()
422 frame.timestamp |= sys_read8(config->reg_addr + in can_rcar_rx_isr()
Dcan_mcp251xfd.c231 dst->timestamp = sys_le32_to_cpu(src->timestamp); in mcp251xfd_rxobj_to_canframe()
Dcan_shell.c98 shell_fprintf_normal(sh, "(%05d) ", frame->timestamp); in can_shell_print_frame()
/Zephyr-latest/tests/net/socket/tls/src/
Dmain.c1043 uint32_t timestamp; in ZTEST() local
1054 timestamp = k_uptime_get_32(); in ZTEST()
1056 zassert_true(k_uptime_get_32() - timestamp <= 100, ""); in ZTEST()
/Zephyr-latest/doc/services/retention/
Dindex.rst23 a timestamp, 44 bytes for a last log message. All of these sections can be
/Zephyr-latest/subsys/tracing/
DKconfig72 bool "CTF internal timestamp"
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst18 …P peripherals. Each set has registers for writing data (with or without timestamp and with or with…
49 …f the logging macro call. It is also assumed that frontend provides the timestamp. Frontend utiliz…
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c105 int64_t timestamp; member
597 entry->timestamp < client_cache[i].timestamp)) { in tls_session_save()
628 entry->timestamp = k_uptime_get(); in tls_session_save()
/Zephyr-latest/subsys/logging/
Dlog_core.c692 msg->hdr.timestamp = timestamp_func(); in z_log_msg_commit()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c246 sdu_hdr->ts = sys_cpu_to_le32((uint32_t) sdu_frag->sdu.timestamp); in sink_sdu_emit_hci()
/Zephyr-latest/doc/kernel/services/data_passing/
Dmessage_queues.rst120 /* create data item to send (e.g. measurement, timestamp, ...) */
/Zephyr-latest/boards/olimex/olimexino_stm32/doc/
Dindex.rst438 timestamp.
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py167 return int(value.timestamp())
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h181 uint32_t *timestamp, uint32_t *offset);
/Zephyr-latest/include/zephyr/drivers/
Dcan.h178 uint16_t timestamp; member
/Zephyr-latest/dts/xtensa/intel/
Dintel_adsp_ace20_lnl.dtsi374 compatible = "intel,ace-timestamp";
Dintel_adsp_ace15_mtpm.dtsi469 compatible = "intel,ace-timestamp";
Dintel_adsp_ace30.dtsi537 compatible = "intel,ace-timestamp";
Dintel_adsp_ace30_ptl.dtsi542 compatible = "intel,ace-timestamp";
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_md.c138 sync_ts = &state->rcvd_sync_ptr->timestamp; in gptp_set_md_sync_receive()
/Zephyr-latest/subsys/tracing/ctf/tsdl/
Dmetadata11 uint32_t timestamp;
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c118 sdu_frag->sdu.timestamp); in test_sink_sdu_emit()

123456789