PicoSDK
+
0
/5 examples
SourceVu will show references to
uart_hw_t
from the following samples and libraries:
control_blocks sample
uart_rx sample
hello_uart sample
lcd_uart sample
uart_advanced sample
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
PicoSDK
uart_hw_t
uart_hw_t struct
Syntax
Show:
Summary
Declaration
from
uart.h:26
typedef
struct
{
_REG_
(
UART_UARTDR_OFFSET
)
io_rw_32
dr
;
_REG_
(
UART_UARTRSR_OFFSET
)
io_rw_32
rsr
;
uint32_t
_pad0
[
4
]
;
_REG_
(
UART_UARTFR_OFFSET
)
io_ro_32
fr
;
uint32_t
_pad1
;
_REG_
(
UART_UARTILPR_OFFSET
)
io_rw_32
ilpr
;
_REG_
(
UART_UARTIBRD_OFFSET
)
io_rw_32
ibrd
;
_REG_
(
UART_UARTFBRD_OFFSET
)
io_rw_32
fbrd
;
_REG_
(
UART_UARTLCR_H_OFFSET
)
io_rw_32
lcr_h
;
_REG_
(
UART_UARTCR_OFFSET
)
io_rw_32
cr
;
_REG_
(
UART_UARTIFLS_OFFSET
)
io_rw_32
ifls
;
_REG_
(
UART_UARTIMSC_OFFSET
)
io_rw_32
imsc
;
_REG_
(
UART_UARTRIS_OFFSET
)
io_ro_32
ris
;
_REG_
(
UART_UARTMIS_OFFSET
)
io_ro_32
mis
;
_REG_
(
UART_UARTICR_OFFSET
)
io_rw_32
icr
;
_REG_
(
UART_UARTDMACR_OFFSET
)
io_rw_32
dmacr
;
}
uart_hw_t
;
Fields
Field
Declared as
uart_hw_t::dr
io_rw_32
uart_hw_t::rsr
io_rw_32
uart_hw_t::_pad0
uint32_t
[
4
]
uart_hw_t::fr
io_ro_32
uart_hw_t::_pad1
uint32_t
uart_hw_t::ilpr
io_rw_32
uart_hw_t::ibrd
io_rw_32
uart_hw_t::fbrd
io_rw_32
uart_hw_t::lcr_h
io_rw_32
uart_hw_t::cr
io_rw_32
uart_hw_t::ifls
io_rw_32
uart_hw_t::imsc
io_rw_32
uart_hw_t::ris
io_ro_32
uart_hw_t::mis
io_ro_32
uart_hw_t::icr
io_rw_32
uart_hw_t::dmacr
io_rw_32
Examples
uart_hw_t
is referenced by 5 libraries and example projects:
References
from
examples
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