Type Definition stm32g4::stm32g474::hrtim_tima::CMP1CAR[][src]

type CMP1CAR = Reg<u32, _CMP1CAR>;

Timerx Compare 1 Compound Register

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

For information about available fields see cmp1car module

Trait Implementations

impl Readable for CMP1CAR[src]

read() method returns cmp1car::R reader structure

impl ResetValue for CMP1CAR[src]

Register CMP1CAR reset()'s with value 0

type Type = u32

Register size

impl Writable for CMP1CAR[src]

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