@@ -216,7 +216,7 @@ typedef enum
216
216
217
217
/** @} */ /* End of group Configuration_of_CMSIS */
218
218
219
- #include < core_cm33.h> /*!< ARM Cortex-M33 processor and core peripherals */
219
+ #include " core_cm33.h" /*!< ARM Cortex-M33 processor and core peripherals */
220
220
#include "system_stm32u5xx.h" /*!< STM32U5xx System */
221
221
222
222
@@ -4796,6 +4796,9 @@ typedef struct
4796
4796
#define RNG_HTCR_HTCFG_Pos (0U)
4797
4797
#define RNG_HTCR_HTCFG_Msk (0xFFFFFFFFUL << RNG_HTCR_HTCFG_Pos) /*!< 0xFFFFFFFF */
4798
4798
#define RNG_HTCR_HTCFG RNG_HTCR_HTCFG_Msk
4799
+ /******************** RNG Nist Compliance Values *******************/
4800
+ #define RNG_CR_NIST_VALUE (0x00F00D00U)
4801
+ #define RNG_HTCR_NIST_VALUE (0xAAC7U)
4799
4802
4800
4803
/******************************************************************************/
4801
4804
/* */
@@ -16168,7 +16171,7 @@ typedef struct
16168
16171
#define TAMP_CR3_ITAMP6NOER_Msk (0x1UL << TAMP_CR3_ITAMP6NOER_Pos) /*!< 0x00000020 */
16169
16172
#define TAMP_CR3_ITAMP6NOER TAMP_CR3_ITAMP6NOER_Msk
16170
16173
#define TAMP_CR3_ITAMP7NOER_Pos (6U)
16171
- #define TAMP_CR3_ITAMP7NOER_Msk (0x1UL << TAMP_CR3_ITAMP7NOER )
16174
+ #define TAMP_CR3_ITAMP7NOER_Msk (0x1UL << TAMP_CR3_ITAMP7NOER_Pos )
16172
16175
#define TAMP_CR3_ITAMP7NOER TAMP_CR3_ITAMP7NOER_Msk
16173
16176
#define TAMP_CR3_ITAMP8NOER_Pos (7U)
16174
16177
#define TAMP_CR3_ITAMP8NOER_Msk (0x1UL << TAMP_CR3_ITAMP8NOER_Pos) /*!< 0x00000040 */
@@ -20293,7 +20296,7 @@ typedef struct
20293
20296
#define VREFBUF_CSR_VRS VREFBUF_CSR_VRS_Msk /*!<Voltage reference scale */
20294
20297
#define VREFBUF_CSR_VRS_0 (0x01UL<< VREFBUF_CSR_VRS_Pos) /*!< 0x000O0010 */
20295
20298
#define VREFBUF_CSR_VRS_1 (0x02UL<< VREFBUF_CSR_VRS_Pos) /*!< 0x00000020 */
20296
- #define VREFBUF_CSR_VRS_2 (0x04UL<< VREFBUF_CSR_VRS_Pos) /*!< 0x00000030 */
20299
+ #define VREFBUF_CSR_VRS_2 (0x04UL<< VREFBUF_CSR_VRS_Pos) /*!< 0x00000040 */
20297
20300
#define VREFBUF_CSR_VRR_Pos (3U)
20298
20301
#define VREFBUF_CSR_VRR_Msk (0x1UL << VREFBUF_CSR_VRR_Pos) /*!< 0x00000008 */
20299
20302
#define VREFBUF_CSR_VRR VREFBUF_CSR_VRR_Msk /*!<Voltage reference buffer ready */
0 commit comments