ESP-IDF
timg_hwtimer_reg_t
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
timg_hwtimer_reg_t
timg_hwtimer_reg_t struct
Syntax
Show:
Summary
Declaration
from
timer_group_struct.h:691
typedef
struct
{
volatile
timg_txconfig_reg_t
config
;
volatile
timg_txlo_reg_t
lo
;
volatile
timg_txhi_reg_t
hi
;
volatile
timg_txupdate_reg_t
update
;
volatile
timg_txalarmlo_reg_t
alarmlo
;
volatile
timg_txalarmhi_reg_t
alarmhi
;
volatile
timg_txloadlo_reg_t
loadlo
;
volatile
timg_txloadhi_reg_t
loadhi
;
volatile
timg_txload_reg_t
load
;
}
timg_hwtimer_reg_t
;
Fields
Field
Declared as
timg_hwtimer_reg_t::loadlo
volatile
timg_txloadlo_reg_t
timg_hwtimer_reg_t::loadhi
volatile
timg_txloadhi_reg_t
timg_hwtimer_reg_t::load
volatile
timg_txload_reg_t
timg_hwtimer_reg_t::config
volatile
timg_txconfig_reg_t
timg_hwtimer_reg_t::lo
volatile
timg_txlo_reg_t
timg_hwtimer_reg_t::hi
volatile
timg_txhi_reg_t
timg_hwtimer_reg_t::update
volatile
timg_txupdate_reg_t
timg_hwtimer_reg_t::alarmlo
volatile
timg_txalarmlo_reg_t
timg_hwtimer_reg_t::alarmhi
volatile
timg_txalarmhi_reg_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
timer_group_struct.h:691
}
timg_hwtimer_reg_t
;
timer_group_struct.h:701
timg_hwtimer_reg_t
volatile
timg_hwtimer_reg_t
hw_timer
[
2
]
;
timer_group_struct.h:704
timg_dev_t
timg_dev_t::hw_timer
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
Instance
Scope
Location
Project
timg_dev_t::hw_timer
timg_dev_t
timer_group_struct.h:704
Lifecycle
from
examples
All items filtered out
All items filtered out