ESP-IDF
check_pcnt_driver_conflict()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
check_pcnt_driver_conflict()
check_pcnt_driver_conflict() function
This function will be called during start up, to check that pulse_cnt driver is not running along with the legacy pcnt driver
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:562
__attribute__
(
(
constructor
)
)
static
void
check_pcnt_driver_conflict
(
void
)
;
Examples
References
from
examples
Code
Location
static
void
check_pcnt_driver_conflict
(
void
)
pcnt_legacy.c:563
Call Tree
from
examples
check_pcnt_driver_conflict()
calls 4 functions:
All items filtered out
check_pcnt_driver_conflict()
esp_log_get_default_level()
abort()
esp_rom_printf()
esp_log_timestamp()
All items filtered out
Data Use
from
examples
check_pcnt_driver_conflict()
reads 4 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
TAG
pcnt_new_unit()
All items filtered out
check_pcnt_driver_conflict()
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