Pdb1

Type Alias Pdb1 

pub type Pdb1 = Periph<RegisterBlock, 0x4003_1000>;
Expand description

Programmable Delay Block

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Pdb1

§

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

Formats the value using the given formatter. Read more