C0v

Type Alias C0v 

pub type C0v = Reg<C0vSpec>;
Expand description

C0V (rw) register accessor: Channel (n) Value

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

For information about available fields see c0v module

Aliased Type§

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

Fields§

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