Type Alias RNG

Source
pub type RNG = Periph<RegisterBlock, 0x420c_0800>;
Expand description

Random number generator

See peripheral structure

Aliased Type§

pub struct RNG { /* private fields */ }

Trait Implementations§

Source§

impl Debug for RNG

Source§

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

Formats the value using the given formatter. Read more