Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_rtc_ex.c396 assert_param(IS_RTC_TAMPER_PIN(sTamper->PinSelection)); in HAL_RTCEx_SetTamper()
427 tmpreg |= (uint32_t)sTamper->PinSelection; in HAL_RTCEx_SetTamper()
457 assert_param(IS_RTC_TAMPER_PIN(sTamper->PinSelection)); in HAL_RTCEx_SetTamper_IT()
488 tmpreg |= (uint32_t)sTamper->PinSelection; in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rtc_ex.c424 assert_param(IS_RTC_TAMPER_PIN(sTamper->PinSelection)); in HAL_RTCEx_SetTamper()
470 (uint32_t)sTamper->PinSelection | \ in HAL_RTCEx_SetTamper()
501 assert_param(IS_RTC_TAMPER_PIN(sTamper->PinSelection)); in HAL_RTCEx_SetTamper_IT()
547 (uint32_t)sTamper->PinSelection | \ in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_rtc_ex.h53 uint32_t PinSelection; /*!< Specifies the Tamper Pin. member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rtc_ex.h53 uint32_t PinSelection; /*!< Specifies the Tamper Pin. member