DIY Logging Volt/Ampmeter

Macros

#define AFIO_EVENTOUT_PORT_A   AFIO_EVCR_PORT_PA
 
#define AFIO_EVENTOUT_PORT_B   AFIO_EVCR_PORT_PB
 
#define AFIO_EVENTOUT_PORT_C   AFIO_EVCR_PORT_PC
 
#define AFIO_EVENTOUT_PORT_D   AFIO_EVCR_PORT_PD
 
#define AFIO_EVENTOUT_PORT_E   AFIO_EVCR_PORT_PE
 
#define IS_AFIO_EVENTOUT_PORT(__PORT__)
 

Detailed Description

Macro Definition Documentation

◆ AFIO_EVENTOUT_PORT_A

#define AFIO_EVENTOUT_PORT_A   AFIO_EVCR_PORT_PA

EVENTOUT on port A

Definition at line 95 of file stm32f1xx_hal_gpio_ex.h.

◆ AFIO_EVENTOUT_PORT_B

#define AFIO_EVENTOUT_PORT_B   AFIO_EVCR_PORT_PB

EVENTOUT on port B

Definition at line 96 of file stm32f1xx_hal_gpio_ex.h.

◆ AFIO_EVENTOUT_PORT_C

#define AFIO_EVENTOUT_PORT_C   AFIO_EVCR_PORT_PC

EVENTOUT on port C

Definition at line 97 of file stm32f1xx_hal_gpio_ex.h.

◆ AFIO_EVENTOUT_PORT_D

#define AFIO_EVENTOUT_PORT_D   AFIO_EVCR_PORT_PD

EVENTOUT on port D

Definition at line 98 of file stm32f1xx_hal_gpio_ex.h.

◆ AFIO_EVENTOUT_PORT_E

#define AFIO_EVENTOUT_PORT_E   AFIO_EVCR_PORT_PE

EVENTOUT on port E

Definition at line 99 of file stm32f1xx_hal_gpio_ex.h.

◆ IS_AFIO_EVENTOUT_PORT

#define IS_AFIO_EVENTOUT_PORT (   __PORT__)
Value:
(((__PORT__) == AFIO_EVENTOUT_PORT_A) || \
((__PORT__) == AFIO_EVENTOUT_PORT_B) || \
((__PORT__) == AFIO_EVENTOUT_PORT_C) || \
((__PORT__) == AFIO_EVENTOUT_PORT_D) || \
((__PORT__) == AFIO_EVENTOUT_PORT_E))

Definition at line 101 of file stm32f1xx_hal_gpio_ex.h.

AFIO_EVENTOUT_PORT_A
#define AFIO_EVENTOUT_PORT_A
Definition: stm32f1xx_hal_gpio_ex.h:95
AFIO_EVENTOUT_PORT_B
#define AFIO_EVENTOUT_PORT_B
Definition: stm32f1xx_hal_gpio_ex.h:96
AFIO_EVENTOUT_PORT_E
#define AFIO_EVENTOUT_PORT_E
Definition: stm32f1xx_hal_gpio_ex.h:99
AFIO_EVENTOUT_PORT_C
#define AFIO_EVENTOUT_PORT_C
Definition: stm32f1xx_hal_gpio_ex.h:97
AFIO_EVENTOUT_PORT_D
#define AFIO_EVENTOUT_PORT_D
Definition: stm32f1xx_hal_gpio_ex.h:98