Pcor

Type Alias Pcor 

pub type Pcor = Reg<PcorSpec>;
Expand description

PCOR (w) register accessor: Port Clear Output Register

You can reset, write, write_with_zero this register using pcor::W. See API.

For information about available fields see pcor module

Aliased Type§

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

Fields§

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