HAL + 0/136 examples
CodeScope will show references to GPIO_PinState::GPIO_PIN_RESET from the following samples and libraries:
Drivers
Boards
Examples
STM32469I-Discovery
Demonstrations
Applications
Audio
FatFs
STemWin
USBX
USB_Host
FileX
FX_IAP
Examples
FMC
I2C
LCD_DSI
STM32469I_EVAL
Demonstrations
Applications
IAP
STemWin
Examples
FMC
LCD_DSI
TIM
STM32F413H-Discovery
Demonstrations
Examples
Applications
FatFs
STemWin
USB_Host
STM32F429I-Discovery
Demonstrations
Applications
Display
FatFs
LibJPEG
USB_Host
Examples
I2C
STM32446E_EVAL
Applications
Camera
USB_Device
USB_Host
Examples
FMC
TIM
STM324x9I_EVAL
Applications
IAP
USB_Device
USB_Host
STM324xG_EVAL
Applications
Camera
IAP
USB_Device
USB_Host
Examples
SMARTCARD
STM32F4-Discovery
Applications
Audio
FatFs
Examples
I2C
STM32F401-Discovery
Applications
Audio
FatFs
Examples
I2C
STM32F411E-Discovery
Applications
Audio
FatFs
Examples
I2C
STM32F411RE-Nucleo
Examples_MIX
I2C
STM32F412G-Discovery
Applications
FatFs
STemWin
USB_Host
Examples
I2C
SPI
STM32F412ZG-Nucleo
Applications
FatFs
USB_Host
Examples
I2C
STM32F413ZH-Nucleo
Applications
FatFs
USB_Host
Examples
I2C
SPI
STM32F429ZI-Nucleo
Applications
FatFs
USBX
USB_Host
Examples
TIM
STM32F446ZE-Nucleo
Applications
FatFs
USB_Host
Examples
TIM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALGPIO_PinState::GPIO_PIN_RESET

GPIO_PinState::GPIO_PIN_RESET

Syntax

GPIO_PIN_RESET = 0;

Examples

GPIO_PinState::GPIO_PIN_RESET is referenced by 136 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_gpio.h:69
GPIO_PIN_RESET = 0,
stm32f4xx_hal_gpio.c:382HAL_GPIO_ReadPin()
if((GPIOx->IDR & GPIO_Pin) != (uint32_t)GPIO_PIN_RESET)
stm32f4xx_hal_gpio.c:388HAL_GPIO_ReadPin()
bitstatus = GPIO_PIN_RESET;
stm32f4xx_hal_gpio.c:414HAL_GPIO_WritePin()
assert_param(IS_GPIO_PIN_ACTION(PinState));
stm32f4xx_hal_gpio.c:416HAL_GPIO_WritePin()
if(PinState != GPIO_PIN_RESET)

Data Use

Functions using GPIO_PinState::GPIO_PIN_RESET
GPIO_PinState::GPIO_PIN_RESET