[][src]Type Definition atsame51n::tcc0::CCBUF

type CCBUF = Reg<u32, _CCBUF>;

Compare and Capture Buffer

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

For information about available fields see ccbuf module

Trait Implementations

impl Readable for CCBUF[src]

read() method returns ccbuf::R reader structure

impl ResetValue for CCBUF[src]

Register CCBUF[%s] reset()'s with value 0

type Type = u32

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

impl Writable for CCBUF[src]

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