/hal_espressif-latest/components/log/ |
D | log_freertos.c | 65 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()
|
D | Kconfig | 99 Choose what sort of timestamp is displayed in the log output:
|
/hal_espressif-latest/components/esp_timer/src/ |
D | esp_timer_impl_systimer.c | 78 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()
|
D | esp_timer_impl_common.c | 35 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()
|
D | esp_timer_impl_lac.c | 149 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/ |
D | esp_timer_impl.h | 64 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/ |
D | btm_dev.c | 99 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/ |
D | server_common.c | 202 (*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/ |
D | adv.c | 81 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()
|
D | adv.h | 35 uint32_t timestamp; /* Timestamp recorded when the relay packet is posted to queue */ member
|
/hal_espressif-latest/components/hal/ |
D | systimer_hal.c | 96 …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/ |
D | server_common.h | 72 int64_t timestamp; member
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_he_types.h | 157 …unsigned timestamp : 32; /**< timestamp. The local time when this packet is r… member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | btc_a2dp_source.c | 157 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/ |
D | l2c_fcr.c | 2137 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/ |
D | wpa_auth.h | 85 u8 timestamp[4]; /* current time in seconds since unix epoch, little member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | mcpwm_struct.h | 1425 mcpwm_gen_tstmp_reg_t timestamp[2]; member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | mcpwm_struct.h | 1425 mcpwm_gen_tstmp_reg_t timestamp[2]; member
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | mcpwm_ll.h | 613 …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/ |
D | mcpwm_struct.h | 1650 mcpwm_gen_tstmp_reg_t timestamp[2]; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | mcpwm_struct.h | 1650 mcpwm_gen_tstmp_reg_t timestamp[2]; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/ |
D | bta_av_aact.c | 2198 UINT32 timestamp; in bta_av_data_path() local 2218 timestamp = *(UINT32 *)(p_buf + 1); in bta_av_data_path() 2223 ×tamp); 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/ |
D | mcpwm_ll.h | 625 …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/ |
D | mcpwm_ll.h | 636 …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/ |
D | mcpwm_ll.h | 634 …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()
|