[][src]Type Definition stm32f4::stm32f413::dfsdm2::ch::WDATR

type WDATR = Reg<u32, _WDATR>;

channel watchdog filter data register

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

For information about available fields see wdatr module

Trait Implementations

impl Readable for WDATR[src]

read() method returns wdatr::R reader structure

impl ResetValue for WDATR[src]

Register WDATR reset()'s with value 0

type Type = u32

Register size

impl Writable for WDATR[src]

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