Type Alias C0vMirror
pub type C0vMirror = Reg<C0vMirrorSpec>;Expand description
C0V_MIRROR (rw) register accessor: Mirror of Channel (n) Match Value
You can read this register and get c0v_mirror::R. You can reset, write, write_with_zero this register using c0v_mirror::W. You can also modify this register. See API.
For information about available fields see c0v_mirror module
Aliased Type§
#[repr(transparent)]pub struct C0vMirror {
register: VolatileCell<u32>,
_marker: PhantomData<C0vMirrorSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<C0vMirrorSpec>