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§
- Crypto
Decim Rate - Cryptographic decimation rates for cryptographic applications.
See
DecimRate. - Error
- Represents errors that can arise during initialization with
Trng::newor reading a value from theTrng. - Fast
Decim Rate - Fast decimation rates for non-cryptographic applications.
See
DecimRate.
Traits§
- Decim
Rate - The decimation rate settings for the TRNG. Higher decimation rates improve the quality of the random numbers at the cost of speed.
- Security
Marker - Decimation rate marker types. See
DecimRate.