Searched refs:PPButton (Results 1 – 1 of 1) sorted by relevance
23 GPIO_PinState PPButton = HAL_GPIO_ReadPin(B1_GPIO_Port, B1_Pin); in BlueButtonTransitionDetected() local24 if((PPButton == GPIO_PIN_RESET) && (BlueButtonLast == GPIO_PIN_SET)) in BlueButtonTransitionDetected()27 BlueButtonLast = PPButton; in BlueButtonTransitionDetected()30 else if((PPButton == GPIO_PIN_SET) && (BlueButtonLast == GPIO_PIN_RESET)) in BlueButtonTransitionDetected()33 BlueButtonLast = PPButton; in BlueButtonTransitionDetected()