CFGR1

Type Alias CFGR1 

Source
pub type CFGR1 = Reg<u32, _CFGR1>;
Expand description

configuration register 1

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

For information about available fields see cfgr1 module

Aliased Type§

pub struct CFGR1 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for CFGR1

Register CFGR1 reset()’s with value 0x7c00_0001

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for CFGR1

read() method returns cfgr1::R reader structure

Source§

impl Writable for CFGR1

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