CFGR2

Type Alias CFGR2 

Source
pub type CFGR2 = Reg<u32, _CFGR2>;
Expand description

CFGR2

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

For information about available fields see cfgr2 module

Aliased Type§

pub struct CFGR2 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for CFGR2

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

read() method returns cfgr2::R reader structure

Source§

impl Writable for CFGR2

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