ESP-IDF
pcnt_hal_context_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
pcnt_hal_context_t
pcnt_hal_context_t struct
Context that should be maintained by both the driver and the HAL
Syntax
Show:
Summary
Declaration
from
pcnt_hal.h:24
typedef
struct
{
pcnt_soc_handle_t
dev
;
}
pcnt_hal_context_t
;
Fields
Field
Declared as
pcnt_hal_context_t::dev
pcnt_soc_handle_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
pcnt_hal.h:24
}
pcnt_hal_context_t
;
pcnt_hal.h:26
void
pcnt_hal_init
(
pcnt_hal_context_t
*
hal
,
int
pcnt_num
)
pcnt_hal.c:12
pcnt_hal_init()
pcnt_hal_init()::hal
}
pcnt_hal_context_t
;
pcnt_hal.h:26
pcnt_hal_context_t
void
pcnt_hal_init
(
pcnt_hal_context_t
*
hal
,
int
group_id
)
;
pcnt_hal.h:35
pcnt_hal_init()
pcnt_hal_init()::hal
pcnt_hal_context_t
hal
;
/*!< PCNT hal context*/
pcnt_legacy.c:46
pcnt_obj_t
pcnt_obj_t::hal
pcnt_hal_context_t
hal
;
pulse_cnt.c:86
pcnt_group_t
pcnt_group_t::hal
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
pcnt_hal_init()::hal
pcnt_hal_init()
pcnt_hal.h:35
pcnt_obj_t::hal
pcnt_obj_t
pcnt_legacy.c:46
pcnt_group_t::hal
pcnt_group_t
pulse_cnt.c:86
pcnt_hal_init()::hal
pcnt_hal_init()
pcnt_hal.c:12
Lifecycle
from
examples
All items filtered out
All items filtered out