Module nrf52811_pac::twim0[][src]

Expand description

I2C compatible Two-Wire Master Interface with EasyDMA

Modules

Address used in the TWI transfer

Enable TWIM

Error source

TWI error

Byte boundary, starting to receive the last byte

Byte boundary, starting to transmit the last byte

Receive sequence started

TWI stopped

Last byte has been sent out after the SUSPEND task has been issued, TWI traffic is now suspended.

Transmit sequence started

TWI frequency. Accuracy depends on the HFCLK source selected.

Enable or disable interrupt

Disable interrupt

Enable interrupt

Register block Unspecified

Register block RXD EasyDMA channel

Shortcuts between local events and tasks

Resume TWI transaction

Start TWI receive sequence

Start TWI transmit sequence

Stop TWI transaction. Must be issued while the TWI master is not suspended.

Suspend TWI transaction

Register block TXD EasyDMA channel

Structs

Register block

Register block

Register block

Register block

Type Definitions

ADDRESS register accessor: an alias for Reg<ADDRESS_SPEC>

ENABLE register accessor: an alias for Reg<ENABLE_SPEC>

ERRORSRC register accessor: an alias for Reg<ERRORSRC_SPEC>

EVENTS_ERROR register accessor: an alias for Reg<EVENTS_ERROR_SPEC>

EVENTS_LASTRX register accessor: an alias for Reg<EVENTS_LASTRX_SPEC>

EVENTS_LASTTX register accessor: an alias for Reg<EVENTS_LASTTX_SPEC>

EVENTS_RXSTARTED register accessor: an alias for Reg<EVENTS_RXSTARTED_SPEC>

EVENTS_STOPPED register accessor: an alias for Reg<EVENTS_STOPPED_SPEC>

EVENTS_SUSPENDED register accessor: an alias for Reg<EVENTS_SUSPENDED_SPEC>

EVENTS_TXSTARTED register accessor: an alias for Reg<EVENTS_TXSTARTED_SPEC>

FREQUENCY register accessor: an alias for Reg<FREQUENCY_SPEC>

INTEN register accessor: an alias for Reg<INTEN_SPEC>

INTENCLR register accessor: an alias for Reg<INTENCLR_SPEC>

INTENSET register accessor: an alias for Reg<INTENSET_SPEC>

SHORTS register accessor: an alias for Reg<SHORTS_SPEC>

TASKS_RESUME register accessor: an alias for Reg<TASKS_RESUME_SPEC>

TASKS_STARTRX register accessor: an alias for Reg<TASKS_STARTRX_SPEC>

TASKS_STARTTX register accessor: an alias for Reg<TASKS_STARTTX_SPEC>

TASKS_STOP register accessor: an alias for Reg<TASKS_STOP_SPEC>

TASKS_SUSPEND register accessor: an alias for Reg<TASKS_SUSPEND_SPEC>