Type Definition stm32g4::stm32g484::hrtim_timc::CMP4CR[][src]

type CMP4CR = Reg<u32, _CMP4CR>;

Timerx Compare 4 Register

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

For information about available fields see cmp4cr module

Trait Implementations

impl Readable for CMP4CR[src]

read() method returns cmp4cr::R reader structure

impl ResetValue for CMP4CR[src]

Register CMP4CR reset()'s with value 0

type Type = u32

Register size

impl Writable for CMP4CR[src]

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