Searched refs:SOC_PCNT_UNITS_PER_GROUP (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/driver/deprecated/ |
D | pcnt_legacy.c | 64 PCNT_CHECK(unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_set_mode() 77 PCNT_CHECK(unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_set_pin() 102 PCNT_CHECK(pcnt_unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_get_counter_value() 111 PCNT_CHECK(pcnt_unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_counter_pause() 121 PCNT_CHECK(pcnt_unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_counter_resume() 131 PCNT_CHECK(pcnt_unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_counter_clear() 141 PCNT_CHECK(pcnt_unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_intr_enable() 151 PCNT_CHECK(unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_event_enable() 179 PCNT_CHECK(unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_set_event_value() 205 PCNT_CHECK(unit < SOC_PCNT_UNITS_PER_GROUP, PCNT_UNIT_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_get_event_value() [all …]
|
/hal_espressif-latest/components/soc/include/soc/ |
D | pcnt_periph.h | 26 } units[SOC_PCNT_UNITS_PER_GROUP];
|
/hal_espressif-latest/components/driver/deprecated/driver/ |
D | pcnt_types_legacy.h | 40 #if SOC_PCNT_UNITS_PER_GROUP > 4
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | soc_caps.h | 247 #define SOC_PCNT_UNITS_PER_GROUP (8) macro
|
D | Kconfig.soc_caps.in | 486 config SOC_PCNT_UNITS_PER_GROUP config
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | soc_caps.h | 232 #define SOC_PCNT_UNITS_PER_GROUP (4) macro
|
D | Kconfig.soc_caps.in | 510 config SOC_PCNT_UNITS_PER_GROUP config
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | soc_caps.h | 271 #define SOC_PCNT_UNITS_PER_GROUP 4 macro
|
D | Kconfig.soc_caps.in | 610 config SOC_PCNT_UNITS_PER_GROUP config
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | soc_caps.h | 236 #define SOC_PCNT_UNITS_PER_GROUP (4) macro
|
D | Kconfig.soc_caps.in | 570 config SOC_PCNT_UNITS_PER_GROUP config
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | soc_caps.h | 283 #define SOC_PCNT_UNITS_PER_GROUP 4 macro
|
D | Kconfig.soc_caps.in | 606 config SOC_PCNT_UNITS_PER_GROUP config
|