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

Go to the source code of this file.

Data Structures

struct  mxc_sir_regs_t
 

Macros

#define MXC_R_SIR_SISTAT   ((uint32_t)0x00000000UL)
 
#define MXC_R_SIR_ERRADDR   ((uint32_t)0x00000004UL)
 
#define MXC_R_SIR_FSTAT   ((uint32_t)0x00000100UL)
 
#define MXC_R_SIR_SFSTAT   ((uint32_t)0x00000104UL)
 
#define MXC_F_SIR_SISTAT_MAGIC_POS   0
 
#define MXC_F_SIR_SISTAT_MAGIC   ((uint32_t)(0x1UL << MXC_F_SIR_SISTAT_MAGIC_POS))
 
#define MXC_F_SIR_SISTAT_CRCERR_POS   1
 
#define MXC_F_SIR_SISTAT_CRCERR   ((uint32_t)(0x1UL << MXC_F_SIR_SISTAT_CRCERR_POS))
 
#define MXC_F_SIR_ERRADDR_ERRADDR_POS   0
 
#define MXC_F_SIR_ERRADDR_ERRADDR   ((uint32_t)(0xFFFFFFFFUL << MXC_F_SIR_ERRADDR_ERRADDR_POS))
 
#define MXC_F_SIR_FSTAT_FPU_POS   0
 
#define MXC_F_SIR_FSTAT_FPU   ((uint32_t)(0x1UL << MXC_F_SIR_FSTAT_FPU_POS))
 
#define MXC_F_SIR_FSTAT_NMI_POS   11
 
#define MXC_F_SIR_FSTAT_NMI   ((uint32_t)(0x1UL << MXC_F_SIR_FSTAT_NMI_POS))
 
#define MXC_F_SIR_FSTAT_SFES_POS   12
 
#define MXC_F_SIR_FSTAT_SFES   ((uint32_t)(0x1UL << MXC_F_SIR_FSTAT_SFES_POS))
 
#define MXC_F_SIR_SFSTAT_TRNG_POS   2
 
#define MXC_F_SIR_SFSTAT_TRNG   ((uint32_t)(0x1UL << MXC_F_SIR_SFSTAT_TRNG_POS))
 
#define MXC_F_SIR_SFSTAT_AES_POS   3
 
#define MXC_F_SIR_SFSTAT_AES   ((uint32_t)(0x1UL << MXC_F_SIR_SFSTAT_AES_POS))
 
#define MXC_F_SIR_SFSTAT_SHA_POS   4
 
#define MXC_F_SIR_SFSTAT_SHA   ((uint32_t)(0x1UL << MXC_F_SIR_SFSTAT_SHA_POS))
 

Detailed Description

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

Note
This file is @generated.