Searched refs:counters (Results 1 – 17 of 17) sorted by relevance
/hal_espressif-3.5.0/components/freertos/test/ |
D | test_suspend_scheduler.c | 138 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 …]
|
D | test_task_priorities.c | 28 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/ |
D | README.md | 3 …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/ |
D | perfmon.rst | 4 …r component provides APIs to use {IDF_TARGET_NAME} internal performance counters to profile functi…
|
D | esp_timer.rst | 74 between the counters and calls a function that advances the esp_timer counter.
|
D | power_management.rst | 55 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/ |
D | twai.rst | 58 …counters 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
|
D | timer.rst | 13 …-bit pre-scalers and {IDF_TARGET_TIMER_COUNTER_BIT_WIDTH}-bit up / down counters which are capable…
|
D | mcpwm.rst | 95 * 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/ |
D | README.md | 49 counters
|
/hal_espressif-3.5.0/components/esp_pm/ |
D | Kconfig | 38 bool "Enable profiling counters for PM locks"
|
/hal_espressif-3.5.0/components/wear_levelling/doc/ |
D | wl_sw_structure.rst | 71 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/ |
D | esp_serial_slave_link.rst | 169 Reset counters (Optional)
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | unit-tests.rst | 262 …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/ |
D | Kconfig | 35 bool "Enable operation counters"
|
/hal_espressif-3.5.0/examples/system/perfmon/ |
D | README.md | 13 …e. The first test case collect statistic from all available performance counters, and second test …
|
/hal_espressif-3.5.0/components/freertos/ |
D | Kconfig | 40 the main tick source to increase counters, run timers and do
|