Pol

Type Alias Pol 

pub type Pol = Reg<PolSpec>;
Expand description

POL (rw) register accessor: Channels Polarity

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

For information about available fields see pol module

Aliased Type§

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

Fields§

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