STM32 Blue Pill Drivers
Drivers that could be used to interface and interact with STM32F103C8T6 Microcontroller
|
RCC Addresses. More...
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... | |
RCC Addresses.
#define RCC_BASE_ADDRESS REGISTER_ADDRESS(0x40021000, 0) |
#include <MCAL/RCC/RCC_private.h>
RCC Base Address in the memory.
#define RCC REGISTER(t_RCC_RegisterMap, RCC_BASE_ADDRESS) |
#include <MCAL/RCC/RCC_private.h>
RCC Register Map.
#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)
[in] | REG | Register name |
[in] | BIT | Bit name |
[in] | BSTATUS | Bit status value (TRUE or FALSE) |