[][src]Type Definition avr_device::attiny88::tc1::TCCR1A

type TCCR1A = Reg<u8, _TCCR1A>;

Timer/Counter1 Control Register A

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

For information about available fields see tccr1a module

Trait Implementations

impl Readable for TCCR1A[src]

read() method returns tccr1a::R reader structure

impl ResetValue for TCCR1A[src]

Register TCCR1A reset()'s with value 0

impl Writable for TCCR1A[src]

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