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

Shared library for all the standard types. More...

#include "LSTD_TYPES.h"
+ Include dependency graph for LSTD_SHARED.h:
+ This graph shows which files directly or indirectly include this file:

Macros

#define SET_REGISTER_BIT_STATUS(PERPH, REG, BIT, BSTATUS)   (PERPH.REG.BIT = (BSTATUS == TRUE) ? 1U : 0U)
 Set register bit status (1 or 0) More...
 

Detailed Description

Shared library for all the standard types.

Author
Mohamed Alaa
Version
1.0.0
Date
2023-06-24