STM8S/A Standard Peripherals Firmware Library
|
stm8s_eval.h File Reference
Header file for stm8sl_eval.c module. More...
Go to the source code of this file.
Enumerations | |
enum | Button_TypeDef { BUTTON_KEY = 0, BUTTON_RIGHT = 1, BUTTON_LEFT = 2, BUTTON_UP = 3, BUTTON_DOWN = 4, BUTTON_SEL = 5 } |
enum | ButtonMode_TypeDef { BUTTON_MODE_GPIO = 0, BUTTON_MODE_EXTI = 1 } |
enum | JOYState_TypeDef { JOY_NONE = 0, JOY_SEL = 1, JOY_DOWN = 2, JOY_LEFT = 3, JOY_RIGHT = 4, JOY_UP = 5 } |
enum | Led_TypeDef { LED1 = 0, LED2 = 1, LED3 = 2, LED4 = 3, LED5 = 4 } |
Detailed Description
Header file for stm8sl_eval.c module.
- Author:
- MCD Application Team
- Version:
- V1.0.1
- Date:
- 30-September-2014 Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file stm8s_eval.h.