Type Definition stm32g4::stm32g474::hrtim_timc::CMP2CR[][src]

type CMP2CR = Reg<u32, _CMP2CR>;

Timerx Compare 2 Register

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

For information about available fields see cmp2cr module

Trait Implementations

impl Readable for CMP2CR[src]

read() method returns cmp2cr::R reader structure

impl ResetValue for CMP2CR[src]

Register CMP2CR reset()'s with value 0

type Type = u32

Register size

impl Writable for CMP2CR[src]

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