TinyUSB Library
UART_TX_PIN
is only used within TinyUSB Library.
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
Raspberry Pi Pico SDK and Examples
TinyUSB Library
UART_TX_PIN
UART_TX_PIN macro
Syntax
Show:
Summary
Declaration
from
board.h:48
#define
UART_TX_PIN
PICO_DEFAULT_UART_TX_PIN
Examples
References
from
examples
Code
Location
#define
UART_TX_PIN
PICO_DEFAULT_UART_TX_PIN
board.h:48
bi_decl
(
bi_2pins_with_func
(
UART_TX_PIN
,
UART_RX_PIN
,
GPIO_FUNC_UART
)
)
;
family.c:157
stdio_uart_init_full
(
uart_inst
,
CFG_BOARD_UART_BAUDRATE
,
UART_TX_PIN
,
UART_RX_PIN
)
;
family.c:159
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