Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/src/
DStmUtil.c23 GPIO_PinState PPButton = HAL_GPIO_ReadPin(B1_GPIO_Port, B1_Pin); in BlueButtonTransitionDetected() local
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()