Home
last modified time | relevance | path

Searched defs:microseconds (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/newlib/port/
Desp_time_impl.c70 uint64_t microseconds = 0; in esp_time_impl_get_time_since_boot() local
86 uint64_t microseconds = 0; in esp_time_impl_get_time() local
/hal_espressif-3.6.0/examples/common_components/pcap/src/
Dpcap.c41 …uint32_t microseconds; /*!< Number of microseconds when the packet was captured (offset from sec… member
114 …t(pcap_file_handle_t pcap, void *payload, uint32_t length, uint32_t seconds, uint32_t microseconds) in pcap_capture_packet()
/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/
Dref_clock_impl_rmt_pcnt.c164 int microseconds = 0; in ref_clock_get() local
/hal_espressif-3.6.0/components/newlib/
Dtime.c178 uint64_t microseconds = get_adjusted_boot_time() + esp_time_impl_get_time_since_boot(); in _gettimeofday_r() local
/hal_espressif-3.6.0/examples/network/simple_sniffer/main/
Dcmd_pcap.c143 esp_err_t packet_capture(void *payload, uint32_t length, uint32_t seconds, uint32_t microseconds) in packet_capture()
Dcmd_sniffer.c58 uint32_t microseconds; member