[][src]Type Definition avr_device::atmega328p::cpu::SPMCSR

type SPMCSR = Reg<u8, _SPMCSR>;

Store Program Memory Control and Status Register

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

For information about available fields see spmcsr module

Trait Implementations

impl Readable for SPMCSR[src]

read() method returns spmcsr::R reader structure

impl ResetValue for SPMCSR[src]

Register SPMCSR reset()'s with value 0

impl Writable for SPMCSR[src]

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