Consolidate definitions for STM32F103.

This commit is contained in:
NIIBE Yutaka
2018-09-21 14:47:16 +09:00
parent 2b717c91da
commit 951afbad3a
5 changed files with 94 additions and 99 deletions

View File

@@ -633,6 +633,7 @@ static struct AFIO *const AFIO = (struct AFIO *)AFIO_BASE;
#define AFIO_MAPR_TIM3_REMAP_PARTIALREMAP 0x00000800
#define AFIO_MAPR_SWJ_CFG_DISABLE 0x04000000
#define AFIO_MAPR_SWJ_CFG_JTAGDISABLE 0x02000000
struct DBGMCU {