ESP-IDF
s_panic_uart
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_panic_uart
s_panic_uart variable
Syntax
Show:
Summary
Declaration
from
panic.c:85
static
uart_hal_context_t
s_panic_uart
=
{
.
dev
=
CONFIG_ESP_CONSOLE_UART_NUM
==
0
?
&
UART0
:
&
UART1
}
;
Examples
References
from
examples
Code
Location
Referrer
static
uart_hal_context_t
s_panic_uart
=
{
.
dev
=
CONFIG_ESP_CONSOLE_UART_NUM
==
0
?
&
UART0
:
&
UART1
}
;
panic.c:85
while
(
!
uart_hal_get_txfifo_len
(
&
s_panic_uart
)
)
;
panic.c:90
panic_print_char_uart()
uart_hal_write_txfifo
(
&
s_panic_uart
,
(
uint8_t
*
)
&
c
,
1
,
&
sz
)
;
panic.c:91
panic_print_char_uart()
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