ESP-IDF
UART1
is only used within ESP-IDF.
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
UART1
UART1 variable
Syntax
Show:
Summary
Declaration
from
uart_struct.h:368
extern
uart_dev_t
UART1
;
Examples
References
from
examples
Code
Location
Referrer
extern
uart_dev_t
UART1
;
uart_struct.h:368
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()
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
=
&
UART1
;
gdbstub_transport.c:64
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()
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