Gpclr

Type Alias Gpclr 

pub type Gpclr = Reg<GpclrSpec>;
Expand description

GPCLR (w) register accessor: Global Pin Control Low Register

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

For information about available fields see gpclr module

Aliased Type§

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

Fields§

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