Type Definition stm32g4::stm32g484::hrtim_tima::FLTAR[][src]

type FLTAR = Reg<u32, _FLTAR>;

Timerx Fault Register

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

For information about available fields see fltar module

Trait Implementations

impl Readable for FLTAR[src]

read() method returns fltar::R reader structure

impl ResetValue for FLTAR[src]

Register FLTAR reset()'s with value 0

type Type = u32

Register size

impl Writable for FLTAR[src]

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