Struct nrf52840::RNG[][src]

pub struct RNG { /* fields omitted */ }

Random Number Generator

Methods

impl RNG
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for RNG
[src]

impl Deref for RNG
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for RNG