ESP-IDF
RTC_CNTL_DG_PAD_AUTOHOLD_EN_M
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_CNTL_DG_PAD_AUTOHOLD_EN_M
RTC_CNTL_DG_PAD_AUTOHOLD_EN_M macro
Syntax
Show:
Summary
Declaration
from
rtc_cntl_reg.h:1577
#define
RTC_CNTL_DG_PAD_AUTOHOLD_EN_M
(
BIT
(
11
)
)
Examples
References
from
examples
Code
Location
#define
RTC_CNTL_DG_PAD_AUTOHOLD_EN_M
(
BIT
(
11
)
)
rtc_cntl_reg.h:1577
SET_PERI_REG_MASK
(
RTC_CNTL_DIG_ISO_REG
,
RTC_CNTL_DG_PAD_AUTOHOLD_EN_M
)
;
gpio_ll.h:603
CLEAR_PERI_REG_MASK
(
RTC_CNTL_DIG_ISO_REG
,
RTC_CNTL_DG_PAD_AUTOHOLD_EN_M
)
;
gpio_ll.h:613
return
!
GET_PERI_REG_MASK
(
RTC_CNTL_DIG_ISO_REG
,
RTC_CNTL_DG_PAD_FORCE_UNHOLD
)
&&
GET_PERI_REG_MASK
(
RTC_CNTL_DIG_ISO_REG
,
RTC_CNTL_DG_PAD_AUTOHOLD_EN_M
)
;
gpio_ll.h:628
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