ESP-IDF
ldo_regulator_channel_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ldo_regulator_channel_t
ldo_regulator_channel_t struct
Type of LDO regulator channel handle
Syntax
Show:
Summary
Declaration
from
esp_ldo_regulator.h:21
typedef
struct
ldo_regulator_channel_t
*
esp_ldo_channel_handle_t
;
Related Functions
Found 3 other functions taking a
ldo_regulator_channel_t
argument:
Function
Description
esp_ldo_acquire_channel()
Acquire an LDO channel with the specified configuration
esp_ldo_release_channel()
Release the LDO channel
esp_ldo_channel_adjust_voltage()
Adjust the voltage of the LDO channel
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
ldo_regulator_channel_t
*
esp_ldo_channel_handle_t
;
esp_ldo_regulator.h:21
esp_ldo_channel_handle_t
esp_err_t
esp_ldo_acquire_channel
(
const
esp_ldo_channel_config_t
*
config
,
esp_ldo_channel_handle_t
*
out_handle
)
;
esp_ldo_regulator.h:53
esp_ldo_acquire_channel()
esp_ldo_acquire_channel()::out_handle
esp_err_t
esp_ldo_release_channel
(
esp_ldo_channel_handle_t
chan
)
;
esp_ldo_regulator.h:65
esp_ldo_release_channel()
esp_ldo_release_channel()::chan
esp_err_t
esp_ldo_channel_adjust_voltage
(
esp_ldo_channel_handle_t
chan
,
int
voltage_mv
)
;
esp_ldo_regulator.h:78
esp_ldo_channel_adjust_voltage()
esp_ldo_channel_adjust_voltage()::chan
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
Instance
Scope
Location
Project
esp_ldo_acquire_channel()::out_handle
esp_ldo_acquire_channel()
esp_ldo_regulator.h:53
esp_ldo_release_channel()::chan
esp_ldo_release_channel()
esp_ldo_regulator.h:65
esp_ldo_channel_adjust_voltage()::chan
esp_ldo_channel_adjust_voltage()
esp_ldo_regulator.h:78
Lifecycle
from
examples
All items filtered out
All items filtered out