WDATR

Type Alias WDATR 

Source
pub type WDATR = Reg<u32, _WDATR>;
Expand description

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

Aliased Type§

pub struct WDATR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for WDATR

Register WDATR 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 WDATR

read() method returns wdatr::R reader structure

Source§

impl Writable for WDATR

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