ESP-IDF
REG_TIMG_BASE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
REG_TIMG_BASE
REG_TIMG_BASE macro
Syntax
Show:
Summary
Declaration
from
timer_group_reg.h:15
#define
REG_TIMG_BASE
(
i
)
(
DR_REG_TIMERGROUP0_BASE
+
i
*
0x1000
)
Arguments
Argument
i
Examples
References
from
examples
Code
Location
#define
REG_TIMG_BASE
(
i
)
(
DR_REG_TIMERGROUP0_BASE
+
i
*
0x1000
)
timer_group_reg.h:15
#define
TIMG_RTCCALICFG_REG
(
i
)
(
REG_TIMG_BASE
(
i
)
+
0x0068
)
timer_group_reg.h:356
#define
TIMG_RTCCALICFG1_REG
(
i
)
(
REG_TIMG_BASE
(
i
)
+
0x006c
)
timer_group_reg.h:388
#define
TIMG_LACTCONFIG_REG
(
i
)
(
REG_TIMG_BASE
(
i
)
+
0x0070
)
timer_group_reg.h:396
#define
TIMG_LACTRTC_REG
(
i
)
(
REG_TIMG_BASE
(
i
)
+
0x0074
)
timer_group_reg.h:458
#define
TIMG_LACTLO_REG
(
i
)
(
REG_TIMG_BASE
(
i
)
+
0x0078
)
timer_group_reg.h:466
#define
TIMG_LACTHI_REG
(
i
)
(
REG_TIMG_BASE
(
i
)
+
0x007c
)
timer_group_reg.h:474
#define
TIMG_LACTUPDATE_REG
(
i
)
(
REG_TIMG_BASE
(
i
)
+
0x0080
)
timer_group_reg.h:482
#define
TIMG_LACTALARMLO_REG
(
i
)
(
REG_TIMG_BASE
(
i
)
+
0x0084
)
timer_group_reg.h:490
#define
TIMG_LACTALARMHI_REG
(
i
)
(
REG_TIMG_BASE
(
i
)
+
0x0088
)
timer_group_reg.h:498
#define
TIMG_LACTLOADLO_REG
(
i
)
(
REG_TIMG_BASE
(
i
)
+
0x008c
)
timer_group_reg.h:506
#define
TIMG_LACTLOADHI_REG
(
i
)
(
REG_TIMG_BASE
(
i
)
+
0x0090
)
timer_group_reg.h:514
#define
TIMG_LACTLOAD_REG
(
i
)
(
REG_TIMG_BASE
(
i
)
+
0x0094
)
timer_group_reg.h:522
#define
TIMG_INT_ENA_TIMERS_REG
(
i
)
(
REG_TIMG_BASE
(
i
)
+
0x0098
)
timer_group_reg.h:530
#define
TIMG_INT_ST_TIMERS_REG
(
i
)
(
REG_TIMG_BASE
(
i
)
+
0x00a0
)
timer_group_reg.h:582
#define
TIMG_INT_CLR_TIMERS_REG
(
i
)
(
REG_TIMG_BASE
(
i
)
+
0x00a4
)
timer_group_reg.h:608
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