ESP-IDF
timer_hal_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
timer_hal_init()
timer_hal_init() function
Init the timer hal. This function should be called first before other hal layer function is called
Syntax
Show:
Summary
Declaration
Definition
from
timer_hal.h:38
void
timer_hal_init
(
timer_hal_context_t
*
hal
,
uint32_t
group_num
,
uint32_t
timer_num
)
;
Implemented in
timer_hal.c:12
Arguments
Argument
Declared as
Description
hal
timer_hal_context_t
*
Context of the HAL layer
group_num
uint32_t
The timer group number
timer_num
uint32_t
The timer number
Related Functions
Found 3 other functions taking a
timer_hal_context_t
argument:
Function
Description
timer_hal_set_counter_value()
Load counter value into time-base counter
timer_hal_capture_and_get_counter_value()
Trigger a software capture event and then return the captured count value
timer_hal_deinit()
Deinit timer hal context.
Examples
References
from
examples
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