ESP-IDF
uart_get_sclk_freq()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uart_get_sclk_freq()
uart_get_sclk_freq() function
Get the frequency of a clock source for the HP UART port
Syntax
Show:
Summary
Declaration
Definition
from
uart.h:225
esp_err_t
uart_get_sclk_freq
(
uart_sclk_t
sclk
,
uint32_t
*
out_freq_hz
)
;
Implemented in
uart.c:284
Arguments
Argument
Description
sclk
Clock source
out_freq_hz
Output of frequency, in Hz
Return value
- ESP_ERR_INVALID_ARG: if the clock source is not supported - otherwise ESP_OK
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