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

type DATINR = Reg<u32, _DATINR>;

channel data input register

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

For information about available fields see datinr module

Trait Implementations

impl Readable for DATINR[src]

read() method returns datinr::R reader structure

impl ResetValue for DATINR[src]

Register DATINR reset()'s with value 0

type Type = u32

Register size

impl Writable for DATINR[src]

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