[][src]Type Definition avr_device::atmega328p::tc1::TCCR1B

type TCCR1B = Reg<u8, _TCCR1B>;

Timer/Counter1 Control Register B

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

For information about available fields see tccr1b module

Trait Implementations

impl Readable for TCCR1B[src]

read() method returns tccr1b::R reader structure

impl ResetValue for TCCR1B[src]

Register TCCR1B reset()'s with value 0

impl Writable for TCCR1B[src]

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