Type Definition stm32g4::stm32g474::hrtim_timf::FLTFR[][src]

type FLTFR = Reg<u32, _FLTFR>;

Timerx Fault Register

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

For information about available fields see fltfr module

Trait Implementations

impl Readable for FLTFR[src]

read() method returns fltfr::R reader structure

impl ResetValue for FLTFR[src]

Register FLTFR reset()'s with value 0

type Type = u32

Register size

impl Writable for FLTFR[src]

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