HAL + 0/6 examples
CodeScope will show references to GPIO_MODE_OUTPUT_OD from the following samples and libraries:
Drivers
Boards
Examples
STM32F412G-Discovery
Demonstrations
Applications
USB_Device
STM32F413H-Discovery
Applications
USB_Host
 
Symbols
loading...
Files
loading...

GPIO_MODE_OUTPUT_OD macro

Output Open Drain Mode

Syntax

#define GPIO_MODE_OUTPUT_OD (MODE_OUTPUT | OUTPUT_OD)

Examples

GPIO_MODE_OUTPUT_OD is referenced by 6 libraries and example projects.

References

LocationText
stm32f4xx_hal_gpio.h:119
#define GPIO_MODE_OUTPUT_OD (MODE_OUTPUT | OUTPUT_OD) /*!< Output Open Drain Mode */
stm32f4xx_hal_gpio.h:285
((MODE) == GPIO_MODE_OUTPUT_OD) ||\