STM8S/A Standard Peripherals Firmware Library
|
Defines | |
#define | BUTTONn 6 |
#define | DOWN_BUTTON_EXTI_PORT EXTI_PORT_GPIOB |
#define | DOWN_BUTTON_PIN GPIO_PIN_7 |
#define | DOWN_BUTTON_PORT GPIOB |
Joystick Down push-button. | |
#define | KEY_BUTTON_EXTI_PORT EXTI_PORT_GPIOC |
EXTI push-button definition. | |
#define | KEY_BUTTON_PIN GPIO_PIN_0 |
#define | KEY_BUTTON_PORT GPIOC |
Key push-button. | |
#define | LEFT_BUTTON_EXTI_PORT EXTI_PORT_GPIOB |
#define | LEFT_BUTTON_PIN GPIO_PIN_4 |
#define | LEFT_BUTTON_PORT GPIOB |
Joystick Left push-button. | |
#define | RIGHT_BUTTON_EXTI_PORT EXTI_PORT_GPIOB |
#define | RIGHT_BUTTON_PIN GPIO_PIN_5 |
#define | RIGHT_BUTTON_PORT GPIOB |
Joystick Right push-button. | |
#define | SEL_BUTTON_EXTI_PORT EXTI_PORT_GPIOD |
#define | SEL_BUTTON_PIN GPIO_PIN_7 |
#define | SEL_BUTTON_PORT GPIOD |
Joystick Sel push-button. | |
#define | UP_BUTTON_EXTI_PORT EXTI_PORT_GPIOB |
#define | UP_BUTTON_PIN GPIO_PIN_6 |
#define | UP_BUTTON_PORT GPIOB |
Joystick Up push-button. |
Define Documentation
#define BUTTONn 6 |
Definition at line 79 of file stm8_128_eval.h.
#define DOWN_BUTTON_EXTI_PORT EXTI_PORT_GPIOB |
Definition at line 124 of file stm8_128_eval.h.
#define DOWN_BUTTON_PIN GPIO_PIN_7 |
Definition at line 109 of file stm8_128_eval.h.
#define DOWN_BUTTON_PORT GPIOB |
Joystick Down push-button.
Definition at line 108 of file stm8_128_eval.h.
#define KEY_BUTTON_EXTI_PORT EXTI_PORT_GPIOC |
EXTI push-button definition.
Definition at line 120 of file stm8_128_eval.h.
#define KEY_BUTTON_PIN GPIO_PIN_0 |
Definition at line 85 of file stm8_128_eval.h.
#define KEY_BUTTON_PORT GPIOC |
Key push-button.
Definition at line 84 of file stm8_128_eval.h.
#define LEFT_BUTTON_EXTI_PORT EXTI_PORT_GPIOB |
Definition at line 122 of file stm8_128_eval.h.
#define LEFT_BUTTON_PIN GPIO_PIN_4 |
Definition at line 97 of file stm8_128_eval.h.
#define LEFT_BUTTON_PORT GPIOB |
Joystick Left push-button.
Definition at line 96 of file stm8_128_eval.h.
#define RIGHT_BUTTON_EXTI_PORT EXTI_PORT_GPIOB |
Definition at line 121 of file stm8_128_eval.h.
#define RIGHT_BUTTON_PIN GPIO_PIN_5 |
Definition at line 91 of file stm8_128_eval.h.
#define RIGHT_BUTTON_PORT GPIOB |
Joystick Right push-button.
Definition at line 90 of file stm8_128_eval.h.
#define SEL_BUTTON_EXTI_PORT EXTI_PORT_GPIOD |
Definition at line 125 of file stm8_128_eval.h.
#define SEL_BUTTON_PIN GPIO_PIN_7 |
Definition at line 115 of file stm8_128_eval.h.
#define SEL_BUTTON_PORT GPIOD |
Joystick Sel push-button.
Definition at line 114 of file stm8_128_eval.h.
#define UP_BUTTON_EXTI_PORT EXTI_PORT_GPIOB |
Definition at line 123 of file stm8_128_eval.h.
#define UP_BUTTON_PIN GPIO_PIN_6 |
Definition at line 103 of file stm8_128_eval.h.
#define UP_BUTTON_PORT GPIOB |
Joystick Up push-button.
Definition at line 102 of file stm8_128_eval.h.