[][src]Type Definition avr_device::atmega1280::spi::SPDR

type SPDR = Reg<u8, _SPDR>;

SPI Data Register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see spdr module

Trait Implementations

impl Readable for SPDR[src]

read() method returns spdr::R reader structure

impl ResetValue for SPDR[src]

Register SPDR reset()'s with value 0

impl Writable for SPDR[src]

write(|w| ..) method takes spdr::W writer structure