ESP-IDF
RTC_VDDSDIO_TIEH_3_3V
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
RTC_VDDSDIO_TIEH_3_3V
RTC_VDDSDIO_TIEH_3_3V macro
Syntax
Show:
Summary
Declaration
from
rtc.h:672
#define
RTC_VDDSDIO_TIEH_3_3V
1
Examples
References
from
examples
Code
Location
#define
RTC_VDDSDIO_TIEH_3_3V
1
//!< TIEH field value for 3.3V VDDSDIO
rtc.h:672
if
(
cfg
.
tieh
!=
RTC_VDDSDIO_TIEH_3_3V
)
{
esp_psram_impl_quad.c:877
if
(
cfg
.
tieh
!=
RTC_VDDSDIO_TIEH_3_3V
)
{
esp_psram_impl_quad.c:886
if
(
cfg
.
tieh
!=
RTC_VDDSDIO_TIEH_3_3V
)
{
esp_psram_impl_quad.c:899
result
.
tieh
=
(
strap_reg
&
BIT
(
5
)
)
?
RTC_VDDSDIO_TIEH_1_8V
:
RTC_VDDSDIO_TIEH_3_3V
;
rtc_init.c:152
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