Type Alias DLYBSD

Source
pub type DLYBSD = Periph<RegisterBlock, 0x420c_8400>;
Expand description

The delay block (DLYB) is used to generate an output clock that is dephased from the input clock

See peripheral structure

Aliased Type§

pub struct DLYBSD { /* private fields */ }

Trait Implementations§

Source§

impl Debug for DLYBSD

Source§

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

Formats the value using the given formatter. Read more