[][src]Type Definition avr_device::atmega2560::spi::SPSR

type SPSR = Reg<u8, _SPSR>;

SPI Status Register

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

For information about available fields see spsr module

Trait Implementations

impl Readable for SPSR[src]

read() method returns spsr::R reader structure

impl ResetValue for SPSR[src]

Register SPSR reset()'s with value 0

impl Writable for SPSR[src]

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