uart_rx sample
Select one of the symbols to view example projects that use it.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
SourceVu
Raspberry Pi Pico SDK and Examples
uart_rx sample
uart_rx sample sample
uart_rx sample is a sample project defining the following symbols:
Most used functions
Name
Location
main()
uart_rx.c:35
core1_main()
uart_rx.c:30
pio_irq_func()
uart_rx_intr.c:64
async_worker_func()
uart_rx_intr.c:76
core1_main()
uart_rx_intr.c:47
init_pio()
uart_rx_intr.c:89
Other commonly used symbols
Name
Location
PICO_SDK_VERSION_STRING
version.h:17
_PICO_VERSION_H
version.h:12
PICO_SDK_VERSION_MAJOR
version.h:14
PICO_SDK_VERSION_MINOR
version.h:15
PICO_SDK_VERSION_REVISION
version.h:16
pio
uart_rx_intr.c:38
pio_irq
uart_rx_intr.c:40
async_context
uart_rx_intr.c:59
sm
uart_rx_intr.c:39
HARD_UART_INST
uart_rx.c:23
SERIAL_BAUD
uart_rx.c:22
fifo
uart_rx_intr.c:41
HARD_UART_TX_PIN
uart_rx.c:26
PIO_RX_PIN
uart_rx.c:27
counter
uart_rx_intr.c:43
work_done
uart_rx_intr.c:44
worker
uart_rx_intr.c:60
MAX_COUNTER
uart_rx_intr.c:36
offset
uart_rx_intr.c:42
FIFO_SIZE
uart_rx_intr.c:35
Dependencies
uart_rx sample
depends on the following libraries:
PicoSDK
(
55 referenced symbols
)