Searched refs:BlueButtonLast (Results 1 – 1 of 1) sorted by relevance
20 GPIO_PinState BlueButtonLast = GPIO_PIN_SET; variable24 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()