Struct xmc1000::PRNG[][src]

pub struct PRNG { /* fields omitted */ }

PRNG Unit

Methods

impl PRNG
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for PRNG
[src]

impl Deref for PRNG
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for PRNG