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

type CMP3CR = Reg<u32, _CMP3CR>;

Timerx Compare 3 Register

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

For information about available fields see cmp3cr module

Trait Implementations

impl Readable for CMP3CR[src]

read() method returns cmp3cr::R reader structure

impl ResetValue for CMP3CR[src]

Register CMP3CR reset()'s with value 0

type Type = u32

Register size

impl Writable for CMP3CR[src]

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