Type definitions of mcuxClRandom component. More...
#include <mcuxClConfig.h>#include <mcuxClCore_Platform.h>Go to the source code of this file.
Data Structures | |
| struct | mcuxClRandom_Config |
| Random config structure. More... | |
Typedefs | |
| typedef uint32_t | mcuxClRandom_Status_t |
| Type for status codes of mcuxClRandom component functions. More... | |
| typedef struct mcuxClRandom_Context | mcuxClRandom_ContextDescriptor_t |
| Random context type. More... | |
| typedef mcuxClRandom_ContextDescriptor_t * | mcuxClRandom_Context_t |
| Random context type. More... | |
| typedef struct mcuxClRandom_ModeDescriptor | mcuxClRandom_ModeDescriptor_t |
| Random data generation mode/algorithm descriptor type. More... | |
| typedef const mcuxClRandom_ModeDescriptor_t * | mcuxClRandom_Mode_t |
| Random data generation mode/algorithm type. More... | |
| typedef struct mcuxClRandom_Config | mcuxClRandom_Config_t |
| Random config type. More... | |
Type definitions of mcuxClRandom component.