Struct atsamd21e18a::sercom0::SPI[][src]

#[repr(C)]
pub struct SPI { pub ctrla: CTRLA, pub ctrlb: CTRLB, pub baud: BAUD, pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, pub status: STATUS, pub syncbusy: SYNCBUSY, pub addr: ADDR, pub data: DATA, pub dbgctrl: DBGCTRL, // some fields omitted }

Register block

Fields

0x00 - SPI Control A

0x04 - SPI Control B

0x0c - SPI Baud Rate

0x14 - SPI Interrupt Enable Clear

0x16 - SPI Interrupt Enable Set

0x18 - SPI Interrupt Flag Status and Clear

0x1a - SPI Status

0x1c - SPI Syncbusy

0x24 - SPI Address

0x28 - SPI Data

0x30 - SPI Debug Control

Auto Trait Implementations

impl Send for SPI

impl !Sync for SPI