Skip to main content

CESR

Type Alias CESR 

Source
pub type CESR = Reg<u32, _CESR>;
Expand description

Control/Error Status Register

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

For information about available fields see cesr module

Aliased Type§

pub struct CESR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for CESR

Register CESR reset()’s with value 0x0081_5101

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for CESR

read() method returns cesr::R reader structure

Source§

impl Writable for CESR

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