Union atsamd21g18a::sercom0::RegisterBlock [] [src]

#[repr(C)]
pub union RegisterBlock { pub usart: USART, pub spi: SPI, pub i2cs: I2CS, pub i2cm: I2CM, }

Register block

Fields

usart: USART

0x00 - USART Mode

spi: SPI

0x00 - SPI Mode

i2cs: I2CS

0x00 - I2C Slave Mode

i2cm: I2CM

0x00 - I2C Master Mode

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock