embassy-mspm0

Crates

git

Versions

mspm0g1518rgz

Flavors

Module trng

Module trng 

Source
Expand description

True Random Number Generator (TRNG) driver.

Structs§

Crypto
Marker type for cryptographic decimation rate. See CryptoDecimRate.
Fast
Marker type for fast decimation rate. See FastDecimRate.
Trng
True Random Number Generator (TRNG) Driver for MSPM0 series.

Enums§

CryptoDecimRate
Cryptographic decimation rates for cryptographic applications. See DecimRate.
Error
Represents errors that can arise during initialization with Trng::new or reading a value from the Trng.
FastDecimRate
Fast decimation rates for non-cryptographic applications. See DecimRate.

Traits§

DecimRate
The decimation rate settings for the TRNG. Higher decimation rates improve the quality of the random numbers at the cost of speed.
SecurityMarker
Decimation rate marker types. See DecimRate.