ESP-IDF
DIG_DBIAS_240M
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
DIG_DBIAS_240M
DIG_DBIAS_240M macro
Syntax
Show:
Summary
Declaration
from
rtc.h:78
#define
DIG_DBIAS_240M
RTC_CNTL_DBIAS_HP_VOLT
Examples
References
from
examples
Code
Location
#define
DIG_DBIAS_240M
RTC_CNTL_DBIAS_HP_VOLT
rtc.h:78
REG_SET_FIELD
(
RTC_CNTL_REG
,
RTC_CNTL_DIG_DBIAS_WAK
,
DIG_DBIAS_240M
)
;
rtc_clk.c:347
int
dbias
=
(
cpu_freq_mhz
==
240
)
?
DIG_DBIAS_240M
:
DIG_DBIAS_80M_160M
;
rtc_clk.c:397
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