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

RCC Addresses. More...

+ Collaboration diagram for RCC Addresses:

Macros

#define RCC_BASE_ADDRESS   REGISTER_ADDRESS(0x40021000, 0)
 RCC Base Address in the memory. More...
 
#define RCC   REGISTER(t_RCC_RegisterMap, RCC_BASE_ADDRESS)
 RCC Register Map. More...
 
#define RCC_SET_REGISTER_BIT_STATUS(REG, BIT, BSTATUS)   SET_REGISTER_BIT_STATUS(RCC, REG, BIT, BSTATUS)
 Set RCC register bit status (TRUE or FALSE) More...
 

Detailed Description

RCC Addresses.

Macro Definition Documentation

◆ RCC_BASE_ADDRESS

#define RCC_BASE_ADDRESS   REGISTER_ADDRESS(0x40021000, 0)

#include <MCAL/RCC/RCC_private.h>

RCC Base Address in the memory.

◆ RCC

#include <MCAL/RCC/RCC_private.h>

RCC Register Map.

◆ RCC_SET_REGISTER_BIT_STATUS

#define RCC_SET_REGISTER_BIT_STATUS (   REG,
  BIT,
  BSTATUS 
)    SET_REGISTER_BIT_STATUS(RCC, REG, BIT, BSTATUS)

#include <MCAL/RCC/RCC_private.h>

Set RCC register bit status (TRUE or FALSE)

This macro sets the RCC register bit status (TRUE or FALSE)

Parameters
[in]REGRegister name
[in]BITBit name
[in]BSTATUSBit status value (TRUE or FALSE)