Function stm32_hal2::rng::read
source ยท pub fn read() -> i32Expand description
Gets a random value without needing to pass the Rng struct. Assumes it has been initialized,
to enable it and its peripheral clock.
pub fn read() -> i32Gets a random value without needing to pass the Rng struct. Assumes it has been initialized,
to enable it and its peripheral clock.