[][src]Type Definition avr_device::atmega32u4::tc1::ICR1

type ICR1 = Reg<u16, _ICR1>;

Timer/Counter1 Input Capture Register Bytes

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

For information about available fields see icr1 module

Trait Implementations

impl Readable for ICR1[src]

read() method returns icr1::R reader structure

impl ResetValue for ICR1[src]

Register ICR1 reset()'s with value 0

impl Writable for ICR1[src]

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