Type Definition stm32g4::stm32g484::hrtim_time::FLTER[][src]

type FLTER = Reg<u32, _FLTER>;

Timerx Fault Register

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

For information about available fields see flter module

Trait Implementations

impl Readable for FLTER[src]

read() method returns flter::R reader structure

impl ResetValue for FLTER[src]

Register FLTER reset()'s with value 0

type Type = u32

Register size

impl Writable for FLTER[src]

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