Home
last modified time | relevance | path

Searched defs:now (Results 1 – 25 of 45) sorted by relevance

12

/hal_espressif-3.5.0/examples/protocols/sntp/main/
Dsntp_example_main.c54 time_t now; in app_main() local
142 time_t now = 0; in obtain_time() local
/hal_espressif-3.5.0/components/newlib/test/
Dtest_newlib.c67 time_t now = 1464248488; variable
107 struct timeval now = { .tv_sec = t }; variable
Dtest_time.c382 struct timeval now = {0}; in test_posix_timers_clock() local
499 time_t now; variable
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_models/server/
Dserver_common.c200 uint8_t tid, uint16_t src, uint16_t dst, int64_t *now) in bt_mesh_is_server_recv_last_msg()
218 uint8_t tid, uint16_t src, uint16_t dst, int64_t *now) in bt_mesh_server_update_last_msg()
Dlighting_server.c228 int64_t now = 0; in light_lightness_set() local
340 int64_t now = 0; in light_lightness_linear_set() local
759 int64_t now = 0; in light_ctl_set() local
1008 int64_t now = 0; in light_ctl_temp_set() local
1367 int64_t now = 0; in light_hsl_set() local
1610 int64_t now = 0; in light_hsl_hue_set() local
1711 int64_t now = 0; in light_hsl_sat_set() local
1984 int64_t now = 0; in light_xyl_set() local
2426 int64_t now = 0; in light_lc_light_onoff_set() local
Dgeneric_server.c134 int64_t now = 0; in gen_onoff_set() local
316 int64_t now = 0; in gen_level_set() local
412 int64_t now = 0; in gen_delta_set() local
534 int64_t now = 0; in gen_move_set() local
1079 int64_t now = 0; in gen_power_level_set() local
/hal_espressif-3.5.0/components/esp_pm/
Dpm_locks.c116 pm_time_t now = 0; in esp_pm_lock_acquire() local
146 pm_time_t now = 0; in esp_pm_lock_release() local
Dpm_impl.c366 pm_mode_switch_t lock_or_unlock, pm_time_t now) in esp_pm_impl_switch_mode()
633 int64_t now = esp_timer_get_time(); in vApplicationSleep() local
685 pm_time_t now = pm_get_time(); in esp_pm_impl_dump_stats() local
/hal_espressif-3.5.0/zephyr/esp32/src/wpa_supplicant/port/
Dos_xtensa.c37 int64_t now = k_uptime_ticks(); in os_get_time() local
/hal_espressif-3.5.0/zephyr/esp32c3/src/wpa_supplicant/port/
Dos_riscv.c39 int64_t now = k_uptime_ticks(); in os_get_time() local
/hal_espressif-3.5.0/zephyr/esp32s2/src/wpa_supplicant/port/
Dos_xtensa.c37 int64_t now = k_uptime_ticks(); in os_get_time() local
/hal_espressif-3.5.0/zephyr/esp32s3/src/wpa_supplicant/port/
Dos_xtensa.c37 int64_t now = k_uptime_ticks(); in os_get_time() local
/hal_espressif-3.5.0/components/wpa_supplicant/src/utils/
Dcommon.c88 struct os_time now; in wpa_get_ntp_timestamp() local
497 static inline int os_reltime_expired(struct os_time *now, in os_reltime_expired()
508 int os_time_expired(struct os_time *now, in os_time_expired()
/hal_espressif-3.5.0/components/driver/test/
Dtest_adc2_with_wifi.c58 #define TIME_REMAIN(start, now, timeout) ((start) >= (now) ? MINUS_UNTIL_ZERO((timeout), (now)-(sta… argument
179 int32_t now; variable
/hal_espressif-3.5.0/components/bootloader_support/src/
Dbootloader_random.c32 uint32_t start, now; in bootloader_fill_random() local
/hal_espressif-3.5.0/components/mbedtls/port/
Desp_timing.c58 struct timeval now; in mbedtls_timing_get_timer() local
/hal_espressif-3.5.0/components/wpa_supplicant/src/common/
Dwnm_sta.c351 struct os_reltime now; in compare_scan_neighbor_results() local
536 struct os_reltime now; in wnm_add_cand_list() local
1007 struct os_reltime now; in ieee802_11_rx_bss_trans_mgmt_req() local
/hal_espressif-3.5.0/zephyr/esp_shared/components/esp_pm/
Dpm_impl.c357 pm_mode_switch_t lock_or_unlock, pm_time_t now) in esp_pm_impl_switch_mode()
614 int64_t now = esp_timer_get_time(); in vApplicationSleep() local
666 pm_time_t now = pm_get_time(); in esp_pm_impl_dump_stats() local
/hal_espressif-3.5.0/components/pthread/test/
Dtest_cxx_cond_var.cpp20 auto now = std::chrono::system_clock::now(); in waits() local
/hal_espressif-3.5.0/components/esp_serial_slave_link/
Dessl.c75 uint32_t now; in essl_send_packet() local
107 uint32_t now = 3; in essl_get_packet() local
/hal_espressif-3.5.0/components/wpa_supplicant/esp_supplicant/src/
Desp_scan.c105 struct os_reltime now; in esp_handle_beacon_probe() local
/hal_espressif-3.5.0/examples/system/deep_sleep/main/
Ddeep_sleep_example_main.c101 struct timeval now; in app_main() local
/hal_espressif-3.5.0/components/newlib/
Dtime.c195 uint64_t now = ((uint64_t) tv->tv_sec) * 1000000LL + tv->tv_usec; in settimeofday() local
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Drun_tc.c44 uint32_t now = utils_get_system_ts(); in wifi_tc_sta_throughput_timeout() local
/hal_espressif-3.5.0/components/fatfs/test/
Dtest_fatfs_common.c329 struct timeval now = { .tv_sec = t }; in test_fatfs_stat() local
373 struct timeval now = { .tv_sec = false_now }; in test_fatfs_utime() local

12