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

type TCCR4E = Reg<u8, _TCCR4E>;

Timer/Counter 4 Control Register E

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

For information about available fields see tccr4e module

Trait Implementations

impl Readable for TCCR4E[src]

read() method returns tccr4e::R reader structure

impl ResetValue for TCCR4E[src]

Register TCCR4E reset()'s with value 0

impl Writable for TCCR4E[src]

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