[][src]Type Definition avr_device::attiny85::tc0::TCCR0B

type TCCR0B = Reg<u8, _TCCR0B>;

Timer/Counter Control Register B

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

For information about available fields see tccr0b module

Trait Implementations

impl Readable for TCCR0B[src]

read() method returns tccr0b::R reader structure

impl ResetValue for TCCR0B[src]

Register TCCR0B reset()'s with value 0

impl Writable for TCCR0B[src]

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