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

Go to the source code of this file.

Data Structures

struct  mxc_mcr_regs_t
 

Macros

#define MXC_R_MCR_RST   ((uint32_t)0x00000004UL)
 
#define MXC_R_MCR_LPPIOCTRL   ((uint32_t)0x00000010UL)
 
#define MXC_R_MCR_CLKDIS   ((uint32_t)0x00000024UL)
 
#define MXC_F_MCR_RST_LPTMR0_POS   0
 
#define MXC_F_MCR_RST_LPTMR0   ((uint32_t)(0x1UL << MXC_F_MCR_RST_LPTMR0_POS))
 
#define MXC_F_MCR_RST_LPTMR1_POS   1
 
#define MXC_F_MCR_RST_LPTMR1   ((uint32_t)(0x1UL << MXC_F_MCR_RST_LPTMR1_POS))
 
#define MXC_F_MCR_RST_LPUART0_POS   2
 
#define MXC_F_MCR_RST_LPUART0   ((uint32_t)(0x1UL << MXC_F_MCR_RST_LPUART0_POS))
 
#define MXC_F_MCR_RST_RTC_POS   3
 
#define MXC_F_MCR_RST_RTC   ((uint32_t)(0x1UL << MXC_F_MCR_RST_RTC_POS))
 
#define MXC_F_MCR_LPPIOCTRL_LPTMR0_I_POS   0
 
#define MXC_F_MCR_LPPIOCTRL_LPTMR0_I   ((uint32_t)(0x1UL << MXC_F_MCR_LPPIOCTRL_LPTMR0_I_POS))
 
#define MXC_F_MCR_LPPIOCTRL_LPTMR0_O_POS   1
 
#define MXC_F_MCR_LPPIOCTRL_LPTMR0_O   ((uint32_t)(0x1UL << MXC_F_MCR_LPPIOCTRL_LPTMR0_O_POS))
 
#define MXC_F_MCR_LPPIOCTRL_LPTMR1_I_POS   2
 
#define MXC_F_MCR_LPPIOCTRL_LPTMR1_I   ((uint32_t)(0x1UL << MXC_F_MCR_LPPIOCTRL_LPTMR1_I_POS))
 
#define MXC_F_MCR_LPPIOCTRL_LPTMR1_O_POS   3
 
#define MXC_F_MCR_LPPIOCTRL_LPTMR1_O   ((uint32_t)(0x1UL << MXC_F_MCR_LPPIOCTRL_LPTMR1_O_POS))
 
#define MXC_F_MCR_LPPIOCTRL_LPUART0_RX_POS   4
 
#define MXC_F_MCR_LPPIOCTRL_LPUART0_RX   ((uint32_t)(0x1UL << MXC_F_MCR_LPPIOCTRL_LPUART0_RX_POS))
 
#define MXC_F_MCR_LPPIOCTRL_LPUART0_TX_POS   5
 
#define MXC_F_MCR_LPPIOCTRL_LPUART0_TX   ((uint32_t)(0x1UL << MXC_F_MCR_LPPIOCTRL_LPUART0_TX_POS))
 
#define MXC_F_MCR_LPPIOCTRL_LPUART0_CTS_POS   6
 
#define MXC_F_MCR_LPPIOCTRL_LPUART0_CTS   ((uint32_t)(0x1UL << MXC_F_MCR_LPPIOCTRL_LPUART0_CTS_POS))
 
#define MXC_F_MCR_LPPIOCTRL_LPUART0_RTS_POS   7
 
#define MXC_F_MCR_LPPIOCTRL_LPUART0_RTS   ((uint32_t)(0x1UL << MXC_F_MCR_LPPIOCTRL_LPUART0_RTS_POS))
 
#define MXC_F_MCR_CLKDIS_LPTMR0_POS   0
 
#define MXC_F_MCR_CLKDIS_LPTMR0   ((uint32_t)(0x1UL << MXC_F_MCR_CLKDIS_LPTMR0_POS))
 
#define MXC_F_MCR_CLKDIS_LPTMR1_POS   1
 
#define MXC_F_MCR_CLKDIS_LPTMR1   ((uint32_t)(0x1UL << MXC_F_MCR_CLKDIS_LPTMR1_POS))
 
#define MXC_F_MCR_CLKDIS_LPUART0_POS   2
 
#define MXC_F_MCR_CLKDIS_LPUART0   ((uint32_t)(0x1UL << MXC_F_MCR_CLKDIS_LPUART0_POS))
 

Detailed Description

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

Note
This file is @generated.