UartDescriptor Struct Reference
UART (hardware serial port) configuration information.
More...
|
Public Types |
|
typedef void(* | UartInterruptHandler )() |
Data Fields |
|
uv32 * | uartBaseAddress |
|
u32 | pconMask |
|
uv32 & | pclkSel |
|
uv32 & | txPinsel |
|
uv32 & | rxPinsel |
|
u8 | selPos |
|
u8 | txPos |
|
u8 | rxPos |
|
u8 | func |
|
UartInterruptHandler | handler |
|
u8 | interrupt |
|
u8 | priority |
Detailed Description
UART (hardware serial port) configuration information.
The specific hardware register addresses, interrupt numbers, and so forth, necessary to configure a serial port.
The documentation for this struct was generated from the following file:
- src/components/board/SFBHWSerialBoard.cpp