|
CMSIS2000
0.0.7
|

Go to the source code of this file.
Macros | |
| #define | USARTy USART1 |
| #define | USARTy_CLK RCC_APB2Periph_USART1 |
| #define | USARTy_GPIO GPIOA |
| #define | USARTy_GPIO_CLK RCC_APB2Periph_GPIOA |
| #define | USARTy_IRQHandler USART1_IRQHandler |
| #define | USARTy_IRQn USART1_IRQn |
| #define | USARTy_RxPin GPIO_Pin_10 |
| #define | USARTy_TxPin GPIO_Pin_9 |
| #define | USARTz USART2 |
| #define | USARTz_CLK RCC_APB1Periph_USART2 |
| #define | USARTz_GPIO GPIOA |
| #define | USARTz_GPIO_CLK RCC_APB2Periph_GPIOA |
| #define | USARTz_IRQHandler USART2_IRQHandler |
| #define | USARTz_IRQn USART2_IRQn |
| #define | USARTz_RxPin GPIO_Pin_3 |
| #define | USARTz_TxPin GPIO_Pin_2 |
| #define | USE_STM32100E_EVAL |
| #define USARTy USART1 |
Definition at line 63 of file platform_config.h.
Referenced by main(), and USARTy_IRQHandler().
| #define USARTy_CLK RCC_APB2Periph_USART1 |
Definition at line 65 of file platform_config.h.
Referenced by RCC_Configuration().
| #define USARTy_GPIO GPIOA |
Definition at line 64 of file platform_config.h.
Referenced by GPIO_Configuration().
| #define USARTy_GPIO_CLK RCC_APB2Periph_GPIOA |
Definition at line 66 of file platform_config.h.
Referenced by RCC_Configuration().
| #define USARTy_IRQHandler USART1_IRQHandler |
Definition at line 70 of file platform_config.h.
| #define USARTy_IRQn USART1_IRQn |
Definition at line 69 of file platform_config.h.
Referenced by NVIC_Configuration().
| #define USARTy_RxPin GPIO_Pin_10 |
Definition at line 67 of file platform_config.h.
Referenced by GPIO_Configuration().
| #define USARTy_TxPin GPIO_Pin_9 |
Definition at line 68 of file platform_config.h.
Referenced by GPIO_Configuration().
| #define USARTz USART2 |
Definition at line 72 of file platform_config.h.
Referenced by main(), and USARTz_IRQHandler().
| #define USARTz_CLK RCC_APB1Periph_USART2 |
Definition at line 74 of file platform_config.h.
Referenced by RCC_Configuration().
| #define USARTz_GPIO GPIOA |
Definition at line 73 of file platform_config.h.
Referenced by GPIO_Configuration().
| #define USARTz_GPIO_CLK RCC_APB2Periph_GPIOA |
Definition at line 75 of file platform_config.h.
Referenced by RCC_Configuration().
| #define USARTz_IRQHandler USART2_IRQHandler |
Definition at line 79 of file platform_config.h.
| #define USARTz_IRQn USART2_IRQn |
Definition at line 78 of file platform_config.h.
Referenced by NVIC_Configuration().
| #define USARTz_RxPin GPIO_Pin_3 |
Definition at line 76 of file platform_config.h.
Referenced by GPIO_Configuration().
| #define USARTz_TxPin GPIO_Pin_2 |
Definition at line 77 of file platform_config.h.
Referenced by GPIO_Configuration().
| #define USE_STM32100E_EVAL |
Definition at line 37 of file platform_config.h.