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

type PATTB = Reg<u16, _PATTB>;

Pattern Buffer

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

For information about available fields see pattb module

Trait Implementations

impl Readable for PATTB[src]

read() method returns pattb::R reader structure

impl ResetValue for PATTB[src]

Register PATTB reset()'s with value 0

type Type = u16

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

impl Writable for PATTB[src]

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