ESP-IDF
timer_hal_deinit()
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_deinit()
timer_hal_deinit() function
Deinit timer hal context.
Syntax
Show:
Summary
Declaration
Definition
from
timer_hal.h:45
void
timer_hal_deinit
(
timer_hal_context_t
*
hal
)
;
Implemented in
timer_hal.c:26
Arguments
Argument
Description
hal
Context of HAL layer
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_init()
Init the timer hal. This function should be called first before other hal layer function is called
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