Finished EXTI abstraction

This commit is contained in:
2025-09-05 23:57:26 -07:00
parent 8b4402e4c8
commit f6e21fbd88
5 changed files with 84 additions and 55 deletions

View File

@@ -26,6 +26,7 @@ struct SHAL_Peripheral_Register {
struct SHAL_EXTIO_Register{
volatile uint32_t* EXT_ICR;
unsigned long mask;
IRQn_Type IRQN;
};
//---------------------------------------------------------