no-OS
maxim_trng.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef MAXIM_TRNG_H
41 #define MAXIM_TRNG_H
42 
43 /******************************************************************************/
44 /***************************** Include Files **********************************/
45 /******************************************************************************/
46 #include "no_os_trng.h"
47 
48 /******************************************************************************/
49 /*************************** Types Declarations *******************************/
50 /******************************************************************************/
51 
55 extern const struct no_os_trng_platform_ops max_trng_ops;
56 
57 #endif // MAXIM_TRNG_H
no_os_trng.h
Header file of true random number generator.
max_trng_ops
const struct no_os_trng_platform_ops max_trng_ops
Max32650 specific TRNG platform ops structure.
Definition: maxim_trng.c:120
no_os_trng_platform_ops
Structure holding TRNG function pointers that point to the platform specific function.
Definition: no_os_trng.h:90