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

Go to the source code of this file.

Data Structures

struct  mxc_fcr_regs_t
 

Macros

#define MXC_R_FCR_FCTRL0   ((uint32_t)0x00000000UL)
 
#define MXC_R_FCR_AUTOCAL0   ((uint32_t)0x00000004UL)
 
#define MXC_R_FCR_AUTOCAL1   ((uint32_t)0x00000008UL)
 
#define MXC_R_FCR_AUTOCAL2   ((uint32_t)0x0000000CUL)
 
#define MXC_F_FCR_FCTRL0_ERFO_RANGE_SEL_POS   0
 
#define MXC_F_FCR_FCTRL0_ERFO_RANGE_SEL   ((uint32_t)(0x7UL << MXC_F_FCR_FCTRL0_ERFO_RANGE_SEL_POS))
 
#define MXC_F_FCR_FCTRL0_I2C0_SDA_FILTER_EN_POS   20
 
#define MXC_F_FCR_FCTRL0_I2C0_SDA_FILTER_EN   ((uint32_t)(0x1UL << MXC_F_FCR_FCTRL0_I2C0_SDA_FILTER_EN_POS))
 
#define MXC_F_FCR_FCTRL0_I2C0_SCL_FILTER_EN_POS   21
 
#define MXC_F_FCR_FCTRL0_I2C0_SCL_FILTER_EN   ((uint32_t)(0x1UL << MXC_F_FCR_FCTRL0_I2C0_SCL_FILTER_EN_POS))
 
#define MXC_F_FCR_FCTRL0_I2C1_SDA_FILTER_EN_POS   22
 
#define MXC_F_FCR_FCTRL0_I2C1_SDA_FILTER_EN   ((uint32_t)(0x1UL << MXC_F_FCR_FCTRL0_I2C1_SDA_FILTER_EN_POS))
 
#define MXC_F_FCR_FCTRL0_I2C1_SCL_FILTER_EN_POS   23
 
#define MXC_F_FCR_FCTRL0_I2C1_SCL_FILTER_EN   ((uint32_t)(0x1UL << MXC_F_FCR_FCTRL0_I2C1_SCL_FILTER_EN_POS))
 
#define MXC_F_FCR_FCTRL0_I2C2_SDA_FILTER_EN_POS   24
 
#define MXC_F_FCR_FCTRL0_I2C2_SDA_FILTER_EN   ((uint32_t)(0x1UL << MXC_F_FCR_FCTRL0_I2C2_SDA_FILTER_EN_POS))
 
#define MXC_F_FCR_FCTRL0_I2C2_SCL_FILTER_EN_POS   25
 
#define MXC_F_FCR_FCTRL0_I2C2_SCL_FILTER_EN   ((uint32_t)(0x1UL << MXC_F_FCR_FCTRL0_I2C2_SCL_FILTER_EN_POS))
 
#define MXC_F_FCR_AUTOCAL0_SEL_POS   0
 
#define MXC_F_FCR_AUTOCAL0_SEL   ((uint32_t)(0x1UL << MXC_F_FCR_AUTOCAL0_SEL_POS))
 
#define MXC_F_FCR_AUTOCAL0_EN_POS   1
 
#define MXC_F_FCR_AUTOCAL0_EN   ((uint32_t)(0x1UL << MXC_F_FCR_AUTOCAL0_EN_POS))
 
#define MXC_F_FCR_AUTOCAL0_LOAD_POS   2
 
#define MXC_F_FCR_AUTOCAL0_LOAD   ((uint32_t)(0x1UL << MXC_F_FCR_AUTOCAL0_LOAD_POS))
 
#define MXC_F_FCR_AUTOCAL0_INVERT_POS   3
 
#define MXC_F_FCR_AUTOCAL0_INVERT   ((uint32_t)(0x1UL << MXC_F_FCR_AUTOCAL0_INVERT_POS))
 
#define MXC_F_FCR_AUTOCAL0_ATOMIC_POS   4
 
#define MXC_F_FCR_AUTOCAL0_ATOMIC   ((uint32_t)(0x1UL << MXC_F_FCR_AUTOCAL0_ATOMIC_POS))
 
#define MXC_F_FCR_AUTOCAL0_GAIN_POS   8
 
#define MXC_F_FCR_AUTOCAL0_GAIN   ((uint32_t)(0xFFFUL << MXC_F_FCR_AUTOCAL0_GAIN_POS))
 
#define MXC_F_FCR_AUTOCAL0_TRIM_POS   23
 
#define MXC_F_FCR_AUTOCAL0_TRIM   ((uint32_t)(0x1FFUL << MXC_F_FCR_AUTOCAL0_TRIM_POS))
 
#define MXC_F_FCR_AUTOCAL1_INITIAL_POS   0
 
#define MXC_F_FCR_AUTOCAL1_INITIAL   ((uint32_t)(0x1FFUL << MXC_F_FCR_AUTOCAL1_INITIAL_POS))
 
#define MXC_F_FCR_AUTOCAL2_RUNTIME_POS   0
 
#define MXC_F_FCR_AUTOCAL2_RUNTIME   ((uint32_t)(0xFFUL << MXC_F_FCR_AUTOCAL2_RUNTIME_POS))
 
#define MXC_F_FCR_AUTOCAL2_DIV_POS   8
 
#define MXC_F_FCR_AUTOCAL2_DIV   ((uint32_t)(0x1FFFUL << MXC_F_FCR_AUTOCAL2_DIV_POS))
 

Detailed Description

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

Note
This file is @generated.