ESP-IDF
+
0
/1 examples
SourceVu will show references to
ana_cmpr_enable()
from the following samples and libraries:
analog_comparator sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ana_cmpr_enable()
ana_cmpr_enable() function
Enable the analog comparator unit
Syntax
Show:
Summary
Declaration
from
ana_cmpr.h:165
esp_err_t
ana_cmpr_enable
(
ana_cmpr_handle_t
cmpr
)
;
Arguments
Argument
Description
cmpr
The handle of analog comparator unit
Return value
- ESP_OK Enable analog comparator unit success - ESP_ERR_INVALID_ARG NULL pointer of the parameters - ESP_ERR_INVALID_STATE The analog comparator has been enabled
Related Functions
Found 7 other functions taking a
ana_cmpr_t
argument:
Function
Description
ana_cmpr_new_unit()
Allocating a new analog comparator unit handle
ana_cmpr_set_internal_reference()
Set internal reference configuration
ana_cmpr_set_debounce()
Set debounce configuration to the analog comparator
ana_cmpr_register_event_callbacks()
Register analog comparator interrupt event callbacks
ana_cmpr_disable()
Disable the analog comparator unit
ana_cmpr_del_unit()
Delete the analog comparator unit handle
ana_cmpr_set_cross_type()
Set the source signal cross type
Examples
ana_cmpr_enable()
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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