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

type SMCR = Reg<u8, _SMCR>;

Sleep Mode Control Register

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

For information about available fields see smcr module

Trait Implementations

impl Readable for SMCR[src]

read() method returns smcr::R reader structure

impl ResetValue for SMCR[src]

Register SMCR reset()'s with value 0

impl Writable for SMCR[src]

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