33.1.2.9 rand_sync_read_buf32
Read the 32-bit Random Number Sequence into a buffer.
void rand_sync_read_buf32(
const struct rand_sync_desc *const desc,
uint32_t * buf,
uint32_t len
)
Parameters
- desc
-
Type: const struct rand_sync_desc Struct *const
Pointer to the device descriptor instance struct
- buf
-
Type: uint32_t *
Pointer to the buffer to fill an array of generated numbers
- len
-
Type: uint32_t
Number of random numbers to read
Returns
Type: void