Skip to main content

DFWR

Type Alias DFWR 

Source
pub type DFWR = Reg<u32, _DFWR>;
Expand description

Digital Filter Width Register

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

For information about available fields see dfwr module

Aliased Type§

pub struct DFWR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for DFWR

Register DFWR reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for DFWR

read() method returns dfwr::R reader structure

Source§

impl Writable for DFWR

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