19#ifndef MCUXCLOSCCARANDOMMODES_CONSTANTS_H_
20#define MCUXCLOSCCARANDOMMODES_CONSTANTS_H_
22#include <mcuxClConfig.h>
38#ifdef MCUXCL_FEATURE_RANDOMMODES_OSCCA_TRNG
43MCUX_CSSL_ANALYSIS_START_PATTERN_EXTERNAL_API_DECLARATIONS()
44static const
mcuxClRandom_Mode_t mcuxClOsccaRandomModes_Mode_TRNG = &mcuxClOsccaRandomModes_mdROTRNG_Trng;
45MCUX_CSSL_ANALYSIS_STOP_PATTERN_EXTERNAL_API_DECLARATIONS()
Type definitions of mcuxClRandom component.
const mcuxClRandom_ModeDescriptor_t * mcuxClRandom_Mode_t
Random data generation mode/algorithm type.
Definition mcuxClRandom_Types.h:94
struct mcuxClRandom_ModeDescriptor mcuxClRandom_ModeDescriptor_t
Random data generation mode/algorithm descriptor type.
Definition mcuxClRandom_Types.h:87