Macros
Collaboration diagram for GPIO_Port_Sources:

Macros

#define GPIO_PortSourceGPIOA   ((uint8_t)0x00)
 
#define GPIO_PortSourceGPIOB   ((uint8_t)0x01)
 
#define GPIO_PortSourceGPIOC   ((uint8_t)0x02)
 
#define GPIO_PortSourceGPIOD   ((uint8_t)0x03)
 
#define GPIO_PortSourceGPIOE   ((uint8_t)0x04)
 
#define GPIO_PortSourceGPIOF   ((uint8_t)0x05)
 
#define GPIO_PortSourceGPIOG   ((uint8_t)0x06)
 
#define IS_GPIO_EVENTOUT_PORT_SOURCE(PORTSOURCE)
 
#define IS_GPIO_EXTI_PORT_SOURCE(PORTSOURCE)
 

Detailed Description

Macro Definition Documentation

#define GPIO_PortSourceGPIOA   ((uint8_t)0x00)

Definition at line 257 of file stm32f10x_gpio.h.

#define GPIO_PortSourceGPIOB   ((uint8_t)0x01)

Definition at line 258 of file stm32f10x_gpio.h.

#define GPIO_PortSourceGPIOC   ((uint8_t)0x02)

Definition at line 259 of file stm32f10x_gpio.h.

#define GPIO_PortSourceGPIOD   ((uint8_t)0x03)

Definition at line 260 of file stm32f10x_gpio.h.

#define GPIO_PortSourceGPIOE   ((uint8_t)0x04)

Definition at line 261 of file stm32f10x_gpio.h.

#define GPIO_PortSourceGPIOF   ((uint8_t)0x05)

Definition at line 262 of file stm32f10x_gpio.h.

#define GPIO_PortSourceGPIOG   ((uint8_t)0x06)

Definition at line 263 of file stm32f10x_gpio.h.

#define IS_GPIO_EVENTOUT_PORT_SOURCE (   PORTSOURCE)
Value:
(((PORTSOURCE) == GPIO_PortSourceGPIOA) || \
((PORTSOURCE) == GPIO_PortSourceGPIOB) || \
((PORTSOURCE) == GPIO_PortSourceGPIOC) || \
((PORTSOURCE) == GPIO_PortSourceGPIOD) || \
((PORTSOURCE) == GPIO_PortSourceGPIOE))
#define GPIO_PortSourceGPIOA
#define GPIO_PortSourceGPIOB
#define GPIO_PortSourceGPIOD
#define GPIO_PortSourceGPIOE
#define GPIO_PortSourceGPIOC

Definition at line 264 of file stm32f10x_gpio.h.

#define IS_GPIO_EXTI_PORT_SOURCE (   PORTSOURCE)
Value:
(((PORTSOURCE) == GPIO_PortSourceGPIOA) || \
((PORTSOURCE) == GPIO_PortSourceGPIOB) || \
((PORTSOURCE) == GPIO_PortSourceGPIOC) || \
((PORTSOURCE) == GPIO_PortSourceGPIOD) || \
((PORTSOURCE) == GPIO_PortSourceGPIOE) || \
((PORTSOURCE) == GPIO_PortSourceGPIOF) || \
((PORTSOURCE) == GPIO_PortSourceGPIOG))
#define GPIO_PortSourceGPIOA
#define GPIO_PortSourceGPIOF
#define GPIO_PortSourceGPIOB
#define GPIO_PortSourceGPIOD
#define GPIO_PortSourceGPIOE
#define GPIO_PortSourceGPIOG
#define GPIO_PortSourceGPIOC

Definition at line 270 of file stm32f10x_gpio.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:56