Expand description
UART with EasyDMA 0
Re-exports§
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 Note : this register is read / write one to clear.
- events_
cts - CTS is activated (set low). Clear To Send.
- events_
endrx - Receive buffer is filled up
- events_
endtx - Last TX byte transmitted
- events_
error - Error detected
- events_
ncts - CTS is deactivated (set high). Not Clear To Send.
- events_
rxdrdy - Data received in RXD (but potentially not yet transferred to Data RAM)
- events_
rxstarted - UART receiver has started
- events_
rxto - Receiver timeout
- events_
txdrdy - Data sent from TXD
- events_
txstarted - UART transmitter has started
- events_
txstopped - Transmitter stopped
- inten
- Enable or disable interrupt
- intenclr
- Disable interrupt
- intenset
- Enable interrupt
- psel
- Cluster Unspecified
- rxd
- Cluster RXD EasyDMA channel
- shorts
- Shortcut register
- tasks_
flushrx - Flush RX FIFO into RX buffer
- tasks_
startrx - Start UART receiver
- tasks_
starttx - Start UART transmitter
- tasks_
stoprx - Stop UART receiver
- tasks_
stoptx - Stop UART transmitter
- txd
- Cluster TXD EasyDMA channel
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_
ENDRX - EVENTS_ENDRX (rw) register accessor: an alias for
Reg<EVENTS_ENDRX_SPEC>
- EVENTS_
ENDTX - EVENTS_ENDTX (rw) register accessor: an alias for
Reg<EVENTS_ENDTX_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_
RXSTARTED - EVENTS_RXSTARTED (rw) register accessor: an alias for
Reg<EVENTS_RXSTARTED_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>
- EVENTS_
TXSTARTED - EVENTS_TXSTARTED (rw) register accessor: an alias for
Reg<EVENTS_TXSTARTED_SPEC>
- EVENTS_
TXSTOPPED - EVENTS_TXSTOPPED (rw) register accessor: an alias for
Reg<EVENTS_TXSTOPPED_SPEC>
- INTEN
- INTEN (rw) register accessor: an alias for
Reg<INTEN_SPEC>
- INTENCLR
- INTENCLR (rw) register accessor: an alias for
Reg<INTENCLR_SPEC>
- INTENSET
- INTENSET (rw) register accessor: an alias for
Reg<INTENSET_SPEC>
- SHORTS
- SHORTS (rw) register accessor: an alias for
Reg<SHORTS_SPEC>
- TASKS_
FLUSHRX - TASKS_FLUSHRX (w) register accessor: an alias for
Reg<TASKS_FLUSHRX_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>