[][src]Type Definition stm32f4::stm32f413::dfsdm2::flt::AWLTR

type AWLTR = Reg<u32, _AWLTR>;

analog watchdog low threshold register

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

For information about available fields see awltr module

Trait Implementations

impl Readable for AWLTR[src]

read() method returns awltr::R reader structure

impl ResetValue for AWLTR[src]

Register AWLTR reset()'s with value 0

type Type = u32

Register size

impl Writable for AWLTR[src]

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