ESP-IDF
rtc_io_desc_t::hold
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_io_desc_t::hold
rtc_io_desc_t::hold field
Mask of hold enable
Syntax
Show:
Summary
Declaration
from
rtc_io_periph.h:42
uint32_t
hold
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
hold
;
/*!< Mask of hold enable */
rtc_io_periph.h:42
REG_SET_BIT
(
rtc_io_desc
[
rtcio_num
]
.
reg
,
rtc_io_desc
[
rtcio_num
]
.
hold
)
;
rtc_io_ll.h:234
rtcio_ll_force_hold_enable()
REG_CLR_BIT
(
rtc_io_desc
[
rtcio_num
]
.
reg
,
rtc_io_desc
[
rtcio_num
]
.
hold
)
;
rtc_io_ll.h:246
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
is read by 2 functions:
All items filtered out
rtc_io_desc_t::hold
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