STM32 Blue Pill Drivers
Drivers that could be used to interface and interact with STM32F103C8T6 Microcontroller
|
Shared library for all the standard types. More...
#include "LSTD_TYPES.h"
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... | |
Shared library for all the standard types.