Created structs and enums for alternate function UART pins

This commit is contained in:
2025-09-06 19:49:36 -07:00
parent f6e21fbd88
commit d763965cb8
6 changed files with 81 additions and 10 deletions

View File

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