mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-11 17:52:00 +03:00
refactor(rng): move rng read data function to rng_ll.h and update docs of RNG source
This commit is contained in:
@@ -15,8 +15,8 @@ extern "C" {
|
||||
/**
|
||||
* @brief Enable an entropy source for RNG if RF subsystem is disabled
|
||||
*
|
||||
* @warning This function is not safe to use if any other subsystem is accessing the RF subsystem or
|
||||
* the ADC at the same time!
|
||||
* @warning If use ADC as entropy source, this function is not safe
|
||||
* if any other subsystem is accessing the RF subsystem or the ADC at the same time!
|
||||
*
|
||||
* The exact internal entropy source mechanism depends on the chip in use but
|
||||
* all SoCs use the SAR ADC to continuously mix random bits (an internal
|
||||
|
||||
Reference in New Issue
Block a user