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

Go to the source code of this file.

Data Structures

struct  mxc_htmr_regs_t
 

Macros

#define MXC_R_HTMR_SEC   ((uint32_t)0x00000000UL)
 
#define MXC_R_HTMR_SSEC   ((uint32_t)0x00000004UL)
 
#define MXC_R_HTMR_RAS   ((uint32_t)0x00000008UL)
 
#define MXC_R_HTMR_RSSA   ((uint32_t)0x0000000CUL)
 
#define MXC_R_HTMR_CTRL   ((uint32_t)0x00000010UL)
 
#define MXC_F_HTMR_SEC_RTS_POS   0
 
#define MXC_F_HTMR_SEC_RTS   ((uint32_t)(0x7FFFFFFFUL << MXC_F_HTMR_SEC_RTS_POS))
 
#define MXC_F_HTMR_SSEC_RTSS_POS   0
 
#define MXC_F_HTMR_SSEC_RTSS   ((uint32_t)(0xFFUL << MXC_F_HTMR_SSEC_RTSS_POS))
 
#define MXC_F_HTMR_RAS_RAS_POS   0
 
#define MXC_F_HTMR_RAS_RAS   ((uint32_t)(0xFFFFFUL << MXC_F_HTMR_RAS_RAS_POS))
 
#define MXC_F_HTMR_RSSA_RSSA_POS   0
 
#define MXC_F_HTMR_RSSA_RSSA   ((uint32_t)(0xFFFFFFFFUL << MXC_F_HTMR_RSSA_RSSA_POS))
 
#define MXC_F_HTMR_CTRL_HTEN_POS   0
 
#define MXC_F_HTMR_CTRL_HTEN   ((uint32_t)(0x1UL << MXC_F_HTMR_CTRL_HTEN_POS))
 
#define MXC_F_HTMR_CTRL_ADE_POS   1
 
#define MXC_F_HTMR_CTRL_ADE   ((uint32_t)(0x1UL << MXC_F_HTMR_CTRL_ADE_POS))
 
#define MXC_F_HTMR_CTRL_ASE_POS   2
 
#define MXC_F_HTMR_CTRL_ASE   ((uint32_t)(0x1UL << MXC_F_HTMR_CTRL_ASE_POS))
 
#define MXC_F_HTMR_CTRL_BUSY_POS   3
 
#define MXC_F_HTMR_CTRL_BUSY   ((uint32_t)(0x1UL << MXC_F_HTMR_CTRL_BUSY_POS))
 
#define MXC_F_HTMR_CTRL_RDY_POS   4
 
#define MXC_F_HTMR_CTRL_RDY   ((uint32_t)(0x1UL << MXC_F_HTMR_CTRL_RDY_POS))
 
#define MXC_F_HTMR_CTRL_RDYE_POS   5
 
#define MXC_F_HTMR_CTRL_RDYE   ((uint32_t)(0x1UL << MXC_F_HTMR_CTRL_RDYE_POS))
 
#define MXC_F_HTMR_CTRL_ALDF_POS   6
 
#define MXC_F_HTMR_CTRL_ALDF   ((uint32_t)(0x1UL << MXC_F_HTMR_CTRL_ALDF_POS))
 
#define MXC_F_HTMR_CTRL_ALSF_POS   7
 
#define MXC_F_HTMR_CTRL_ALSF   ((uint32_t)(0x1UL << MXC_F_HTMR_CTRL_ALSF_POS))
 
#define MXC_F_HTMR_CTRL_WE_POS   15
 
#define MXC_F_HTMR_CTRL_WE   ((uint32_t)(0x1UL << MXC_F_HTMR_CTRL_WE_POS))
 

Detailed Description

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

Note
This file is @generated.