Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_rtc_ex.c1762 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection));
1799 if ((hrtc->Instance->CR & RTC_CR_TAMPTS) != (sTamper->TimeStampOnTamperDetection))
1803 hrtc->Instance->CR = (tmpreg | (sTamper->TimeStampOnTamperDetection));
1833 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection));
1886 sTamper->TimeStampOnTamperDetection \
1925 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection));
1956 if ((hrtc->Instance->CR & RTC_CR_TAMPTS) != (sTamper->TimeStampOnTamperDetection))
1960 hrtc->Instance->CR = (tmpreg | (sTamper->TimeStampOnTamperDetection));
1998 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection));
2051 sTamper->TimeStampOnTamperDetection \
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_rtc_ex.c366 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
380 (uint32_t)sTamper->TamperPullUp | sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
416 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
431 (uint32_t)sTamper->TamperPullUp | sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_rtc_ex.c490 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
548 …echargeDuration | (uint32_t)sTamper->TamperPullUp | (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
583 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
641 …echargeDuration | (uint32_t)sTamper->TamperPullUp | (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_rtc_ex.h70 uint32_t TimeStampOnTamperDetection; /*!< Specifies the TimeStampOnTamperDetection. member
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_rtc_ex.h77 uint32_t TimeStampOnTamperDetection; /*!< Specifies the TimeStampOnTamperDetection. member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_rtc_ex.h76 uint32_t TimeStampOnTamperDetection; /*!< Specifies the TimeStampOnTamperDetection. member