[][src]Function esp_idf_bindgen::esp_fill_random

pub unsafe extern "C" fn esp_fill_random(buf: *mut c_void, len: size_t)

@brief Fill a buffer with random bytes from hardware RNG

@note This function has the same restrictions regarding available entropy as esp_random()

@param buf Pointer to buffer to fill with random numbers. @param len Length of buffer in bytes