[][src]Type Definition atsamd11c14a::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 avaliable 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

Register size

impl Writable for CCB[src]

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