Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
zpal_entropy.h File Reference
#include <stddef.h>
#include <stdint.h>
#include "zpal_status.h"
+ Include dependency graph for zpal_entropy.h:

Go to the source code of this file.

Functions

void zpal_entropy_init (void)
 Initialize entropy module.
 
zpal_status_t zpal_get_random_data (uint8_t *data, size_t len)
 Generate true random array of bytes based on the given length and fill a data buffer. Note that this function may shut down the radio while getting the data.
 
uint8_t zpal_get_pseudo_random (void)
 Returns a pseudo random byte.
 

Detailed Description

Defines a platform abstraction layer for the Z-Wave random number generation.