ESP-IDF
PCNT_PORT_MAX
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
PCNT_PORT_MAX
PCNT_PORT_MAX value
PCNT port max
Syntax
Show:
Summary
Declaration
from
pcnt_types_legacy.h:29
PCNT_PORT_MAX
;
Examples
References
from
examples
Code
Location
Referrer
PCNT_PORT_MAX
,
/*!< PCNT port max */
pcnt_types_legacy.h:29
static
pcnt_obj_t
*
p_pcnt_obj
[
PCNT_PORT_MAX
]
=
{
0
}
;
pcnt_legacy.c:49
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:70
_pcnt_set_mode()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:83
_pcnt_set_pin()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:108
_pcnt_get_counter_value()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:117
_pcnt_counter_pause()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:127
_pcnt_counter_resume()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:137
_pcnt_counter_clear()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:147
_pcnt_intr_enable()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:157
_pcnt_event_enable()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:185
_pcnt_set_event_value()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:211
_pcnt_get_event_value()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:236
_pcnt_get_event_status()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:246
_pcnt_set_filter_value()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:255
_pcnt_get_filter_value()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:265
_pcnt_filter_enable()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:273
_pcnt_isr_handler_add()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:291
_pcnt_isr_handler_remove()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:326
_pcnt_isr_service_install()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:347
_pcnt_isr_service_uninstall()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:360
_pcnt_unit_config()
PCNT_OBJ_CHECK
(
pcnt_port
)
;
pcnt_legacy.c:398
pcnt_deinit()
PCNT_CHECK
(
(
pcnt_port
<
PCNT_PORT_MAX
)
,
PCNT_NUM_ERR_STR
,
ESP_ERR_INVALID_ARG
)
;
pcnt_legacy.c:407
pcnt_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PCNT_PORT_MAX
is read by 21 functions:
All items filtered out
PCNT_PORT_MAX
_pcnt_set_mode()
_pcnt_set_pin()
_pcnt_get_counter_value()
_pcnt_counter_pause()
_pcnt_counter_resume()
_pcnt_counter_clear()
_pcnt_intr_enable()
_pcnt_event_enable()
_pcnt_set_event_value()
_pcnt_get_event_value()
_pcnt_get_event_status()
_pcnt_set_filter_value()
_pcnt_get_filter_value()
_pcnt_filter_enable()
_pcnt_isr_handler_add()
_pcnt_isr_handler_remove()
_pcnt_isr_service_install()
_pcnt_isr_service_uninstall()
_pcnt_unit_config()
pcnt_deinit()
pcnt_init()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out