Expand description
I2C compatible Two-Wire Master Interface with EasyDMA 0
Re-exports§
Modules§
- address
- Address used in the TWI transfer
- enable
- Enable TWIM
- errorsrc
- Error source
- events_
error - TWI error
- events_
lastrx - Byte boundary, starting to receive the last byte
- events_
lasttx - Byte boundary, starting to transmit the last byte
- events_
rxstarted - Receive sequence started
- events_
stopped - TWI stopped
- events_
suspended - Last byte has been sent out after the SUSPEND task has been issued, TWI traffic is now suspended.
- events_
txstarted - Transmit sequence started
- frequency
- TWI frequency. Accuracy depends on the HFCLK source selected.
- inten
- Enable or disable interrupt
- intenclr
- Disable interrupt
- intenset
- Enable interrupt
- psel
- Cluster Unspecified
- rxd
- Cluster RXD EasyDMA channel
- shorts
- Shortcut register
- tasks_
resume - Resume TWI transaction
- tasks_
startrx - Start TWI receive sequence
- tasks_
starttx - Start TWI transmit sequence
- tasks_
stop - Stop TWI transaction. Must be issued while the TWI master is not suspended.
- tasks_
suspend - Suspend TWI transaction
- txd
- Cluster TXD EasyDMA channel
Structs§
- Register
Block - Register block
Type Aliases§
- ADDRESS
- ADDRESS (rw) register accessor: an alias for
Reg<ADDRESS_SPEC>
- ENABLE
- ENABLE (rw) register accessor: an alias for
Reg<ENABLE_SPEC>
- ERRORSRC
- ERRORSRC (rw) register accessor: an alias for
Reg<ERRORSRC_SPEC>
- EVENTS_
ERROR - EVENTS_ERROR (rw) register accessor: an alias for
Reg<EVENTS_ERROR_SPEC>
- EVENTS_
LASTRX - EVENTS_LASTRX (rw) register accessor: an alias for
Reg<EVENTS_LASTRX_SPEC>
- EVENTS_
LASTTX - EVENTS_LASTTX (rw) register accessor: an alias for
Reg<EVENTS_LASTTX_SPEC>
- EVENTS_
RXSTARTED - EVENTS_RXSTARTED (rw) register accessor: an alias for
Reg<EVENTS_RXSTARTED_SPEC>
- EVENTS_
STOPPED - EVENTS_STOPPED (rw) register accessor: an alias for
Reg<EVENTS_STOPPED_SPEC>
- EVENTS_
SUSPENDED - EVENTS_SUSPENDED (rw) register accessor: an alias for
Reg<EVENTS_SUSPENDED_SPEC>
- EVENTS_
TXSTARTED - EVENTS_TXSTARTED (rw) register accessor: an alias for
Reg<EVENTS_TXSTARTED_SPEC>
- FREQUENCY
- FREQUENCY (rw) register accessor: an alias for
Reg<FREQUENCY_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_
RESUME - TASKS_RESUME (w) register accessor: an alias for
Reg<TASKS_RESUME_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_
STOP - TASKS_STOP (w) register accessor: an alias for
Reg<TASKS_STOP_SPEC>
- TASKS_
SUSPEND - TASKS_SUSPEND (w) register accessor: an alias for
Reg<TASKS_SUSPEND_SPEC>