Cpo

Type Alias Cpo 

pub type Cpo = Reg<CpoSpec>;
Expand description

CPO (rw) register accessor: Compute Operation Control Register

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

For information about available fields see cpo module

Aliased Type§

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

Fields§

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