[][src]Type Definition avr_device::atmega64::tc3::TCCR3B

type TCCR3B = Reg<u8, _TCCR3B>;

Timer/Counter3 Control Register B

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

For information about available fields see tccr3b module

Trait Implementations

impl Readable for TCCR3B[src]

read() method returns tccr3b::R reader structure

impl ResetValue for TCCR3B[src]

Register TCCR3B reset()'s with value 0

impl Writable for TCCR3B[src]

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