![]() |
MAX32655 Peripheral Driver API
Peripheral Driver API for the MAX32655
|
#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_INT_EN_POS 6 |
#define | MXC_F_LPCMP_CTRL_INT_EN ((uint32_t)(0x1UL << MXC_F_LPCMP_CTRL_INT_EN_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_INT_FL_POS 15 |
#define | MXC_F_LPCMP_CTRL_INT_FL ((uint32_t)(0x1UL << MXC_F_LPCMP_CTRL_INT_FL_POS)) |
Registers, Bit Masks and Bit Positions for the LPCMP Peripheral Module.