ESP-IDF
uart_signal_conn_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
uart_signal_conn_t
uart_signal_conn_t struct
Syntax
Show:
Summary
Declaration
from
uart_periph.h:49
typedef
struct
{
const
uart_periph_sig_t
pins
[
SOC_UART_PINS_COUNT
]
;
const
uint8_t
irq
;
}
uart_signal_conn_t
;
Fields
Field
Declared as
uart_signal_conn_t::pins
const
uart_periph_sig_t
[
SOC_UART_PINS_COUNT
]
uart_signal_conn_t::irq
const
uint8_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
uart_periph.h:49
}
uart_signal_conn_t
;
uart_periph.h:52
const
uart_signal_conn_t
uart_periph_signal
[
SOC_UART_NUM
]
=
{
uart_periph.c:12
}
uart_signal_conn_t
;
uart_periph.h:52
uart_signal_conn_t
extern
const
uart_signal_conn_t
uart_periph_signal
[
SOC_UART_NUM
]
;
uart_periph.h:54
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
Instance
Scope
Location
Project
uart_periph_signal
uart_periph.h:54
uart_periph_signal
uart_periph.c:12
Lifecycle
from
examples
All items filtered out
All items filtered out