ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_clk_apb_freq()
from the following samples and libraries:
mcpwm_capture_hc_sr04 sample
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
esp_clk_apb_freq()
esp_clk_apb_freq() function
Return current APB clock frequency When frequency switching is performed, this frequency may change. However it is guaranteed that the frequency never changes with a critical section.
Syntax
Show:
Summary
Declaration
Definition
from
esp_clk.h:60
int
esp_clk_apb_freq
(
void
)
;
Implemented in
esp_clk.c:96
Return value
APB clock frequency, in Hz
Examples
esp_clk_apb_freq()
is referenced by 1 libraries and example projects:
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