ESP-IDF
ledc_hal_get_hpoint
is only used within ESP-IDF.
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
ESP-IDF
ledc_hal_get_hpoint
ledc_hal_get_hpoint macro
Get LEDC hpoint value
Syntax
Show:
Summary
Declaration
from
ledc_hal.h:184
#define
ledc_hal_get_hpoint
(
hal
,
channel_num
,
hpoint_val
)
ledc_ll_get_hpoint
(
(
hal
)
->
dev
,
(
hal
)
->
speed_mode
,
channel_num
,
hpoint_val
)
Arguments
Argument
Description
hal
Context of the HAL layer
channel_num
LEDC channel index (0-7), select from ledc_channel_t
hpoint_val
Pointer to accept the LEDC hpoint value(max: 0xfffff)
Return value
None
Examples
References
from
examples
Code
Location
#define
ledc_hal_get_hpoint
(
hal
,
channel_num
,
hpoint_val
)
ledc_ll_get_hpoint
(
(
hal
)
->
dev
,
(
hal
)
->
speed_mode
,
channel_num
,
hpoint_val
)
ledc_hal.h:184
ledc_hal_get_hpoint
(
&
(
p_ledc_obj
[
speed_mode
]
->
ledc_hal
)
,
channel
,
&
hpoint
)
;
ledc.c:1091
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