Expand description
Universal Asynchronous Receiver/Transmitter
Re-exports§
pub use psel::PSEL;
Modules§
- baudrate
- Baud rate. Accuracy depends on the HFCLK source selected.
- config
- Configuration of parity and hardware flow control
- enable
- Enable UART
- errorsrc
- Error source
- events_
cts - CTS is activated (set low). Clear To Send.
- events_
error - Error detected
- events_
ncts - CTS is deactivated (set high). Not Clear To Send.
- events_
rxdrdy - Data received in RXD
- events_
rxto - Receiver timeout
- events_
txdrdy - Data sent from TXD
- intenclr
- Disable interrupt
- intenset
- Enable interrupt
- psel
- Cluster Unspecified
- rxd
- RXD register
- shorts
- Shortcut register
- tasks_
startrx - Start UART receiver
- tasks_
starttx - Start UART transmitter
- tasks_
stoprx - Stop UART receiver
- tasks_
stoptx - Stop UART transmitter
- tasks_
suspend - Suspend UART
- txd
- TXD register
Structs§
- Register
Block - Register block
Type Aliases§
- BAUDRATE
- BAUDRATE (rw) register accessor: an alias for
Reg<BAUDRATE_SPEC>
- CONFIG
- CONFIG (rw) register accessor: an alias for
Reg<CONFIG_SPEC>
- ENABLE
- ENABLE (rw) register accessor: an alias for
Reg<ENABLE_SPEC>
- ERRORSRC
- ERRORSRC (rw) register accessor: an alias for
Reg<ERRORSRC_SPEC>
- EVENTS_
CTS - EVENTS_CTS (rw) register accessor: an alias for
Reg<EVENTS_CTS_SPEC>
- EVENTS_
ERROR - EVENTS_ERROR (rw) register accessor: an alias for
Reg<EVENTS_ERROR_SPEC>
- EVENTS_
NCTS - EVENTS_NCTS (rw) register accessor: an alias for
Reg<EVENTS_NCTS_SPEC>
- EVENTS_
RXDRDY - EVENTS_RXDRDY (rw) register accessor: an alias for
Reg<EVENTS_RXDRDY_SPEC>
- EVENTS_
RXTO - EVENTS_RXTO (rw) register accessor: an alias for
Reg<EVENTS_RXTO_SPEC>
- EVENTS_
TXDRDY - EVENTS_TXDRDY (rw) register accessor: an alias for
Reg<EVENTS_TXDRDY_SPEC>
- INTENCLR
- INTENCLR (rw) register accessor: an alias for
Reg<INTENCLR_SPEC>
- INTENSET
- INTENSET (rw) register accessor: an alias for
Reg<INTENSET_SPEC>
- RXD
- RXD (r) register accessor: an alias for
Reg<RXD_SPEC>
- SHORTS
- SHORTS (rw) register accessor: an alias for
Reg<SHORTS_SPEC>
- TASKS_
STARTRX - TASKS_STARTRX (w) register accessor: an alias for
Reg<TASKS_STARTRX_SPEC>
- TASKS_
STARTTX - TASKS_STARTTX (w) register accessor: an alias for
Reg<TASKS_STARTTX_SPEC>
- TASKS_
STOPRX - TASKS_STOPRX (w) register accessor: an alias for
Reg<TASKS_STOPRX_SPEC>
- TASKS_
STOPTX - TASKS_STOPTX (w) register accessor: an alias for
Reg<TASKS_STOPTX_SPEC>
- TASKS_
SUSPEND - TASKS_SUSPEND (w) register accessor: an alias for
Reg<TASKS_SUSPEND_SPEC>
- TXD
- TXD (w) register accessor: an alias for
Reg<TXD_SPEC>