/hal_espressif-3.6.0/components/esp_serial_slave_link/ |
D | essl.c | 74 uint32_t pre = xTaskGetTickCount(); in essl_send_packet() 79 now = xTaskGetTickCount(); in essl_send_packet() 106 uint32_t pre = xTaskGetTickCount(); in essl_get_packet() 115 now = xTaskGetTickCount(); in essl_get_packet() 134 now = xTaskGetTickCount(); in essl_get_packet()
|
/hal_espressif-3.6.0/components/esp_hw_support/test/ |
D | test_rtc_clk.c | 225 start_time = xTaskGetTickCount() * (1000 / configTICK_RATE_HZ); in start_freq() 232 end_time = xTaskGetTickCount() * (1000 / configTICK_RATE_HZ); in start_freq() 285 start_time = xTaskGetTickCount() * (1000 / configTICK_RATE_HZ); 290 end_time = xTaskGetTickCount() * (1000 / configTICK_RATE_HZ);
|
/hal_espressif-3.6.0/components/freertos/test/ |
D | test_freertos_task_delay_until.c | 37 last_wake_time = xTaskGetTickCount(); in delaying_task() 45 … TEST_ASSERT_EQUAL(IDEAL_DELAY_PERIOD_MS, TICKS_TO_MS(xTaskGetTickCount() - ticks_before_delay)); in delaying_task()
|
D | test_freertos_backported_functions.c | 48 TEST_ASSERT_UINT32_WITHIN(TICK_DELTA, tmr_ideal_exp, xTaskGetTickCount()); in tmr_cb() 62 tmr_ideal_exp = xTaskGetTickCount() + TMR_PERIOD_TICKS; //Calculate ideal expiration time
|
D | test_legacy_hooks.c | 40 unsigned before = xTaskGetTickCount();
|
D | test_freertos_task_delete.c | 100 srand(xTaskGetTickCount() ^ (int)xTaskGetCurrentTaskHandle()); in tsk_blocks_frequently()
|
/hal_espressif-3.6.0/examples/peripherals/sdio/host/main/ |
D | app_main.c | 455 start = xTaskGetTickCount(); in app_main() 459 end = xTaskGetTickCount(); in app_main() 472 start = xTaskGetTickCount(); in app_main() 476 end = xTaskGetTickCount(); in app_main()
|
/hal_espressif-3.6.0/tools/test_apps/system/longjmp_test/main/ |
D | hello_world_main.c | 72 uint32_t start = xTaskGetTickCount(); in sjlj_task() 75 uint32_t end = xTaskGetTickCount(); in sjlj_task()
|
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | timers.h | 516 …xTimerGenericCommand( ( xTimer ), tmrCOMMAND_START, ( xTaskGetTickCount() ), NULL, ( xTicksToWait … 804 …xTimerGenericCommand( ( xTimer ), tmrCOMMAND_RESET, ( xTaskGetTickCount() ), NULL, ( xTicksToWait …
|
D | mpu_wrappers.h | 64 #define xTaskGetTickCount MPU_xTaskGetTickCount macro
|
/hal_espressif-3.6.0/components/esp-tls/ |
D | esp_tls.c | 460 size_t start = xTaskGetTickCount(); in esp_tls_conn_new() 471 uint32_t expired = xTaskGetTickCount() - start; in esp_tls_conn_new() 486 size_t start = xTaskGetTickCount(); in esp_tls_conn_new_sync() 496 uint32_t expired = xTaskGetTickCount() - start; in esp_tls_conn_new_sync()
|
/hal_espressif-3.6.0/components/driver/test/ |
D | test_adc2_with_wifi.c | 178 int32_t start = xTaskGetTickCount(); 184 now = xTaskGetTickCount();
|
/hal_espressif-3.6.0/components/tcp_transport/test/ |
D | test_transport_fixtures.c | 255 TickType_t start = xTaskGetTickCount(); in tcp_transport_test_connection_timeout() 257 TickType_t end = xTaskGetTickCount(); in tcp_transport_test_connection_timeout()
|
/hal_espressif-3.6.0/components/lwip/port/esp32/freertos/ |
D | sys_arch.c | 453 return xTaskGetTickCount(); in sys_jiffies() 464 return xTaskGetTickCount() * portTICK_PERIOD_MS; in sys_now()
|
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/include/freertos/ |
D | task.h | 39 TickType_t xTaskGetTickCount( void );
|
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/ |
D | esp32_mock.c | 49 uint32_t xTaskGetTickCount(void) in xTaskGetTickCount() function
|
D | esp32_mock.h | 153 uint32_t xTaskGetTickCount(void);
|
/hal_espressif-3.6.0/components/tinyusb/additions/src/ |
D | tusb_cdc_acm.c | 325 uint32_t ticks_start = xTaskGetTickCount(); in tinyusb_cdcacm_write_flush() 328 ticks_now = xTaskGetTickCount(); in tinyusb_cdcacm_write_flush()
|
/hal_espressif-3.6.0/components/esp_pm/test/ |
D | test_pm.c | 230 uint32_t start_tick = xTaskGetTickCount(); 235 uint32_t end_tick = xTaskGetTickCount();
|
/hal_espressif-3.6.0/components/log/ |
D | log_freertos.c | 108 TickType_t tick_count = xPortInIsrContext() ? xTaskGetTickCountFromISR() : xTaskGetTickCount(); in esp_log_timestamp()
|
/hal_espressif-3.6.0/components/esp_ringbuf/ |
D | ringbuf.c | 772 TickType_t xTicksEnd = xTaskGetTickCount() + xTicksToWait; in prvReceiveGeneric() 812 xTicksRemaining = xTicksEnd - xTaskGetTickCount(); in prvReceiveGeneric() 965 TickType_t xTicksEnd = xTaskGetTickCount() + xTicksToWait; in xRingbufferSendAcquire() 989 xTicksRemaining = xTicksEnd - xTaskGetTickCount(); in xRingbufferSendAcquire() 1039 TickType_t xTicksEnd = xTaskGetTickCount() + xTicksToWait; in xRingbufferSend() 1062 xTicksRemaining = xTicksEnd - xTaskGetTickCount(); in xRingbufferSend()
|
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_capture_hc_sr04/main/ |
D | mcpwm_capture_hc_sr04.c | 48 TickType_t xLastWakeTime = xTaskGetTickCount(); in gen_trig_output()
|
/hal_espressif-3.6.0/examples/storage/nvs_rw_blob/main/ |
D | nvs_blob_example_main.c | 97 run_time[required_size / sizeof(uint32_t) - 1] = xTaskGetTickCount() * portTICK_PERIOD_MS; in save_run_time()
|
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/ |
D | freertos_linux.c | 101 TickType_t xTaskGetTickCount( void ) in xTaskGetTickCount() function
|
/hal_espressif-3.6.0/components/driver/ |
D | i2c.c | 1415 portTickType ticks_start = xTaskGetTickCount(); in i2c_master_cmd_begin() 1454 TickType_t wait_time = xTaskGetTickCount(); in i2c_master_cmd_begin() 1515 portTickType ticks_end = xTaskGetTickCount() + ticks_to_wait; in i2c_slave_write_buffer() 1521 ticks_to_wait = ticks_end - xTaskGetTickCount(); in i2c_slave_write_buffer() 1549 portTickType ticks_end = xTaskGetTickCount() + ticks_to_wait; in i2c_slave_read_buffer() 1562 ticks_rem = ticks_end - xTaskGetTickCount(); in i2c_slave_read_buffer()
|