Changed directory structure to eventually support multi-MCU family support - added files

This commit is contained in:
2025-08-29 23:06:44 -07:00
parent a0cb980e16
commit 45abfc6c88
19 changed files with 48 additions and 43 deletions

View File

@@ -8,7 +8,7 @@
#include <cstdint>
struct RCC_Peripheral {
struct SHAL_Peripheral {
volatile uint32_t* reg;
uint32_t bitmask;
};