20 #ifndef MCUXCLRANDOM_TYPES_H_ 21 #define MCUXCLRANDOM_TYPES_H_ 23 #include <mcuxClConfig.h> 25 #include <mcuxClCore_Platform.h> 55 struct mcuxClRandom_Context;
78 struct mcuxClRandom_ModeDescriptor;
const mcuxClRandom_ModeDescriptor_t * mcuxClRandom_Mode_t
Random data generation mode/algorithm type.
Definition: mcuxClRandom_Types.h:93
mcuxClRandom_ContextDescriptor_t * mcuxClRandom_Context_t
Random context type.
Definition: mcuxClRandom_Types.h:70
Random config structure.
Definition: mcuxClRandom_Types.h:100
mcuxClRandom_Context_t ctx
Context for the Rng.
Definition: mcuxClRandom_Types.h:102
mcuxClRandom_Mode_t mode
Random data generation mode/algorithm.
Definition: mcuxClRandom_Types.h:101
struct mcuxClRandom_ModeDescriptor mcuxClRandom_ModeDescriptor_t
Random data generation mode/algorithm descriptor type.
Definition: mcuxClRandom_Types.h:86
struct mcuxClRandom_Context mcuxClRandom_ContextDescriptor_t
Random context type.
Definition: mcuxClRandom_Types.h:63
uint32_t mcuxClRandom_Status_t
Type for status codes of mcuxClRandom component functions.
Definition: mcuxClRandom_Types.h:47