[][src]Type Definition avr_device::atmega1280::lockbit::LOCKBIT

type LOCKBIT = Reg<u8, _LOCKBIT>;

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

For information about available fields see lockbit module

Trait Implementations

impl Readable for LOCKBIT[src]

read() method returns lockbit::R reader structure

impl ResetValue for LOCKBIT[src]

Register LOCKBIT reset()'s with value 0

impl Writable for LOCKBIT[src]

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