Type Alias RNG

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

Hardware Random Number Generator

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