MAX32690 Peripheral Driver API
Peripheral Driver API for the MAX32690
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_SIADDR   ((uint32_t)0x00000004UL)
 
#define MXC_R_SIR_BTLE_LDO_TRIM   ((uint32_t)0x00000028UL)
 
#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_SIADDR_ERRADDR_POS   0
 
#define MXC_F_SIR_SIADDR_ERRADDR   ((uint32_t)(0xFFFFFFFFUL << MXC_F_SIR_SIADDR_ERRADDR_POS))
 
#define MXC_F_SIR_BTLE_LDO_TRIM_RF_POS   0
 
#define MXC_F_SIR_BTLE_LDO_TRIM_RF   ((uint32_t)(0x1FUL << MXC_F_SIR_BTLE_LDO_TRIM_RF_POS))
 
#define MXC_F_SIR_BTLE_LDO_TRIM_BB_POS   5
 
#define MXC_F_SIR_BTLE_LDO_TRIM_BB   ((uint32_t)(0x1FUL << MXC_F_SIR_BTLE_LDO_TRIM_BB_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_USB_POS   1
 
#define MXC_F_SIR_FSTAT_USB   ((uint32_t)(0x1UL << MXC_F_SIR_FSTAT_USB_POS))
 
#define MXC_F_SIR_FSTAT_ADC_POS   2
 
#define MXC_F_SIR_FSTAT_ADC   ((uint32_t)(0x1UL << MXC_F_SIR_FSTAT_ADC_POS))
 
#define MXC_F_SIR_FSTAT_SPIXIP_POS   3
 
#define MXC_F_SIR_FSTAT_SPIXIP   ((uint32_t)(0x1UL << MXC_F_SIR_FSTAT_SPIXIP_POS))
 
#define MXC_F_SIR_FSTAT_HBC_POS   4
 
#define MXC_F_SIR_FSTAT_HBC   ((uint32_t)(0x1UL << MXC_F_SIR_FSTAT_HBC_POS))
 
#define MXC_F_SIR_FSTAT_SMPHR_POS   7
 
#define MXC_F_SIR_FSTAT_SMPHR   ((uint32_t)(0x1UL << MXC_F_SIR_FSTAT_SMPHR_POS))
 
#define MXC_F_SIR_FSTAT_BTLE_POS   9
 
#define MXC_F_SIR_FSTAT_BTLE   ((uint32_t)(0x1UL << MXC_F_SIR_FSTAT_BTLE_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))
 
#define MXC_F_SIR_SFSTAT_MAA_POS   5
 
#define MXC_F_SIR_SFSTAT_MAA   ((uint32_t)(0x1UL << MXC_F_SIR_SFSTAT_MAA_POS))
 

Detailed Description

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

Note
This file is @generated.