[][src]Type Definition avr_device::atmega2560::tc4::TCCR4B

type TCCR4B = Reg<u8, _TCCR4B>;

Timer/Counter4 Control Register B

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

For information about available fields see tccr4b module

Trait Implementations

impl Readable for TCCR4B[src]

read() method returns tccr4b::R reader structure

impl ResetValue for TCCR4B[src]

Register TCCR4B reset()'s with value 0

impl Writable for TCCR4B[src]

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