ESP-IDF
rtc_io_desc_t::hold_force
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rtc_io_desc_t::hold_force
rtc_io_desc_t::hold_force field
Mask of hold_force bit for RTC IO in RTC_CNTL_HOLD_REG
Syntax
Show:
Summary
Declaration
from
rtc_io_periph.h:43
uint32_t
hold_force
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
hold_force
;
/*!< Mask of hold_force bit for RTC IO in RTC_CNTL_HOLD_REG */
rtc_io_periph.h:43
REG_SET_BIT
(
RTC_CNTL_HOLD_FORCE_REG
,
rtc_io_desc
[
rtcio_num
]
.
hold_force
)
;
rtc_io_ll.h:233
rtcio_ll_force_hold_enable()
REG_CLR_BIT
(
RTC_CNTL_HOLD_FORCE_REG
,
rtc_io_desc
[
rtcio_num
]
.
hold_force
)
;
rtc_io_ll.h:245
rtcio_ll_force_hold_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rtc_io_desc_t::hold_force
is read by 2 functions:
All items filtered out
rtc_io_desc_t::hold_force
rtcio_ll_force_hold_enable()
rtcio_ll_force_hold_disable()
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