Added enum for EXTI bitmasks

This commit is contained in:
2025-09-03 01:34:19 -07:00
parent 35bc902187
commit 64fb4e4a23
3 changed files with 64 additions and 1 deletions

View File

@@ -23,6 +23,10 @@ struct SHAL_Peripheral_Register {
unsigned long offset;
};
struct SHAL_EXTIO_Register{
volatile uint32_t* EXT_ICR;
unsigned long mask;
};
//---------------------------------------------------------