Type Definition stm32g4::stm32g484::hrtim_time::CMP1ER[][src]

type CMP1ER = Reg<u32, _CMP1ER>;

Timerx Compare 1 Register

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

For information about available fields see cmp1er module

Trait Implementations

impl Readable for CMP1ER[src]

read() method returns cmp1er::R reader structure

impl ResetValue for CMP1ER[src]

Register CMP1ER reset()'s with value 0

type Type = u32

Register size

impl Writable for CMP1ER[src]

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