Aips

Type Alias Aips 

pub type Aips = Periph<RegisterBlock, 0x4000_0000>;
Expand description

AIPS-Lite Bridge

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Aips

§

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

Formats the value using the given formatter. Read more