AWD2CR

Type Alias AWD2CR 

Source
pub type AWD2CR = Reg<u32, _AWD2CR>;
Expand description

Analog Watchdog 2 Configuration Register

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

For information about available fields see awd2cr module

Aliased Type§

pub struct AWD2CR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for AWD2CR

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

read() method returns awd2cr::R reader structure

Source§

impl Writable for AWD2CR

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