STM8S/A Standard Peripherals Firmware Library
|
Variables | |
const uint8_t | BUTTON_EXTI [BUTTONn] |
const uint8_t | BUTTON_PIN [BUTTONn] |
GPIO_TypeDef * | BUTTON_PORT [BUTTONn] |
const uint8_t | LED_PIN [LEDn] |
GPIO_TypeDef * | LED_PORT [LEDn] |
Variable Documentation
const uint8_t BUTTON_EXTI[BUTTONn] |
Initial value:
{ KEY_BUTTON_EXTI_PORT, RIGHT_BUTTON_EXTI_PORT, LEFT_BUTTON_EXTI_PORT, UP_BUTTON_EXTI_PORT, DOWN_BUTTON_EXTI_PORT, SEL_BUTTON_EXTI_PORT }
Definition at line 80 of file stm8_128_eval.c.
Referenced by STM_EVAL_PBInit().
const uint8_t BUTTON_PIN[BUTTONn] |
Initial value:
{ KEY_BUTTON_PIN, RIGHT_BUTTON_PIN, LEFT_BUTTON_PIN, UP_BUTTON_PIN, DOWN_BUTTON_PIN, SEL_BUTTON_PIN }
Definition at line 73 of file stm8_128_eval.c.
Referenced by STM_EVAL_PBGetState(), and STM_EVAL_PBInit().
GPIO_TypeDef* BUTTON_PORT[BUTTONn] |
Initial value:
{ KEY_BUTTON_PORT, RIGHT_BUTTON_PORT, LEFT_BUTTON_PORT, UP_BUTTON_PORT, DOWN_BUTTON_PORT, SEL_BUTTON_PORT }
Definition at line 67 of file stm8_128_eval.c.
Initial value:
Definition at line 61 of file stm8_128_eval.c.
Referenced by STM_EVAL_LEDInit(), STM_EVAL_LEDOff(), STM_EVAL_LEDOn(), and STM_EVAL_LEDToggle().
GPIO_TypeDef* LED_PORT[LEDn] |
Initial value:
Definition at line 59 of file stm8_128_eval.c.