no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
maxim_trng.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef MAXIM_TRNG_H
35#define MAXIM_TRNG_H
36
37#include "no_os_trng.h"
38
42extern const struct no_os_trng_platform_ops max_trng_ops;
43
44#endif // MAXIM_TRNG_H
const struct no_os_trng_platform_ops max_trng_ops
MAX32650 platform specific TRNG platform ops structure.
Definition maxim_trng.c:107
Header file of true random number generator.
Structure holding TRNG function pointers that point to the platform specific function.
Definition no_os_trng.h:76