Searched refs:SOC_PCNT_UNITS_PER_GROUP (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/components/driver/ |
D | pcnt.c | 61 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/ |
D | pcnt_periph.h | 34 } units[SOC_PCNT_UNITS_PER_GROUP];
|
/hal_espressif-3.6.0/components/driver/test/ |
D | test_pcnt.c | 100 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/ |
D | soc_caps.h | 139 #define SOC_PCNT_UNITS_PER_GROUP (4) macro
|
/hal_espressif-3.6.0/components/driver/include/driver/ |
D | pcnt.h | 41 #if SOC_PCNT_UNITS_PER_GROUP > 4
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | soc_caps.h | 174 #define SOC_PCNT_UNITS_PER_GROUP (4) macro
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | soc_caps.h | 198 #define SOC_PCNT_UNITS_PER_GROUP (8) macro
|