Struct stm32f103xx::spi1::RegisterBlock [] [src]

pub struct RegisterBlock {
    pub cr1: Cr1,
    pub cr2: Cr2,
    pub sr: Sr,
    pub dr: Dr,
    pub crcpr: Crcpr,
    pub rxcrcr: Rxcrcr,
    pub txcrcr: Txcrcr,
    pub i2scfgr: I2scfgr,
    pub i2spr: I2spr,
}

Register block

Fields

0x00 - control register 1

0x04 - control register 2

0x08 - status register

0x0c - data register

0x10 - CRC polynomial register

0x14 - RX CRC register

0x18 - TX CRC register

0x1c - I2S configuration register

0x20 - I2S prescaler register