Type Definition stm32f2::stm32f215::syscfg::CMPCR[][src]

type CMPCR = Reg<u32, _CMPCR>;

Compensation cell control register

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

For information about available fields see cmpcr module

Trait Implementations

impl Readable for CMPCR[src]

read() method returns cmpcr::R reader structure

impl ResetValue for CMPCR[src]

Register CMPCR reset()'s with value 0

type Type = u32

Register size

impl Writable for CMPCR[src]

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