Appiko
Macros | Enumerations
SDK EVAL Gpio Exported Types

Macros

#define M2S_GPIO_NUMBER   5
 Number of MCU GPIO pins used for GPIO.
 

Enumerations

enum  M2SGpioPin {
  M2S_GPIO_0 = 0x00, M2S_GPIO_1 = 0x01, M2S_GPIO_2 = 0x02, M2S_GPIO_3 = 0x03,
  M2S_GPIO_SDN = 0x04
}
 MCU GPIO pin enumeration for GPIO. More...
 
enum  M2SGpioMode { M2S_MODE_GPIO_IN = 0x00, M2S_MODE_EXTI_IN, M2S_MODE_GPIO_OUT }
 MCU GPIO pin working mode for GPIO. More...
 

Detailed Description

Enumeration Type Documentation

◆ M2SGpioMode

Enumerator
M2S_MODE_GPIO_IN 

Work as GPIO input

M2S_MODE_EXTI_IN 

Work as EXTI

M2S_MODE_GPIO_OUT 

Work as GPIO output

Definition at line 102 of file SDK_EVAL_Gpio.h.

◆ M2SGpioPin

enum M2SGpioPin
Enumerator
M2S_GPIO_0 

GPIO_0 selected

M2S_GPIO_1 

GPIO_1 selected

M2S_GPIO_2 

GPIO_2 selected

M2S_GPIO_3 

GPIO_3 selected

M2S_GPIO_SDN 

GPIO_SDN selected

Definition at line 83 of file SDK_EVAL_Gpio.h.