Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_rtc_ex.c360 assert_param(IS_RTC_TAMPER_PIN(sTamper->PinSelection)); in HAL_RTCEx_SetTamper()
378 …tmpreg = ((uint32_t)sTamper->Tamper | (uint32_t)sTamper->PinSelection | (uint32_t)sTamper->Trigger… in HAL_RTCEx_SetTamper()
410 assert_param(IS_RTC_TAMPER_PIN(sTamper->PinSelection)); in HAL_RTCEx_SetTamper_IT()
429 …tmpreg = ((uint32_t)sTamper->Tamper | (uint32_t)sTamper->PinSelection | (uint32_t)sTamper->Trigger… in HAL_RTCEx_SetTamper_IT()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_rtc_ex.h52 uint32_t PinSelection; /*!< Specifies the Tamper Pin. member