Type Definition stm32g0::stm32g031::lptim1::CMP[][src]

type CMP = Reg<u32, _CMP>;

Compare Register

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

For information about available fields see cmp module

Trait Implementations

impl Readable for CMP[src]

read() method returns cmp::R reader structure

impl ResetValue for CMP[src]

Register CMP reset()'s with value 0

type Type = u32

Register size

impl Writable for CMP[src]

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