Searched refs:GPIO_PIN_RESET (Results 1 – 6 of 6) sorted by relevance
86 GPIO_PIN_RESET = 0U, enumerator230 #define IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET))
87 GPIO_PIN_RESET = 0, enumerator200 #define IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET))
408 if ((GPIOx->IDR & GPIO_Pin) != (uint32_t)GPIO_PIN_RESET) in HAL_GPIO_ReadPin()414 bitstatus = GPIO_PIN_RESET; in HAL_GPIO_ReadPin()439 if (PinState != GPIO_PIN_RESET) in HAL_GPIO_WritePin()
394 if((GPIOx->IDR & GPIO_Pin) != (uint32_t)GPIO_PIN_RESET) in HAL_GPIO_ReadPin()400 bitstatus = GPIO_PIN_RESET; in HAL_GPIO_ReadPin()429 if(PinState != GPIO_PIN_RESET) in HAL_GPIO_WritePin()
97 GPIO_PIN_RESET = 0U, enumerator105 #define IS_GPIO_PIN_ACTION(__ACTION__) (((__ACTION__) == GPIO_PIN_RESET) || ((__ACTION__) == GPIO_P…
426 bitstatus = GPIO_PIN_RESET; in HAL_GPIO_ReadPin()453 if(PinState != GPIO_PIN_RESET) in HAL_GPIO_WritePin()