Type Definition stm32g4::stm32g474::hrtim_timd::CMP2DR[][src]

type CMP2DR = Reg<u32, _CMP2DR>;

Timerx Compare 2 Register

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

For information about available fields see cmp2dr module

Trait Implementations

impl Readable for CMP2DR[src]

read() method returns cmp2dr::R reader structure

impl ResetValue for CMP2DR[src]

Register CMP2DR reset()'s with value 0

type Type = u32

Register size

impl Writable for CMP2DR[src]

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