[][src]Type Definition avr_device::atmega8::cpu::SPMCR

type SPMCR = Reg<u8, _SPMCR>;

Store Program Memory Control Register

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

For information about available fields see spmcr module

Trait Implementations

impl Readable for SPMCR[src]

read() method returns spmcr::R reader structure

impl ResetValue for SPMCR[src]

Register SPMCR reset()'s with value 0

impl Writable for SPMCR[src]

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