MAX32655 Peripheral Driver API
Peripheral Driver API for the MAX32655
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_ADDR   ((uint32_t)0x00000004UL)
 
#define MXC_R_SIR_BTLE_LDO_TRIM   ((uint32_t)0x00000048UL)
 
#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_ADDR_ERRADDR_POS   0
 
#define MXC_F_SIR_ADDR_ERRADDR   ((uint32_t)(0xFFFFFFFFUL << MXC_F_SIR_ADDR_ERRADDR_POS))
 
#define MXC_F_SIR_BTLE_LDO_TRIM_RF_POS   16
 
#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   24
 
#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_ADC_POS   2
 
#define MXC_F_SIR_FSTAT_ADC   ((uint32_t)(0x1UL << MXC_F_SIR_FSTAT_ADC_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_SFSTAT_SECBOOT_POS   0
 
#define MXC_F_SIR_SFSTAT_SECBOOT   ((uint32_t)(0x1UL << MXC_F_SIR_SFSTAT_SECBOOT_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))
 

Detailed Description

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

Note
This file is @generated.