Home
last modified time | relevance | path

Searched refs:SOC_PCNT_UNITS_PER_GROUP (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/driver/
Dpcnt.c61 PCNT_CHECK(unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_set_mode()
74 PCNT_CHECK(unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_set_pin()
99 PCNT_CHECK(pcnt_unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_get_counter_value()
108 PCNT_CHECK(pcnt_unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_counter_pause()
118 PCNT_CHECK(pcnt_unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_counter_resume()
128 PCNT_CHECK(pcnt_unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_counter_clear()
138 PCNT_CHECK(pcnt_unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_intr_enable()
148 PCNT_CHECK(unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_event_enable()
176 PCNT_CHECK(unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_set_event_value()
202 PCNT_CHECK(unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_get_event_value()
[all …]
/hal_espressif-3.6.0/components/soc/include/soc/
Dpcnt_periph.h34 } units[SOC_PCNT_UNITS_PER_GROUP];
/hal_espressif-3.6.0/components/driver/test/
Dtest_pcnt.c100 for (i = 0; i < SOC_PCNT_UNITS_PER_GROUP; i++) { in pcnt_intr_handler()
339 pcnt_config.unit = SOC_PCNT_UNITS_PER_GROUP;
341 for (int i = 0; i < SOC_PCNT_UNITS_PER_GROUP; i++) {
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h139 #define SOC_PCNT_UNITS_PER_GROUP (4) macro
/hal_espressif-3.6.0/components/driver/include/driver/
Dpcnt.h41 #if SOC_PCNT_UNITS_PER_GROUP > 4
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h174 #define SOC_PCNT_UNITS_PER_GROUP (4) macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h198 #define SOC_PCNT_UNITS_PER_GROUP (8) macro