Type Definition stm32g4::stm32g474::hrtim_timd::FLTDR[][src]

type FLTDR = Reg<u32, _FLTDR>;

Timerx Fault Register

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

For information about available fields see fltdr module

Trait Implementations

impl Readable for FLTDR[src]

read() method returns fltdr::R reader structure

impl ResetValue for FLTDR[src]

Register FLTDR reset()'s with value 0

type Type = u32

Register size

impl Writable for FLTDR[src]

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