HAL
OUTPUT_OD is only used within HAL.
 
Symbols
loading...
Files
loading...

OUTPUT_OD macro

Syntax

#define OUTPUT_OD (0x1UL << OUTPUT_TYPE_Pos)

References

LocationText
stm32f4xx_hal_gpio.h:263
#define OUTPUT_OD (0x1UL << OUTPUT_TYPE_Pos)
stm32f4xx_hal_gpio.h:119
#define GPIO_MODE_OUTPUT_OD (MODE_OUTPUT | OUTPUT_OD) /*!< Output Open Drain Mode */
stm32f4xx_hal_gpio.h:121
#define GPIO_MODE_AF_OD (MODE_AF | OUTPUT_OD) /*!< Alternate Function Open Drain Mode */