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

type MSC = Reg<u8, _MSC>;

CMT Modulator Status and Control Register

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

For information about available fields see msc module

Trait Implementations

impl Readable for MSC[src]

read() method returns msc::R reader structure

impl ResetValue for MSC[src]

Register MSC reset()'s with value 0

type Type = u8

Register size

impl Writable for MSC[src]

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