rpr_server sample
pwm_regist_channel()
is only used within rpr_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rpr_server sample
pwm_regist_channel()
pwm_regist_channel() function
Register the pwm channel
Syntax
Show:
Summary
Declaration
Definition
from
pwm.h:63
esp_err_t
pwm_regist_channel
(
pwm_channel_t
channel
,
gpio_num_t
gpio_num
)
;
Implemented in
pwm.c:180
Arguments
Argument
Description
channel
Abstract channel
gpio_num
Chip GPIO pin
Return value
esp_err_t
Notes
Needs to correspond to the real hardware
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