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

Go to the source code of this file.

Data Structures

struct  mxc_lpcmp_regs_t
 

Macros

#define MXC_R_LPCMP_CTRL   ((uint32_t)0x00000000UL)
 
#define MXC_F_LPCMP_CTRL_EN_POS   0
 
#define MXC_F_LPCMP_CTRL_EN   ((uint32_t)(0x1UL << MXC_F_LPCMP_CTRL_EN_POS))
 
#define MXC_F_LPCMP_CTRL_POL_POS   5
 
#define MXC_F_LPCMP_CTRL_POL   ((uint32_t)(0x1UL << MXC_F_LPCMP_CTRL_POL_POS))
 
#define MXC_F_LPCMP_CTRL_INTEN_POS   6
 
#define MXC_F_LPCMP_CTRL_INTEN   ((uint32_t)(0x1UL << MXC_F_LPCMP_CTRL_INTEN_POS))
 
#define MXC_F_LPCMP_CTRL_OUT_POS   14
 
#define MXC_F_LPCMP_CTRL_OUT   ((uint32_t)(0x1UL << MXC_F_LPCMP_CTRL_OUT_POS))
 
#define MXC_F_LPCMP_CTRL_INTFL_POS   15
 
#define MXC_F_LPCMP_CTRL_INTFL   ((uint32_t)(0x1UL << MXC_F_LPCMP_CTRL_INTFL_POS))
 

Detailed Description

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

Note
This file is @generated.