/* * Copyright 2018 NXP * All rights reserved. * * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _HAL_RNG_H_ #define _HAL_RNG_H_ #include "fsl_common.h" /*! * @addtogroup RNG_Adapter * @{ */ /************************************************************************************ ************************************************************************************* * Include ************************************************************************************* ***********************************************************************************/ /************************************************************************************ ************************************************************************************* * Public types ************************************************************************************* ************************************************************************************/ /*! @brief Hal rand status. */ typedef enum _hal_rng_status { kStatus_HAL_RngSuccess = kStatus_Success, /*!< Success */ KStatus_HAL_RngNotSupport = MAKE_STATUS(kStatusGroup_HAL_RNG, 1), /*!