Rev 13 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 13 | Rev 18 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | ****************************************************************************** |
2 | ****************************************************************************** |
| 3 | * File Name : mxconstants.h |
3 | * File Name : mxconstants.h |
| 4 | * Description : This file contains the common defines of the application |
4 | * Description : This file contains the common defines of the application |
| 5 | ****************************************************************************** |
5 | ****************************************************************************** |
| 6 | * |
6 | * |
| 7 | * COPYRIGHT(c) 2016 STMicroelectronics |
7 | * COPYRIGHT(c) 2017 STMicroelectronics |
| 8 | * |
8 | * |
| 9 | * Redistribution and use in source and binary forms, with or without modification, |
9 | * Redistribution and use in source and binary forms, with or without modification, |
| 10 | * are permitted provided that the following conditions are met: |
10 | * are permitted provided that the following conditions are met: |
| 11 | * 1. Redistributions of source code must retain the above copyright notice, |
11 | * 1. Redistributions of source code must retain the above copyright notice, |
| 12 | * this list of conditions and the following disclaimer. |
12 | * this list of conditions and the following disclaimer. |
| Line 58... | Line 58... | ||
| 58 | #define SPI1CD_GPIO_Port GPIOC |
58 | #define SPI1CD_GPIO_Port GPIOC |
| 59 | #define SPI_RESET_Pin GPIO_PIN_0 |
59 | #define SPI_RESET_Pin GPIO_PIN_0 |
| 60 | #define SPI_RESET_GPIO_Port GPIOB |
60 | #define SPI_RESET_GPIO_Port GPIOB |
| 61 | #define SPI_NS_Temp_Pin GPIO_PIN_1 |
61 | #define SPI_NS_Temp_Pin GPIO_PIN_1 |
| 62 | #define SPI_NS_Temp_GPIO_Port GPIOB |
62 | #define SPI_NS_Temp_GPIO_Port GPIOB |
| - | 63 | #define SPI_NS_Temp2_Pin GPIO_PIN_2 |
|
| - | 64 | #define SPI_NS_Temp2_GPIO_Port GPIOB |
|
| - | 65 | #define ENA_AUX_5V_Pin GPIO_PIN_10 |
|
| - | 66 | #define ENA_AUX_5V_GPIO_Port GPIOB |
|
| 63 | #define CB_Pulse_Pin GPIO_PIN_15 |
67 | #define CB_Pulse_Pin GPIO_PIN_15 |
| 64 | #define CB_Pulse_GPIO_Port GPIOA |
68 | #define CB_Pulse_GPIO_Port GPIOA |
| - | 69 | #define STARTER_ON_Pin GPIO_PIN_10 |
|
| - | 70 | #define STARTER_ON_GPIO_Port GPIOC |
|
| 65 | /* USER CODE BEGIN Private defines */ |
71 | /* USER CODE BEGIN Private defines */ |
| 66 | 72 | ||
| 67 | /* USER CODE END Private defines */ |
73 | /* USER CODE END Private defines */ |
| 68 | 74 | ||
| 69 | /** |
75 | /** |