[][src]Type Definition avr_device::attiny85::fuse::LOW

type LOW = Reg<u8, _LOW>;

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

For information about available fields see low module

Trait Implementations

impl Readable for LOW[src]

read() method returns low::R reader structure

impl ResetValue for LOW[src]

Register LOW reset()'s with value 0

impl Writable for LOW[src]

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