Module lpc845_pac::spi0[][src]

Expand description

LPC84x Serial Peripheral Interfaces (SPI)

Modules

SPI Configuration register

SPI clock Divider

SPI Delay register

SPI Interrupt Enable Clear. Writing a 1 to any implemented bit position causes the corresponding bit in INTENSET to be cleared.

SPI Interrupt Enable read and Set. A complete value may be read from this register. Writing a 1 to any implemented bit position causes that bit to be set.

SPI Interrupt Status

SPI Receive Data

SPI Status. Some status flags can be cleared by writing a 1 to that bit position

SPI Transmit Control

SPI Transmit Data.

SPI Transmit Data with Control

Structs

Register block

Type Definitions

CFG register accessor: an alias for Reg<CFG_SPEC>

DIV register accessor: an alias for Reg<DIV_SPEC>

DLY register accessor: an alias for Reg<DLY_SPEC>

INTENCLR register accessor: an alias for Reg<INTENCLR_SPEC>

INTENSET register accessor: an alias for Reg<INTENSET_SPEC>

INTSTAT register accessor: an alias for Reg<INTSTAT_SPEC>

RXDAT register accessor: an alias for Reg<RXDAT_SPEC>

STAT register accessor: an alias for Reg<STAT_SPEC>

TXCTL register accessor: an alias for Reg<TXCTL_SPEC>

TXDAT register accessor: an alias for Reg<TXDAT_SPEC>

TXDATCTL register accessor: an alias for Reg<TXDATCTL_SPEC>