cpu/k22f: Add GPIO compatibility definitions to vendor headers
This commit is contained in:
parent
4ceb71e719
commit
57b32f5c66
16
cpu/k22f/include/vendor/MK22F10.h
vendored
16
cpu/k22f/include/vendor/MK22F10.h
vendored
@ -8452,7 +8452,21 @@ typedef struct {
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* No backward compatibility issues. */
|
#define GPIOA_BASE PTA_BASE
|
||||||
|
#define GPIOB_BASE PTB_BASE
|
||||||
|
#define GPIOC_BASE PTC_BASE
|
||||||
|
#define GPIOD_BASE PTD_BASE
|
||||||
|
#define GPIOE_BASE PTE_BASE
|
||||||
|
#define GPIOF_BASE PTF_BASE
|
||||||
|
#define GPIOG_BASE PTG_BASE
|
||||||
|
#define GPIOA PTA
|
||||||
|
#define GPIOB PTB
|
||||||
|
#define GPIOC PTC
|
||||||
|
#define GPIOD PTD
|
||||||
|
#define GPIOE PTE
|
||||||
|
#define GPIOF PTF
|
||||||
|
#define GPIOG PTG
|
||||||
|
#define OSC0 OSC
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
|
|||||||
15
cpu/k22f/include/vendor/MK22F12.h
vendored
15
cpu/k22f/include/vendor/MK22F12.h
vendored
@ -15002,6 +15002,21 @@ typedef struct {
|
|||||||
#define LLW_IRQn LLWU_IRQn
|
#define LLW_IRQn LLWU_IRQn
|
||||||
#define LLW_IRQHandler LLWU_IRQHandler
|
#define LLW_IRQHandler LLWU_IRQHandler
|
||||||
|
|
||||||
|
#define GPIOA_BASE PTA_BASE
|
||||||
|
#define GPIOB_BASE PTB_BASE
|
||||||
|
#define GPIOC_BASE PTC_BASE
|
||||||
|
#define GPIOD_BASE PTD_BASE
|
||||||
|
#define GPIOE_BASE PTE_BASE
|
||||||
|
#define GPIOF_BASE PTF_BASE
|
||||||
|
#define GPIOG_BASE PTG_BASE
|
||||||
|
#define GPIOA PTA
|
||||||
|
#define GPIOB PTB
|
||||||
|
#define GPIOC PTC
|
||||||
|
#define GPIOD PTD
|
||||||
|
#define GPIOE PTE
|
||||||
|
#define GPIOF PTF
|
||||||
|
#define GPIOG PTG
|
||||||
|
#define OSC0 OSC
|
||||||
/*!
|
/*!
|
||||||
* @}
|
* @}
|
||||||
*/ /* end of group Backward_Compatibility_Symbols */
|
*/ /* end of group Backward_Compatibility_Symbols */
|
||||||
|
|||||||
15
cpu/k22f/include/vendor/MK22F12810.h
vendored
15
cpu/k22f/include/vendor/MK22F12810.h
vendored
@ -11742,6 +11742,21 @@ typedef struct {
|
|||||||
#define LLW_IRQn LLWU_IRQn
|
#define LLW_IRQn LLWU_IRQn
|
||||||
#define LLW_IRQHandler LLWU_IRQHandler
|
#define LLW_IRQHandler LLWU_IRQHandler
|
||||||
|
|
||||||
|
#define GPIOA_BASE PTA_BASE
|
||||||
|
#define GPIOB_BASE PTB_BASE
|
||||||
|
#define GPIOC_BASE PTC_BASE
|
||||||
|
#define GPIOD_BASE PTD_BASE
|
||||||
|
#define GPIOE_BASE PTE_BASE
|
||||||
|
#define GPIOF_BASE PTF_BASE
|
||||||
|
#define GPIOG_BASE PTG_BASE
|
||||||
|
#define GPIOA PTA
|
||||||
|
#define GPIOB PTB
|
||||||
|
#define GPIOC PTC
|
||||||
|
#define GPIOD PTD
|
||||||
|
#define GPIOE PTE
|
||||||
|
#define GPIOF PTF
|
||||||
|
#define GPIOG PTG
|
||||||
|
#define OSC0 OSC
|
||||||
/*!
|
/*!
|
||||||
* @}
|
* @}
|
||||||
*/ /* end of group Backward_Compatibility_Symbols */
|
*/ /* end of group Backward_Compatibility_Symbols */
|
||||||
|
|||||||
15
cpu/k22f/include/vendor/MK22F25612.h
vendored
15
cpu/k22f/include/vendor/MK22F25612.h
vendored
@ -12611,6 +12611,21 @@ typedef struct {
|
|||||||
#define LLW_IRQn LLWU_IRQn
|
#define LLW_IRQn LLWU_IRQn
|
||||||
#define LLW_IRQHandler LLWU_IRQHandler
|
#define LLW_IRQHandler LLWU_IRQHandler
|
||||||
|
|
||||||
|
#define GPIOA_BASE PTA_BASE
|
||||||
|
#define GPIOB_BASE PTB_BASE
|
||||||
|
#define GPIOC_BASE PTC_BASE
|
||||||
|
#define GPIOD_BASE PTD_BASE
|
||||||
|
#define GPIOE_BASE PTE_BASE
|
||||||
|
#define GPIOF_BASE PTF_BASE
|
||||||
|
#define GPIOG_BASE PTG_BASE
|
||||||
|
#define GPIOA PTA
|
||||||
|
#define GPIOB PTB
|
||||||
|
#define GPIOC PTC
|
||||||
|
#define GPIOD PTD
|
||||||
|
#define GPIOE PTE
|
||||||
|
#define GPIOF PTF
|
||||||
|
#define GPIOG PTG
|
||||||
|
#define OSC0 OSC
|
||||||
/*!
|
/*!
|
||||||
* @}
|
* @}
|
||||||
*/ /* end of group Backward_Compatibility_Symbols */
|
*/ /* end of group Backward_Compatibility_Symbols */
|
||||||
|
|||||||
13
cpu/k22f/include/vendor/MK22F51212.h
vendored
13
cpu/k22f/include/vendor/MK22F51212.h
vendored
@ -13019,6 +13019,19 @@ typedef struct {
|
|||||||
#define LLW_IRQHandler LLWU_IRQHandler
|
#define LLW_IRQHandler LLWU_IRQHandler
|
||||||
|
|
||||||
#define GPIOA_BASE PTA_BASE
|
#define GPIOA_BASE PTA_BASE
|
||||||
|
#define GPIOB_BASE PTB_BASE
|
||||||
|
#define GPIOC_BASE PTC_BASE
|
||||||
|
#define GPIOD_BASE PTD_BASE
|
||||||
|
#define GPIOE_BASE PTE_BASE
|
||||||
|
#define GPIOF_BASE PTF_BASE
|
||||||
|
#define GPIOG_BASE PTG_BASE
|
||||||
|
#define GPIOA PTA
|
||||||
|
#define GPIOB PTB
|
||||||
|
#define GPIOC PTC
|
||||||
|
#define GPIOD PTD
|
||||||
|
#define GPIOE PTE
|
||||||
|
#define GPIOF PTF
|
||||||
|
#define GPIOG PTG
|
||||||
#define OSC0 OSC
|
#define OSC0 OSC
|
||||||
/*!
|
/*!
|
||||||
* @}
|
* @}
|
||||||
|
|||||||
1
cpu/k22f/include/vendor/MK22FA12.h
vendored
1
cpu/k22f/include/vendor/MK22FA12.h
vendored
@ -16488,6 +16488,7 @@ typedef struct {
|
|||||||
#define LLW_IRQn LLWU_IRQn
|
#define LLW_IRQn LLWU_IRQn
|
||||||
#define LLW_IRQHandler LLWU_IRQHandler
|
#define LLW_IRQHandler LLWU_IRQHandler
|
||||||
|
|
||||||
|
#define OSC0 OSC
|
||||||
/*!
|
/*!
|
||||||
* @}
|
* @}
|
||||||
*/ /* end of group Backward_Compatibility_Symbols */
|
*/ /* end of group Backward_Compatibility_Symbols */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user