[][src]Type Definition avr_device::atmega32u4::tc4::TC4H

type TC4H = Reg<u8, _TC4H>;

Timer/Counter High Bits

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

For information about available fields see tc4h module

Trait Implementations

impl Readable for TC4H[src]

read() method returns tc4h::R reader structure

impl ResetValue for TC4H[src]

Register TC4H reset()'s with value 0

impl Writable for TC4H[src]

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