Symbols
loading...
Files
loading...

LL_GPIO_ResetOutputPin() function

Set several pins to low level on dedicated gpio port.

Syntax

__STATIC_INLINE void LL_GPIO_ResetOutputPin(GPIO_TypeDef *GPIOx,     uint32_t PinMask);

Arguments

GPIOx

GPIO Port

PinMask

This parameter can be a combination of the following values: @arg LL_GPIO_PIN_0 @arg LL_GPIO_PIN_1 @arg LL_GPIO_PIN_2 @arg LL_GPIO_PIN_3 @arg LL_GPIO_PIN_4 @arg LL_GPIO_PIN_5 @arg LL_GPIO_PIN_6 @arg LL_GPIO_PIN_7 @arg LL_GPIO_PIN_8 @arg LL_GPIO_PIN_9 @arg LL_GPIO_PIN_10 @arg LL_GPIO_PIN_11 @arg LL_GPIO_PIN_12 @arg LL_GPIO_PIN_13 @arg LL_GPIO_PIN_14 @arg LL_GPIO_PIN_15 @arg LL_GPIO_PIN_ALL

Return value

None

Examples

LL_GPIO_ResetOutputPin() is referenced by 39 libraries and example projects.

References

LocationText
stm32f4xx_ll_gpio.h:910
__STATIC_INLINE void LL_GPIO_ResetOutputPin(GPIO_TypeDef *GPIOx, uint32_t PinMask)

Data Use

Data read by LL_GPIO_ResetOutputPin()
LL_GPIO_ResetOutputPin()