ESP-IDF
+
0
/2 examples
SourceVu will show references to
pcnt_unit_config_t::low_limit
from the following samples and libraries:
mcpwm_bdc_speed_control sample
rotary_encoder sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
pcnt_unit_config_t::low_limit
pcnt_unit_config_t::low_limit field
Low limitation of the count unit, should be lower than 0
Syntax
Show:
Summary
Declaration
from
pulse_cnt.h:62
int
low_limit
;
Examples
pcnt_unit_config_t::low_limit
is referenced by 2 libraries and example projects:
mcpwm_bdc_speed_control sample
rotary_encoder sample
References
from
0/2
examples
Code
Location
Referrer
int
low_limit
;
/*!< Low limitation of the count unit, should be lower than 0 */
pulse_cnt.h:62
ESP_GOTO_ON_FALSE
(
config
->
low_limit
<
0
&&
config
->
high_limit
>
0
&&
config
->
low_limit
>=
PCNT_LL_MIN_LIN
&&
pulse_cnt.c:206
pcnt_new_unit()
"invalid limit range:[%d,%d]"
,
config
->
low_limit
,
config
->
high_limit
)
;
pulse_cnt.c:208
pcnt_new_unit()
pcnt_ll_set_low_limit_value
(
group
->
hal
.
dev
,
unit_id
,
config
->
low_limit
)
;
pulse_cnt.c:272
pcnt_new_unit()
unit
->
low_limit
=
config
->
low_limit
;
pulse_cnt.c:274
pcnt_new_unit()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
pcnt_unit_config_t::low_limit
is read by 1 function:
All items filtered out
pcnt_unit_config_t::low_limit
pcnt_new_unit()
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out