HAL + 0/27 examples
CodeScope will show references to HAL_GPIO_TogglePin() from the following samples and libraries:
Drivers
Boards
Examples
STM32446E-Nucleo
Examples
GPIO
STM32446E_EVAL
Examples
GPIO
STM32469I_EVAL
Examples
GPIO
STM324x9I_EVAL
Examples
GPIO
STM324xG_EVAL
Examples
GPIO
STM32F401RE-Nucleo
Examples
GPIO
STM32F410xx-Nucleo
Examples
GPIO
STM32F411RE-Nucleo
Examples
GPIO
STM32F412G-Discovery
Examples
GPIO
STM32F412ZG-Nucleo
Examples
GPIO
STM32F413H-Discovery
Examples
GPIO
STM32F413ZH-Nucleo
Examples
GPIO
STM32F429ZI-Nucleo
Examples
GPIO
STM32F446ZE-Nucleo
Examples
GPIO
 
Symbols
loading...
Files
loading...

HAL_GPIO_TogglePin() function

Toggles the specified GPIO pins.

Syntax

void HAL_GPIO_TogglePin(GPIO_TypeDef* GPIOx,     uint16_t GPIO_Pin);
Implemented in stm32f4xx_hal_gpio.c:433

Arguments

GPIOx

Where x can be (A..K) to select the GPIO peripheral for STM32F429X device or x can be (A..I) to select the GPIO peripheral for STM32F40XX and STM32F427X devices.

GPIO_Pin

Specifies the pins to be toggled.

Return value

None

Examples

HAL_GPIO_TogglePin() is referenced by 27 libraries and example projects.

References

LocationText
stm32f4xx_hal_gpio.c:433
void HAL_GPIO_TogglePin(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin)
stm32f4xx_hal_gpio.h:236
void HAL_GPIO_TogglePin(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin);

Call Tree

Functions called by HAL_GPIO_TogglePin()
HAL_GPIO_TogglePin()
assert_failed()
all items filtered out
Data read by HAL_GPIO_TogglePin()
Data written by HAL_GPIO_TogglePin()
HAL_GPIO_TogglePin()
HAL_GPIO_TogglePin()::odr
all items filtered out
Type of HAL_GPIO_TogglePin()
HAL_GPIO_TogglePin()
uint32_t
all items filtered out