[][src]Type Definition avr_device::atmega32u4::fuse::EXTENDED

type EXTENDED = Reg<u8, _EXTENDED>;

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

For information about available fields see extended module

Trait Implementations

impl Readable for EXTENDED[src]

read() method returns extended::R reader structure

impl ResetValue for EXTENDED[src]

Register EXTENDED reset()'s with value 0

impl Writable for EXTENDED[src]

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