Home
last modified time | relevance | path

Searched refs:BlueButtonLast (Results 1 – 1 of 1) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/src/
DStmUtil.c20 GPIO_PinState BlueButtonLast = GPIO_PIN_SET; variable
24 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()