Portc

Type Alias Portc 

pub type Portc = Periph<RegisterBlock, 0x4004_B000>;
Expand description

Pin Control and Interrupts

Aliased Type§

pub struct Portc {
    _marker: PhantomData<RegisterBlock>,
}

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Portc

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more