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>