ESP-IDF
UART0
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
UART0
UART0 variable
Syntax
Show:
Summary
Declaration
from
uart_struct.h:367
extern
uart_dev_t
UART0
;
Examples
References
from
examples
Code
Location
Referrer
extern
uart_dev_t
UART0
;
uart_struct.h:367
esp_rom_uart_set_clock_baudrate
(
CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM
,
clock_hz
,
CONFIG_ESP_CONSOLE_UART_BAUDRATE
)
;
cpu_start.c:738
call_start_cpu0()
addr
<=
REG_UART_BASE
(
CONFIG_ESP_CONSOLE_UART_NUM
)
+
sizeof
(
UART0
)
;
esp_gdbstub_memory_regions_common.h:28
is_transport_memory_region()
while
(
!
uart_ll_is_tx_idle
(
UART_LL_GET_HW
(
uart_no
)
)
)
{
}
;
esp_rom_uart.c:22
esp_rom_output_tx_wait_idle()
gdb_uart
=
&
UART0
;
gdbstub_transport.c:60
esp_gdbstub_uart_init()
gdb_uart
=
&
UART0
;
gdbstub_transport.c:73
esp_gdbstub_uart_init()
static
uart_hal_context_t
s_panic_uart
=
{
.
dev
=
CONFIG_ESP_CONSOLE_UART_NUM
==
0
?
&
UART0
:
&
UART1
}
;
panic.c:85
while
(
!
uart_ll_is_tx_idle
(
UART_LL_GET_HW
(
CONFIG_ESP_CONSOLE_UART_NUM
)
)
)
{
pm_impl.c:934
esp_pm_impl_init()
uart_ll_set_sclk
(
UART_LL_GET_HW
(
CONFIG_ESP_CONSOLE_UART_NUM
)
,
(
soc_module_clk_t
)
clk_source
)
;
pm_impl.c:941
esp_pm_impl_init()
uart_ll_set_baudrate
(
UART_LL_GET_HW
(
CONFIG_ESP_CONSOLE_UART_NUM
)
,
CONFIG_ESP_CONSOLE_UART_BAUDRATE
,
sclk_freq
)
;
pm_impl.c:949
esp_pm_impl_init()
while
(
!
uart_ll_is_tx_idle
(
UART_LL_GET_HW
(
uart_no
)
)
)
{
}
;
sleep_wake_stub.c:90
esp_wake_stub_uart_tx_wait_idle()
UART_CONTEXT_INIT_DEF
(
UART_NUM_0
)
,
uart.c:178
UART_CONTEXT_INIT_DEF
(
UART_NUM_1
)
,
uart.c:179
UART_CONTEXT_INIT_DEF
(
UART_NUM_2
)
,
uart.c:181
uint32_t
fifo_addr
=
(
hw
==
&
UART0
)
?
UART_FIFO_REG
(
0
)
:
(
hw
==
&
UART1
)
?
UART_FIFO_REG
(
1
)
:
UART_FIFO_REG
(
2
)
;
uart_ll.h:321
uart_ll_read_rxfifo()
uint32_t
fifo_addr
=
(
hw
==
&
UART0
)
?
UART_FIFO_AHB_REG
(
0
)
:
(
hw
==
&
UART1
)
?
UART_FIFO_AHB_REG
(
1
)
:
UART_FIFO_AHB_REG
(
2
)
;
uart_ll.h:342
uart_ll_write_txfifo()
uint32_t
fifo_addr
=
(
hw
==
&
UART0
)
?
UART_FIFO_REG
(
0
)
:
(
hw
==
&
UART1
)
?
UART_FIFO_REG
(
1
)
:
UART_FIFO_REG
(
2
)
;
uart_ll.h:361
uart_ll_rxfifo_rst()
if
(
hw
==
&
UART0
)
{
uart_ll.h:386
uart_ll_txfifo_rst()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UART0
is read by 1 function:
All items filtered out
UART0
is_transport_memory_region()
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