Type Definition stm32g4::stm32g474::hrtim_common::EECR2[][src]

type EECR2 = Reg<u32, _EECR2>;

Timer External Event Control Register 2

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

For information about available fields see eecr2 module

Trait Implementations

impl Readable for EECR2[src]

read() method returns eecr2::R reader structure

impl ResetValue for EECR2[src]

Register EECR2 reset()'s with value 0

type Type = u32

Register size

impl Writable for EECR2[src]

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