summaryrefslogtreecommitdiffstats
path: root/watch-library/hal/documentation/rand_sync.rst
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/hal/documentation/rand_sync.rst')
-rwxr-xr-xwatch-library/hal/documentation/rand_sync.rst43
1 files changed, 0 insertions, 43 deletions
diff --git a/watch-library/hal/documentation/rand_sync.rst b/watch-library/hal/documentation/rand_sync.rst
deleted file mode 100755
index 19ec1d36..00000000
--- a/watch-library/hal/documentation/rand_sync.rst
+++ /dev/null
@@ -1,43 +0,0 @@
-==========================================
-Random Number Generator Synchronous driver
-==========================================
-
-Random Number Generator (RAND) generates a sequence of numbers that can not
-be reasonably predicted better than by a random chance.
-
-In some implementation cases, seed is required for the Random Number Generator
-to generate random numbers. rand_sync_set_seed is used to update the seed.
-If it's actually not required by the generator implementation, the function just
-returns ERR_UNSUPPORTED_OP.
-
-Features
---------
-
-* Initialization and de-initialization
-* Enabling and Disabling
-* Setting seed
-* 8-bit and 32-bit random data/data array generation
-
-Applications
-------------
-
-* Generate random keys for data encryption
-
-Dependencies
-------------
-
-* Random number generation hardware/software
-
-Concurrency
------------
-N/A
-
-Limitations
------------
-
-N/A
-
-Known issues and workarounds
-----------------------------
-N/A
-