MAX32520 Peripheral Driver API
Peripheral Driver API for the MAX32520
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
trng_regs.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  mxc_trng_regs_t
 

Macros

#define MXC_R_TRNG_CN   ((uint32_t)0x00000000UL)
 
#define MXC_R_TRNG_ST   ((uint32_t)0x00000004UL)
 
#define MXC_R_TRNG_DATA   ((uint32_t)0x00000008UL)
 
#define MXC_F_TRNG_CN_RND_IRQ_EN_POS   1
 
#define MXC_F_TRNG_CN_RND_IRQ_EN   ((uint32_t)(0x1UL << MXC_F_TRNG_CN_RND_IRQ_EN_POS))
 
#define MXC_F_TRNG_CN_AESKG_MEMPROTE_POS   4
 
#define MXC_F_TRNG_CN_AESKG_MEMPROTE   ((uint32_t)(0x1UL << MXC_F_TRNG_CN_AESKG_MEMPROTE_POS))
 
#define MXC_F_TRNG_ST_RND_RDY_POS   0
 
#define MXC_F_TRNG_ST_RND_RDY   ((uint32_t)(0x1UL << MXC_F_TRNG_ST_RND_RDY_POS))
 
#define MXC_F_TRNG_ST_AESKGD_MEU_S_POS   4
 
#define MXC_F_TRNG_ST_AESKGD_MEU_S   ((uint32_t)(0x1UL << MXC_F_TRNG_ST_AESKGD_MEU_S_POS))
 
#define MXC_F_TRNG_DATA_DATA_POS   0
 
#define MXC_F_TRNG_DATA_DATA   ((uint32_t)(0xFFFFFFFFUL << MXC_F_TRNG_DATA_DATA_POS))
 

Detailed Description

Registers, Bit Masks and Bit Positions for the TRNG Peripheral Module.

Note
This file is @generated.