[][src]Type Definition avr_device::atmega32u4::jtag::OCDR

type OCDR = Reg<u8, _OCDR>;

On-Chip Debug Related Register in I/O Memory

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

For information about available fields see ocdr module

Trait Implementations

impl Readable for OCDR[src]

read() method returns ocdr::R reader structure

impl ResetValue for OCDR[src]

Register OCDR reset()'s with value 0

impl Writable for OCDR[src]

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