imx-test-11.09.01/test/mxc_rng_test/rng_test.c File Reference
|
Functions |
int | main (int argCount, char *argList[]) |
Detailed Description
This is a reference test program for the RNG block.
The RNG Block Guide (PISA-RNGA_32IP-BG 1.3) is the basis for creating this test program and the driver which it uses.
- Reading/writing any accessible register in the RNG.
- Reading arbitrary amounts of random data from the Output FIFO.
- Writing 'extra' Entropy values to the RNG.
- Verification scenarios. These must be done through Register reads/writes, as above.
- Sleeping/Waking the RNG. Can be done through Register read/write.
This section will describe out the implementation of the various features is split between this test program and the reference driver.
Function Documentation
int main |
( |
int |
argCount, |
|
|
char * |
argList[] | |
|
) |
| | |