/Zephyr-latest/drivers/video/ |
D | video_stm32_dcmi.c | 77 vbuf->timestamp = k_uptime_get_32(); in HAL_DCMI_FrameEventCallback()
|
/Zephyr-latest/samples/kernel/metairq_dispatch/ |
D | README.rst | 21 Messages are accompanied by a timestamp that allows per-message
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob_cli.c | 914 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/ |
D | can_rcar.c | 419 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()
|
D | can_mcp251xfd.c | 231 dst->timestamp = sys_le32_to_cpu(src->timestamp); in mcp251xfd_rxobj_to_canframe()
|
D | can_shell.c | 98 shell_fprintf_normal(sh, "(%05d) ", frame->timestamp); in can_shell_print_frame()
|
/Zephyr-latest/tests/net/socket/tls/src/ |
D | main.c | 1043 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/ |
D | index.rst | 23 a timestamp, 44 bytes for a last log message. All of these sections can be
|
/Zephyr-latest/subsys/tracing/ |
D | Kconfig | 72 bool "CTF internal timestamp"
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 18 …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/ |
D | sockets_tls.c | 105 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/ |
D | log_core.c | 692 msg->hdr.timestamp = timestamp_func(); in z_log_msg_commit()
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci_driver.c | 246 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/ |
D | message_queues.rst | 120 /* create data item to send (e.g. measurement, timestamp, ...) */
|
/Zephyr-latest/boards/olimex/olimexino_stm32/doc/ |
D | index.rst | 438 timestamp.
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | leshan.py | 167 return int(value.timestamp())
|
/Zephyr-latest/subsys/bluetooth/controller/include/ |
D | ll.h | 181 uint32_t *timestamp, uint32_t *offset);
|
/Zephyr-latest/include/zephyr/drivers/ |
D | can.h | 178 uint16_t timestamp; member
|
/Zephyr-latest/dts/xtensa/intel/ |
D | intel_adsp_ace20_lnl.dtsi | 374 compatible = "intel,ace-timestamp";
|
D | intel_adsp_ace15_mtpm.dtsi | 469 compatible = "intel,ace-timestamp";
|
D | intel_adsp_ace30.dtsi | 537 compatible = "intel,ace-timestamp";
|
D | intel_adsp_ace30_ptl.dtsi | 542 compatible = "intel,ace-timestamp";
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_md.c | 138 sync_ts = &state->rcvd_sync_ptr->timestamp; in gptp_set_md_sync_receive()
|
/Zephyr-latest/subsys/tracing/ctf/tsdl/ |
D | metadata | 11 uint32_t timestamp;
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_bis.c | 118 sdu_frag->sdu.timestamp); in test_sink_sdu_emit()
|