Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 36) sorted by relevance

12

/hal_espressif-latest/components/log/
Dlog_freertos.c65 uint32_t timestamp = esp_log_early_timestamp(); in esp_log_system_timestamp() local
67 if ((timestamp > 0) || (i == 0)) { in esp_log_system_timestamp()
71 buffer[0] = (char)(timestamp % 10) + '0'; in esp_log_system_timestamp()
72 timestamp /= 10; in esp_log_system_timestamp()
DKconfig99 Choose what sort of timestamp is displayed in the log output:
/hal_espressif-latest/components/esp_timer/src/
Desp_timer_impl_systimer.c78 void IRAM_ATTR esp_timer_impl_set_alarm_id(uint64_t timestamp, unsigned alarm_id) in esp_timer_impl_set_alarm_id() argument
81 timestamp_id[alarm_id] = timestamp; in esp_timer_impl_set_alarm_id()
82 timestamp = MIN(timestamp_id[0], timestamp_id[1]); in esp_timer_impl_set_alarm_id()
83 systimer_hal_set_alarm_target(&systimer_hal, SYSTIMER_ALARM_ESPTIMER, timestamp); in esp_timer_impl_set_alarm_id()
Desp_timer_impl_common.c35 void IRAM_ATTR esp_timer_impl_set_alarm(uint64_t timestamp) in esp_timer_impl_set_alarm() argument
37 esp_timer_impl_set_alarm_id(timestamp, 0); in esp_timer_impl_set_alarm()
Desp_timer_impl_lac.c149 void IRAM_ATTR esp_timer_impl_set_alarm_id(uint64_t timestamp, unsigned alarm_id) in esp_timer_impl_set_alarm_id() argument
152 timestamp_id[alarm_id] = timestamp; in esp_timer_impl_set_alarm_id()
153 timestamp = MIN(timestamp_id[0], timestamp_id[1]); in esp_timer_impl_set_alarm_id()
154 if (timestamp != UINT64_MAX) { in esp_timer_impl_set_alarm_id()
157 timer_64b_reg_t alarm = { .val = MAX(timestamp * TICKS_PER_US, now_time + offset) }; in esp_timer_impl_set_alarm_id()
/hal_espressif-latest/components/esp_timer/private_include/
Desp_timer_impl.h64 void esp_timer_impl_set_alarm(uint64_t timestamp);
79 void esp_timer_impl_set_alarm_id(uint64_t timestamp, unsigned alarm_id);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_dev.c99 p_dev_rec->timestamp = btm_cb.dev_rec_count++; in BTM_SecAddDevice()
416 p_dev_rec->timestamp = btm_cb.dev_rec_count++; in btm_sec_alloc_dev()
663 if (p_dev_rec->timestamp < old_ts) { in btm_find_oldest_dev()
665 old_ts = p_dev_rec->timestamp; in btm_find_oldest_dev()
679 if (p_dev_rec->timestamp < old_ts) { in btm_find_oldest_dev()
681 old_ts = p_dev_rec->timestamp; in btm_find_oldest_dev()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dserver_common.c202 (*now - last->timestamp <= K_SECONDS(6))) { in bt_mesh_is_server_recv_last_msg()
220 last->timestamp = *now; in bt_mesh_server_update_last_msg()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.c81 static bool ignore_relay_packet(uint32_t timestamp);
320 if (msg.relay && ignore_relay_packet(msg.timestamp)) { in adv_thread()
494 static bool ignore_relay_packet(uint32_t timestamp) in ignore_relay_packet() argument
499 if (now >= timestamp) { in ignore_relay_packet()
500 interval = now - timestamp; in ignore_relay_packet()
502 interval = BLE_MESH_MAX_TIME_INTERVAL - (timestamp - now) + 1; in ignore_relay_packet()
580 msg.timestamp = k_uptime_get_32(); in bt_mesh_relay_adv_send()
Dadv.h35 uint32_t timestamp; /* Timestamp recorded when the relay packet is posted to queue */ member
/hal_espressif-latest/components/hal/
Dsystimer_hal.c96 …d systimer_hal_set_alarm_target(systimer_hal_context_t *hal, uint32_t alarm_id, uint64_t timestamp) in systimer_hal_set_alarm_target() argument
100 systimer_counter_value_t alarm = { .val = MAX(hal->us_to_ticks(timestamp), now_time + offset) }; in systimer_hal_set_alarm_target()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dserver_common.h72 int64_t timestamp; member
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_he_types.h157 …unsigned timestamp : 32; /**< timestamp. The local time when this packet is r… member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c157 UINT32 timestamp; member
765 a2dp_source_local_param.btc_aa_src_cb.timestamp = 0; in btc_a2dp_source_enc_init()
1382 *((UINT32 *) (p_buf + 1)) = a2dp_source_local_param.btc_aa_src_cb.timestamp; in btc_media_aa_prep_sbc_2_send()
1384 … a2dp_source_local_param.btc_aa_src_cb.timestamp += p_buf->layer_specific * blocm_x_subband; in btc_media_aa_prep_sbc_2_send()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c2137 UINT32 timestamp, delay; in l2c_fcr_collect_ack_delay() local
2175 STREAM_TO_UINT32(timestamp, p); in l2c_fcr_collect_ack_delay()
2176 delay = osi_time_get_os_boottime_ms() - timestamp; in l2c_fcr_collect_ack_delay()
2199 timestamp = osi_time_get_os_boottime_ms(); in l2c_fcr_collect_ack_delay()
2200 if (timestamp - p_ccb->fcrb.throughput_start > 0 ) { in l2c_fcr_collect_ack_delay()
2201 p_ccb->fcrb.throughput[index] /= (timestamp - p_ccb->fcrb.throughput_start); in l2c_fcr_collect_ack_delay()
2204 p_ccb->fcrb.throughput_start = timestamp; in l2c_fcr_collect_ack_delay()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.h85 u8 timestamp[4]; /* current time in seconds since unix epoch, little member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dmcpwm_struct.h1425 mcpwm_gen_tstmp_reg_t timestamp[2]; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Dmcpwm_struct.h1425 mcpwm_gen_tstmp_reg_t timestamp[2]; member
/hal_espressif-latest/components/hal/esp32/include/hal/
Dmcpwm_ll.h613 …HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], gen, compare_v… in mcpwm_ll_operator_set_compare_value()
1612 return HAL_FORCE_READ_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], gen); in mcpwm_ll_operator_get_compare_value()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dmcpwm_struct.h1650 mcpwm_gen_tstmp_reg_t timestamp[2]; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dmcpwm_struct.h1650 mcpwm_gen_tstmp_reg_t timestamp[2]; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c2198 UINT32 timestamp; in bta_av_data_path() local
2218 timestamp = *(UINT32 *)(p_buf + 1); in bta_av_data_path()
2223 &timestamp); in bta_av_data_path()
2227 *(UINT32 *)(p_buf + 1) = timestamp; in bta_av_data_path()
2249 AVDT_WriteReqOpt(p_scb->avdt_handle, p_buf, timestamp, m_pt, opt); in bta_av_data_path()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h625 …HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], gen, compare_v… in mcpwm_ll_operator_set_compare_value()
1624 return HAL_FORCE_READ_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], gen); in mcpwm_ll_operator_get_compare_value()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h636 …HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], cmpr, compare_… in mcpwm_ll_operator_set_compare_value()
1636 return HAL_FORCE_READ_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], cmpr); in mcpwm_ll_operator_get_compare_value()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmcpwm_ll.h634 …HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], cmpr, compare_… in mcpwm_ll_operator_set_compare_value()
1634 return HAL_FORCE_READ_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], cmpr); in mcpwm_ll_operator_get_compare_value()

12