[][src]Type Definition atsamd21j::tcc0::CCB

type CCB = Reg<u32, _CCB>;

Compare and Capture Buffer

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

For information about available fields see ccb module

Trait Implementations

impl Readable for CCB[src]

read() method returns ccb::R reader structure

impl ResetValue for CCB[src]

Register CCB%s reset()'s with value 0

type Type = u32

Raw register type (u8, u16, u32, ...).

impl Writable for CCB[src]

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