C0sc

Type Alias C0sc 

pub type C0sc = Reg<C0scSpec>;
Expand description

C0SC (rw) register accessor: Channel (n) Status And Control

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

For information about available fields see c0sc module

Aliased Type§

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

Fields§

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