Home
last modified time | relevance | path

Searched refs:counters (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-3.5.0/components/freertos/test/
Dtest_suspend_scheduler.c138 counter_config_t counters[portNUM_PROCESSORS][TASKS_PER_PROC] = { 0 }; variable
143 counters[p][t].trigger_sem = xSemaphoreCreateMutex();
144 TEST_ASSERT_NOT_NULL( counters[p][t].trigger_sem );
145 TEST_ASSERT( xSemaphoreTake(counters[p][t].trigger_sem, 0) );
147 &counters[p][t], UNITY_FREERTOS_PRIORITY + 1,
159 TEST_ASSERT_EQUAL(0, counters[p][t].counter);
171 xSemaphoreGive(counters[p][t].trigger_sem);
180 …rintf("Checking CPU %d task %d (expected %d actual %d)\n", p, t, expected, counters[p][t].counter);
181 TEST_ASSERT_EQUAL(expected, counters[p][t].counter);
191 … esp_rom_printf("Checking CPU %d task %d (expected 1 actual %d)\n", p, t, counters[p][t].counter);
[all …]
Dtest_task_priorities.c28 unsigned volatile counters[portNUM_PROCESSORS][2] = { 0 }; variable
35 …xTaskCreatePinnedToCore(counter_task, "count", 2048, (void *)&(counters[cpu][task]), UNITY_FREERTO…
50 TEST_ASSERT_NOT_EQUAL(0, counters[cpu][0]);
51 TEST_ASSERT_EQUAL(0, counters[cpu][1]);
69 old_counters[0] = counters[cpu][0];
70 old_counters[1] = counters[cpu][1];
72 TEST_ASSERT_EQUAL(old_counters[0], counters[cpu][0]);
73 TEST_ASSERT_NOT_EQUAL(old_counters[1], counters[cpu][1]);
/hal_espressif-3.5.0/examples/peripherals/
DREADME.md3 …and use ESP32’s internal peripherals like GPIO, UART, I2C, SPI, timers, counters, ADC / DAC, PWM, …
/hal_espressif-3.5.0/docs/en/api-reference/system/
Dperfmon.rst4 …r component provides APIs to use {IDF_TARGET_NAME} internal performance counters to profile functi…
Desp_timer.rst74 between the counters and calls a function that advances the esp_timer counter.
Dpower_management.rst55 Power management locks have acquire/release counters. If the lock has been acquired a number of tim…
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/
Dtwai.rst58counters known as the **Transmit Error Counter (TEC)** and the **Receive Error Counter (REC)**. Th…
130 - Both error counters have dropped below error warning limit
140 - One of the error counters have exceeded the error warning limit
Dtimer.rst13 …-bit pre-scalers and {IDF_TARGET_TIMER_COUNTER_BIT_WIDTH}-bit up / down counters which are capable…
Dmcpwm.rst95 * Vary the pattern of the A/B output signals by getting MCPWM counters to count up, down and up/dow…
/hal_espressif-3.5.0/examples/openthread/ot_cli/
DREADME.md49 counters
/hal_espressif-3.5.0/components/esp_pm/
DKconfig38 bool "Enable profiling counters for PM locks"
/hal_espressif-3.5.0/components/wear_levelling/doc/
Dwl_sw_structure.rst71 The WLC has two internal counters to calculate virtual and real addresses: erase counter and move c…
/hal_espressif-3.5.0/docs/en/api-reference/protocols/
Desp_serial_slave_link.rst169 Reset counters (Optional)
/hal_espressif-3.5.0/docs/en/api-guides/
Dunit-tests.rst262 …enchmarked in IRAM/DRAM. This timer uses the processor's internal event counters in order to deter…
277 …ould be pinned to a core. This is due to each core having its own event counters that are independ…
/hal_espressif-3.5.0/components/spi_flash/
DKconfig35 bool "Enable operation counters"
/hal_espressif-3.5.0/examples/system/perfmon/
DREADME.md13 …e. The first test case collect statistic from all available performance counters, and second test …
/hal_espressif-3.5.0/components/freertos/
DKconfig40 the main tick source to increase counters, run timers and do