CFR

Type Alias CFR 

Source
pub type CFR = Reg<u32, _CFR>;
Expand description

Configuration register

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

For information about available fields see cfr module

Aliased Type§

pub struct CFR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for CFR

Register CFR reset()’s with value 0x7f

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for CFR

read() method returns cfr::R reader structure

Source§

impl Writable for CFR

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