ESP-IDF
pcnt_ll_disable_all_events()
is only used within ESP-IDF.
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
pcnt_ll_disable_all_events()
pcnt_ll_disable_all_events() function
Disable all PCNT threshold events
Syntax
Show:
Summary
Declaration
from
pcnt_ll.h:243
static
inline
void
pcnt_ll_disable_all_events
(
pcnt_dev_t
*
hw
,
uint32_t
unit
)
;
Arguments
Argument
Description
hw
Peripheral PCNT hardware instance address.
unit
unit number
Related Functions
Found 26 other functions taking a
pcnt_dev_t
argument:
Function
Description
pcnt_ll_enable_thres_event()
Enable PCNT threshold event
pcnt_ll_get_thres_value()
Get PCNT threshold value
pcnt_ll_set_thres_value()
Set PCNT threshold value
pcnt_ll_enable_glitch_filter()
Enable PCNT glitch filter
pcnt_ll_clear_intr_status()
Clear PCNT interrupt status
pcnt_ll_enable_high_limit_event()
Enable PCNT high limit event
pcnt_ll_enable_low_limit_event()
Enable PCNT low limit event
pcnt_ll_enable_zero_cross_event()
Enable PCNT zero cross event
pcnt_ll_stop_count()
Pause PCNT counter of PCNT unit
pcnt_ll_clear_count()
Clear PCNT counter value to zero
pcnt_ll_enable_intr()
Enable PCNT interrupt for PCNT unit
pcnt_ll_set_edge_action()
Set PCNT channel edge action
pcnt_ll_set_level_action()
Set PCNT channel level action
pcnt_ll_get_intr_status()
Get PCNT interrupt status
pcnt_ll_get_count()
Get pulse counter value
pcnt_ll_start_count()
Resume counting for PCNT counter
pcnt_ll_set_high_limit_value()
Set PCNT high limit value
pcnt_ll_set_low_limit_value()
Set PCNT low limit value
pcnt_ll_set_glitch_filter_thres()
Set PCNT glitch filter threshold
pcnt_ll_get_intr_status_reg()
Get interrupt status register address.
pcnt_ll_get_high_limit_value()
Get PCNT high limit value
pcnt_ll_get_low_limit_value()
Get PCNT low limit value
pcnt_ll_get_unit_status()
Get PCNT unit runtime status
pcnt_ll_get_zero_cross_mode()
Get PCNT zero cross mode
pcnt_ll_get_event_status()
Get PCNT event status
pcnt_ll_get_glitch_filter_thres()
Get PCNT glitch filter threshold
Examples
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