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

Go to the source code of this file.

Data Structures

struct  mxc_lpgcr_regs_t
 

Macros

#define MXC_R_LPGCR_RST   ((uint32_t)0x00000008UL)
 
#define MXC_R_LPGCR_PCLKDIS   ((uint32_t)0x0000000CUL)
 
#define MXC_F_LPGCR_RST_GPIO3_POS   0
 
#define MXC_F_LPGCR_RST_GPIO3   ((uint32_t)(0x1UL << MXC_F_LPGCR_RST_GPIO3_POS))
 
#define MXC_F_LPGCR_RST_WDT1_POS   1
 
#define MXC_F_LPGCR_RST_WDT1   ((uint32_t)(0x1UL << MXC_F_LPGCR_RST_WDT1_POS))
 
#define MXC_F_LPGCR_RST_TMR4_POS   2
 
#define MXC_F_LPGCR_RST_TMR4   ((uint32_t)(0x1UL << MXC_F_LPGCR_RST_TMR4_POS))
 
#define MXC_F_LPGCR_RST_TMR5_POS   3
 
#define MXC_F_LPGCR_RST_TMR5   ((uint32_t)(0x1UL << MXC_F_LPGCR_RST_TMR5_POS))
 
#define MXC_F_LPGCR_RST_UART3_POS   4
 
#define MXC_F_LPGCR_RST_UART3   ((uint32_t)(0x1UL << MXC_F_LPGCR_RST_UART3_POS))
 
#define MXC_F_LPGCR_RST_LPCOMP_POS   6
 
#define MXC_F_LPGCR_RST_LPCOMP   ((uint32_t)(0x1UL << MXC_F_LPGCR_RST_LPCOMP_POS))
 
#define MXC_F_LPGCR_PCLKDIS_GPIO3_POS   0
 
#define MXC_F_LPGCR_PCLKDIS_GPIO3   ((uint32_t)(0x1UL << MXC_F_LPGCR_PCLKDIS_GPIO3_POS))
 
#define MXC_F_LPGCR_PCLKDIS_WDT1_POS   1
 
#define MXC_F_LPGCR_PCLKDIS_WDT1   ((uint32_t)(0x1UL << MXC_F_LPGCR_PCLKDIS_WDT1_POS))
 
#define MXC_F_LPGCR_PCLKDIS_TMR4_POS   2
 
#define MXC_F_LPGCR_PCLKDIS_TMR4   ((uint32_t)(0x1UL << MXC_F_LPGCR_PCLKDIS_TMR4_POS))
 
#define MXC_F_LPGCR_PCLKDIS_TMR5_POS   3
 
#define MXC_F_LPGCR_PCLKDIS_TMR5   ((uint32_t)(0x1UL << MXC_F_LPGCR_PCLKDIS_TMR5_POS))
 
#define MXC_F_LPGCR_PCLKDIS_UART3_POS   4
 
#define MXC_F_LPGCR_PCLKDIS_UART3   ((uint32_t)(0x1UL << MXC_F_LPGCR_PCLKDIS_UART3_POS))
 
#define MXC_F_LPGCR_PCLKDIS_LPCOMP_POS   6
 
#define MXC_F_LPGCR_PCLKDIS_LPCOMP   ((uint32_t)(0x1UL << MXC_F_LPGCR_PCLKDIS_LPCOMP_POS))
 

Detailed Description

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

Note
This file is @generated.