Home
last modified time | relevance | path

Searched refs:time_stamp (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/benchmarks/sys_kernel/src/
Dsyskernel.c133 uint64_t time_stamp = sys_clock_tick_get(); in main() local
139 if (time_stamp_2 - time_stamp > 1) { in main()
/Zephyr-latest/subsys/net/ip/
Dicmp.c185 uint32_t time_stamp = htonl(k_cycle_get_32()); in send_icmpv4_echo_request() local
187 net_pkt_write(pkt, &time_stamp, sizeof(time_stamp)); in send_icmpv4_echo_request()
188 params->data_size -= sizeof(time_stamp); in send_icmpv4_echo_request()
309 uint32_t time_stamp = htonl(k_cycle_get_32()); in send_icmpv6_echo_request() local
311 net_pkt_write(pkt, &time_stamp, sizeof(time_stamp)); in send_icmpv6_echo_request()
312 params->data_size -= sizeof(time_stamp); in send_icmpv6_echo_request()
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c272 int64_t time_stamp; in ZTEST() local
279 time_stamp = k_uptime_get(); in ZTEST()
298 milliseconds_spent = k_uptime_delta(&time_stamp); in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.c1630 const uint32_t time_stamp) in isoal_is_time_stamp_valid() argument
1661 time_stamp, in isoal_is_time_stamp_valid()
1868 tx_sdu->time_stamp, in isoal_tx_unframed_get_next_payload_number()
2006 tx_sdu->time_stamp, in isoal_tx_unframed_produce()
2076 session->last_input_time_stamp = tx_sdu->time_stamp; in isoal_tx_unframed_produce()
2346 tx_sdu->time_stamp); in isoal_tx_framed_find_correct_tx_event()
2358 tx_sdu->time_stamp, in isoal_tx_framed_find_correct_tx_event()
2381 time_stamp_selected = tx_sdu->time_stamp; in isoal_tx_framed_find_correct_tx_event()
2418 time_stamp_selected = tx_sdu->time_stamp; in isoal_tx_framed_find_correct_tx_event()
2523 source, tx_sdu->packet_sn, tx_sdu->iso_sdu_length, tx_sdu->time_stamp, in isoal_tx_framed_produce()
[all …]
Disoal.h191 uint32_t time_stamp; member
Dull_iso.c1176 sdu.time_stamp = sdu.cntr_time_stamp; in ll_iso_transmit_test_send_sdu()
/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp_internal.h145 uint32_t time_stamp; member
Da2dp.c284 sys_get_be32((uint8_t *)&media_hdr->time_stamp)); in bt_a2dp_media_data_callback()
848 sys_put_be32(ts, (uint8_t *)&media_hdr->time_stamp); in bt_a2dp_stream_send()
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/
Disoal_test_debug.c224 tx_sdu->time_stamp, in isoal_test_debug_print_tx_sdu()
/Zephyr-latest/drivers/can/
Dcan_nxp_s32_canxl.c955 Canexcel_Ip_TimeStampConf_Type time_stamp = { in can_nxp_s32_init() local
1033 Canexcel_Ip_ConfigTimeStamp(config->instance, &time_stamp); in can_nxp_s32_init()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5885 uint32_t *time_stamp; local
5933 time_stamp = net_buf_pull_mem(buf, sizeof(*time_stamp));
5934 len -= sizeof(*time_stamp);
5935 sdu_frag_tx.time_stamp = sys_le32_to_cpu(*time_stamp);
5938 sdu_frag_tx.time_stamp = sdu_frag_tx.cntr_time_stamp;
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/
Disoal_test_tx.c486 sdu_tx->time_stamp = timestamp; in isoal_test_create_sdu_fagment()