MAX32650 Peripheral Driver API
Peripheral Driver API for the MAX32650
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
TMR_Registers

Modules

 Register Offsets
 
 TMR_CNT
 
 TMR_CMP
 
 TMR_PWM
 
 TMR_INTR
 
 TMR_CN
 
 TMR_NOLCMP
 

Files

file  tmr_regs.h
 

Data Structures

struct  mxc_tmr_regs_t
 

Detailed Description

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

32-bit reloadable timer that can be used for timing and event counting.


Data Structure Documentation

◆ mxc_tmr_regs_t

struct mxc_tmr_regs_t

Structure type to access the TMR Registers.

Data Fields

__IO uint32_t cnt
 
__IO uint32_t cmp
 
__IO uint32_t pwm
 
__IO uint32_t intr
 
__IO uint32_t cn
 
__IO uint32_t nolcmp
 

Field Documentation

◆ cmp

__IO uint32_t cmp

0x04: TMR CMP Register

◆ cn

__IO uint32_t cn

0x10: TMR CN Register

◆ cnt

__IO uint32_t cnt

0x00: TMR CNT Register

◆ intr

__IO uint32_t intr

0x0C: TMR INTR Register

◆ nolcmp

__IO uint32_t nolcmp

0x14: TMR NOLCMP Register

◆ pwm

__IO uint32_t pwm

0x08: TMR PWM Register