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

Go to the source code of this file.

Data Structures

struct  mxc_flc_regs_t
 

Macros

#define MXC_R_FLC_ADDR   ((uint32_t)0x00000000UL)
 
#define MXC_R_FLC_CLKDIV   ((uint32_t)0x00000004UL)
 
#define MXC_R_FLC_CN   ((uint32_t)0x00000008UL)
 
#define MXC_R_FLC_INTR   ((uint32_t)0x00000024UL)
 
#define MXC_R_FLC_ECC_DATA   ((uint32_t)0x00000028UL)
 
#define MXC_R_FLC_DATA   ((uint32_t)0x00000030UL)
 
#define MXC_R_FLC_ACTNL   ((uint32_t)0x00000040UL)
 
#define MXC_F_FLC_ADDR_ADDR_POS   0
 
#define MXC_F_FLC_ADDR_ADDR   ((uint32_t)(0xFFFFFFFFUL << MXC_F_FLC_ADDR_ADDR_POS))
 
#define MXC_F_FLC_CLKDIV_CLKDIV_POS   0
 
#define MXC_F_FLC_CLKDIV_CLKDIV   ((uint32_t)(0xFFUL << MXC_F_FLC_CLKDIV_CLKDIV_POS))
 
#define MXC_F_FLC_CN_WR_POS   0
 
#define MXC_F_FLC_CN_WR   ((uint32_t)(0x1UL << MXC_F_FLC_CN_WR_POS))
 
#define MXC_F_FLC_CN_ME_POS   1
 
#define MXC_F_FLC_CN_ME   ((uint32_t)(0x1UL << MXC_F_FLC_CN_ME_POS))
 
#define MXC_F_FLC_CN_PGE_POS   2
 
#define MXC_F_FLC_CN_PGE   ((uint32_t)(0x1UL << MXC_F_FLC_CN_PGE_POS))
 
#define MXC_F_FLC_CN_ERASE_CODE_POS   8
 
#define MXC_F_FLC_CN_ERASE_CODE   ((uint32_t)(0xFFUL << MXC_F_FLC_CN_ERASE_CODE_POS))
 
#define MXC_V_FLC_CN_ERASE_CODE_NOP   ((uint32_t)0x0UL)
 
#define MXC_S_FLC_CN_ERASE_CODE_NOP   (MXC_V_FLC_CN_ERASE_CODE_NOP << MXC_F_FLC_CN_ERASE_CODE_POS)
 
#define MXC_V_FLC_CN_ERASE_CODE_ERASEPAGE   ((uint32_t)0x55UL)
 
#define MXC_S_FLC_CN_ERASE_CODE_ERASEPAGE   (MXC_V_FLC_CN_ERASE_CODE_ERASEPAGE << MXC_F_FLC_CN_ERASE_CODE_POS)
 
#define MXC_V_FLC_CN_ERASE_CODE_ERASEALL   ((uint32_t)0xAAUL)
 
#define MXC_S_FLC_CN_ERASE_CODE_ERASEALL   (MXC_V_FLC_CN_ERASE_CODE_ERASEALL << MXC_F_FLC_CN_ERASE_CODE_POS)
 
#define MXC_F_FLC_CN_PEND_POS   24
 
#define MXC_F_FLC_CN_PEND   ((uint32_t)(0x1UL << MXC_F_FLC_CN_PEND_POS))
 
#define MXC_F_FLC_CN_UNLOCK_POS   28
 
#define MXC_F_FLC_CN_UNLOCK   ((uint32_t)(0xFUL << MXC_F_FLC_CN_UNLOCK_POS))
 
#define MXC_V_FLC_CN_UNLOCK_UNLOCKED   ((uint32_t)0x2UL)
 
#define MXC_S_FLC_CN_UNLOCK_UNLOCKED   (MXC_V_FLC_CN_UNLOCK_UNLOCKED << MXC_F_FLC_CN_UNLOCK_POS)
 
#define MXC_V_FLC_CN_UNLOCK_LOCKED   ((uint32_t)0x3UL)
 
#define MXC_S_FLC_CN_UNLOCK_LOCKED   (MXC_V_FLC_CN_UNLOCK_LOCKED << MXC_F_FLC_CN_UNLOCK_POS)
 
#define MXC_F_FLC_INTR_DONE_POS   0
 
#define MXC_F_FLC_INTR_DONE   ((uint32_t)(0x1UL << MXC_F_FLC_INTR_DONE_POS))
 
#define MXC_F_FLC_INTR_AF_POS   1
 
#define MXC_F_FLC_INTR_AF   ((uint32_t)(0x1UL << MXC_F_FLC_INTR_AF_POS))
 
#define MXC_F_FLC_INTR_DONEIE_POS   8
 
#define MXC_F_FLC_INTR_DONEIE   ((uint32_t)(0x1UL << MXC_F_FLC_INTR_DONEIE_POS))
 
#define MXC_F_FLC_INTR_AFIE_POS   9
 
#define MXC_F_FLC_INTR_AFIE   ((uint32_t)(0x1UL << MXC_F_FLC_INTR_AFIE_POS))
 
#define MXC_F_FLC_ECC_DATA_ECC_EVEN_POS   0
 
#define MXC_F_FLC_ECC_DATA_ECC_EVEN   ((uint32_t)(0xFFUL << MXC_F_FLC_ECC_DATA_ECC_EVEN_POS))
 
#define MXC_F_FLC_ECC_DATA_ECC_ODD_POS   16
 
#define MXC_F_FLC_ECC_DATA_ECC_ODD   ((uint32_t)(0xFFUL << MXC_F_FLC_ECC_DATA_ECC_ODD_POS))
 
#define MXC_F_FLC_DATA_DATA_POS   0
 
#define MXC_F_FLC_DATA_DATA   ((uint32_t)(0xFFFFFFFFUL << MXC_F_FLC_DATA_DATA_POS))
 
#define MXC_F_FLC_ACTNL_ACNTL_POS   0
 
#define MXC_F_FLC_ACTNL_ACNTL   ((uint32_t)(0xFFFFFFFFUL << MXC_F_FLC_ACTNL_ACNTL_POS))
 

Detailed Description

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

Note
This file is @generated.