esp_ldo_channel_config_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading (1/5)...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
int
You must set the LDO channel ID according to the datasheet, e.g., set it to 1 for LDO_VO1.
int
The voltage value to be set to the LDO channel.
struct ldo_extra_flags { uint32_t adjustable : 1; uint32_t owned_by_hw: 1; uint32_t bypass: 1 __attribute__((deprecated)); }
Extra flags of a LDO channel Flags for the LDO channel.