[][src]Type Definition avr_device::atmega328p::fuse::HIGH

type HIGH = Reg<u8, _HIGH>;

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

For information about available fields see high module

Trait Implementations

impl Readable for HIGH[src]

read() method returns high::R reader structure

impl ResetValue for HIGH[src]

Register HIGH reset()'s with value 0

impl Writable for HIGH[src]

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