Flexio

Type Alias Flexio 

pub type Flexio = Periph<RegisterBlock, 0x4005_A000>;
Expand description

The FLEXIO Memory Map/Register Definition can be found here.

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Flexio

§

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

Formats the value using the given formatter. Read more