[][src]Type Definition k22f::cmt::PPS

type PPS = Reg<u8, _PPS>;

CMT Primary Prescaler Register

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

For information about available fields see pps module

Trait Implementations

impl Readable for PPS[src]

read() method returns pps::R reader structure

impl ResetValue for PPS[src]

Register PPS reset()'s with value 0

type Type = u8

Register size

impl Writable for PPS[src]

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