Ecr

Type Alias Ecr 

pub type Ecr = Reg<EcrSpec>;
Expand description

ECR (rw) register accessor: Error Counter

You can read this register and get ecr::R. You can reset, write, write_with_zero this register using ecr::W. You can also modify this register. See API.

For information about available fields see ecr module

Aliased Type§

#[repr(transparent)]
pub struct Ecr { register: VolatileCell<u32>, _marker: PhantomData<EcrSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<EcrSpec>