[][src]Type Definition avr_device::atmega328p::spi::SPCR

type SPCR = Reg<u8, _SPCR>;

SPI Control Register

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

For information about available fields see spcr module

Trait Implementations

impl Readable for SPCR[src]

read() method returns spcr::R reader structure

impl ResetValue for SPCR[src]

Register SPCR reset()'s with value 0

impl Writable for SPCR[src]

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