[][src]Type Definition avr_device::atmega328p::tc2::TCCR2B

type TCCR2B = Reg<u8, _TCCR2B>;

Timer/Counter2 Control Register B

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

For information about available fields see tccr2b module

Trait Implementations

impl Readable for TCCR2B[src]

read() method returns tccr2b::R reader structure

impl ResetValue for TCCR2B[src]

Register TCCR2B reset()'s with value 0

impl Writable for TCCR2B[src]

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