STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
Loading...
Searching...
No Matches
Gpt_RegisterType Struct Reference

GPT registers struct. More...

#include <Registers.h>

Data Fields

volatile uint32 CR1
 
volatile uint32 CR2
 
volatile uint32 Reserved0
 
volatile uint32 DIER
 
volatile uint32 SR
 
volatile uint32 EGR
 
volatile uint32 Reserved1 [3u]
 
volatile uint32 CNT
 
volatile uint32 PSC
 
volatile uint32 ARR
 

Detailed Description

GPT registers struct.

Field Documentation

◆ ARR

volatile uint32 Gpt_RegisterType::ARR

TIM auto-reload register

◆ CNT

volatile uint32 Gpt_RegisterType::CNT

TIM counter

◆ CR1

volatile uint32 Gpt_RegisterType::CR1

TIM control register 1

◆ CR2

volatile uint32 Gpt_RegisterType::CR2

TIM control register 2

◆ DIER

volatile uint32 Gpt_RegisterType::DIER

TIM DMA/Interrupt enable register

◆ EGR

volatile uint32 Gpt_RegisterType::EGR

TIM event generation register

◆ PSC

volatile uint32 Gpt_RegisterType::PSC

TIM prescaler

◆ Reserved0

volatile uint32 Gpt_RegisterType::Reserved0

Reserved memory space

◆ Reserved1

volatile uint32 Gpt_RegisterType::Reserved1[3u]

Reserved memory space

◆ SR

volatile uint32 Gpt_RegisterType::SR

TIM status register


The documentation for this struct was generated from the following file: