/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/ |
D | avdt_api.h | 365 typedef void (tAVDT_DATA_CBACK)(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, 376 UINT32 time_stamp, UINT16 seq_num, UINT8 m_pt, UINT8 marker); 807 extern UINT16 AVDT_WriteReq(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, 845 extern UINT16 AVDT_WriteReqOpt(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, 924 UINT32 time_stamp, UINT8 m_pt, UINT8 marker);
|
/hal_espressif-3.6.0/examples/protocols/modbus/serial/mb_slave/main/ |
D | slave.c | 185 (uint32_t)reg_info.time_stamp, in app_main() 202 (uint32_t)reg_info.time_stamp, in app_main() 210 (uint32_t)reg_info.time_stamp, in app_main() 219 (uint32_t)reg_info.time_stamp, in app_main()
|
/hal_espressif-3.6.0/examples/protocols/modbus/tcp/mb_tcp_slave/main/ |
D | tcp_slave.c | 179 (uint32_t)reg_info.time_stamp, in slave_operation_func() 196 (uint32_t)reg_info.time_stamp, in slave_operation_func() 204 (uint32_t)reg_info.time_stamp, in slave_operation_func() 213 (uint32_t)reg_info.time_stamp, in slave_operation_func()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_scb_act.c | 251 UINT32 time_stamp; in avdt_scb_hdl_pkt_no_frag() local 262 BE_STREAM_TO_UINT32(time_stamp, p); in avdt_scb_hdl_pkt_no_frag() 301 time_stamp, (UINT8)(m_pt | (marker << 7))); in avdt_scb_hdl_pkt_no_frag() 311 p_scb->media_buf_len, time_stamp, seq, m_pt, marker); in avdt_scb_hdl_pkt_no_frag() 417 UINT32 time_stamp; in avdt_scb_hdl_pkt_frag() local 555 BE_STREAM_TO_UINT32(time_stamp, p_payload); in avdt_scb_hdl_pkt_frag() 598 payload_len, time_stamp, seq, m_pt, marker); in avdt_scb_hdl_pkt_frag() 1205 UINT32_TO_BE_STREAM(p, p_data->apiwrite.time_stamp); in avdt_scb_hdl_write_req_no_frag() 1270 UINT32_TO_BE_STREAM(p, p_data->apiwrite.time_stamp); in avdt_scb_hdl_write_req_frag()
|
D | avdt_api.c | 884 UINT16 AVDT_WriteReqOpt(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, UINT8 m_pt, tAVDT_DATA_OPT_… in AVDT_WriteReqOpt() argument 895 evt.apiwrite.time_stamp = time_stamp; in AVDT_WriteReqOpt() 937 UINT16 AVDT_WriteReq(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, UINT8 m_pt) in AVDT_WriteReq() argument 939 return AVDT_WriteReqOpt(handle, p_pkt, time_stamp, m_pt, AVDT_DATA_OPT_NONE); in AVDT_WriteReq()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/common/include/common/ |
D | bt_common_types.h | 35 uint16_t time_stamp; member
|
/hal_espressif-3.6.0/components/freemodbus/common/include/ |
D | esp_modbus_slave.h | 41 uint32_t time_stamp; /*!< Timestamp of Modbus Event (uS)*/ member
|
/hal_espressif-3.6.0/components/freemodbus/common/ |
D | esp_modbus_slave.c | 243 uint64_t time_stamp = esp_timer_get_time(); in mbc_slave_get_time_stamp() local 244 return time_stamp; in mbc_slave_get_time_stamp() 259 par_info.time_stamp = mbc_slave_get_time_stamp(); in mbc_slave_send_param_info()
|
/hal_espressif-3.6.0/docs/en/api-reference/protocols/ |
D | modbus.rst | 544 * - ``time_stamp`` 576 (uint32_t)reg_info.time_stamp, 584 (uint32_t)reg_info.time_stamp,
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/include/ |
D | bta_av_int.h | 574 extern void bta_av_stream_data_cback(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, UINT8 m_pt);
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/include/ |
D | avdt_int.h | 454 UINT32 time_stamp; member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_batchscan.c | 101 STREAM_TO_UINT16(adv_data.time_stamp, p); in btm_ble_batchscan_filter_track_adv_vse_cback()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/ |
D | bta_av_aact.c | 186 void bta_av_stream_data_cback(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, UINT8 m_pt); 560 void bta_av_stream_data_cback(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, UINT8 m_pt) in bta_av_stream_data_cback() argument
|