STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
Loading...
Searching...
No Matches
casting to base address of the Basic Timers

Macros

#define TIM6_BASE   ( PERIPH_BASE + 0x00001000UL )
 
#define TIM7_BASE   ( PERIPH_BASE + 0x00001400UL )
 
#define TIM6   ( (Gpt_RegisterType *)TIM6_BASE )
 
#define TIM7   ( (Gpt_RegisterType *)TIM7_BASE )
 

Detailed Description

Macro Definition Documentation

◆ TIM6

#define TIM6   ( (Gpt_RegisterType *)TIM6_BASE )

Access to TIM6 registers

◆ TIM6_BASE

#define TIM6_BASE   ( PERIPH_BASE + 0x00001000UL )

TIM6 Base Address

◆ TIM7

#define TIM7   ( (Gpt_RegisterType *)TIM7_BASE )

Access to TIM7 registers

◆ TIM7_BASE

#define TIM7_BASE   ( PERIPH_BASE + 0x00001400UL )

TIM7 Base Address