STM32 Blue Pill Drivers
Drivers that could be used to interface and interact with STM32F103C8T6 Microcontroller
Loading...
Searching...
No Matches
t_RCC_AHBENR Struct Reference

RCC AHB peripheral clock register. More...

#include "MCAL/RCC/RCC_private.h"

+ Collaboration diagram for t_RCC_AHBENR:

Data Fields

t_u32 DMA1EN: 1
 DMA1 clock enable. More...
 
t_u32 DMA2EN: 1
 DMA2 clock enable. More...
 
t_u32 __pad0__: 4
 Reserved bit(s) More...
 
t_u32 CRCEN: 1
 CRC clock enable. More...
 
t_u32 __pad1__: 25
 Reserved bit(s) More...
 

Detailed Description

RCC AHB peripheral clock register.

Field Documentation

◆ DMA1EN

t_u32 DMA1EN

DMA1 clock enable.

This field enables the DMA1 clock

◆ DMA2EN

t_u32 DMA2EN

DMA2 clock enable.

This field enables the DMA2 clock

◆ __pad0__

t_u32 __pad0__

Reserved bit(s)

Attention
This field is reserved and must be kept at reset value.

◆ CRCEN

t_u32 CRCEN

CRC clock enable.

This field enables the CRC clock

◆ __pad1__

t_u32 __pad1__

Reserved bit(s)

Attention
This field is reserved and must be kept at reset value.

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