Pdor

Type Alias Pdor 

pub type Pdor = Reg<PdorSpec>;
Expand description

PDOR (rw) register accessor: Port Data Output Register

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

For information about available fields see pdor module

Aliased Type§

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

Fields§

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