Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rtc_ex.c484 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
519 if ((hrtc->Instance->CR & RTC_CR_TAMPTS) != (sTamper->TimeStampOnTamperDetection)) in HAL_RTCEx_SetTamper()
523 hrtc->Instance->CR = (tmpreg | (sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
553 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
653 (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
690 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
723 if ((hrtc->Instance->CR & RTC_CR_TAMPTS) != (sTamper->TimeStampOnTamperDetection)) in HAL_RTCEx_SetTamper_IT()
727 hrtc->Instance->CR = (tmpreg | (sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
765 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
865 (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rtc_ex.c1423 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
1458 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper()
1461 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
1494 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
1528 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper_IT()
1531 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
1600 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sAllTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetActiveTampers()
1612 if ((CR & RTC_CR_TAMPTS) != (sAllTamper->TimeStampOnTamperDetection)) in HAL_RTCEx_SetActiveTampers()
1615 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sAllTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetActiveTampers()
1805 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sIntTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetInternalTamper()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rtc_ex.c1512 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
1553 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper()
1555 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
1587 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
1623 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper_IT()
1625 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
1698 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sAllTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetActiveTampers()
1711 if ((CR & RTC_CR_TAMPTS) != (sAllTamper->TimeStampOnTamperDetection)) in HAL_RTCEx_SetActiveTampers()
1713 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sAllTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetActiveTampers()
1808 sAllTamper->TimeStampOnTamperDetection = (uint32_t)(RTC->CR & RTC_CR_TAMPTS); in HAL_RTCEx_GetActiveTampers()
[all …]
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rtc_ex.c1357 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
1384 if((hrtc->Instance->CR & RTC_CR_TAMPTS) != (sTamper->TimeStampOnTamperDetection)) in HAL_RTCEx_SetTamper()
1388 hrtc->Instance->CR = (tmpreg | (sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
1420 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
1447 if((hrtc->Instance->CR & RTC_CR_TAMPTS) != (sTamper->TimeStampOnTamperDetection)) in HAL_RTCEx_SetTamper_IT()
1451 hrtc->Instance->CR = (tmpreg | (sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
1552 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sIntTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetInternalTamper()
1555 if((hrtc->Instance->CR & RTC_CR_TAMPTS) != (sIntTamper->TimeStampOnTamperDetection)) in HAL_RTCEx_SetInternalTamper()
1559 hrtc->Instance->CR = (tmpreg | (sIntTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetInternalTamper()
1585 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sIntTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetInternalTamper_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rtc_ex.c1461 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
1496 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper()
1499 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
1527 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
1557 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper_IT()
1560 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
1629 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sAllTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetActiveTampers()
1642 if ((CR & RTC_CR_TAMPTS) != (sAllTamper->TimeStampOnTamperDetection)) in HAL_RTCEx_SetActiveTampers()
1645 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sAllTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetActiveTampers()
1844 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sIntTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetInternalTamper()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rtc_ex.c1550 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
1591 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper()
1593 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
1621 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
1657 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper_IT()
1659 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
1736 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sAllTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetActiveTampers()
1752 if ((tmp_cr & RTC_CR_TAMPTS) != (sAllTamper->TimeStampOnTamperDetection)) in HAL_RTCEx_SetActiveTampers()
1754 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sAllTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetActiveTampers()
2002 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sIntTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetInternalTamper()
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rtc_ex.c1520 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
1561 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper()
1563 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
1590 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
1626 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper_IT()
1628 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
1702 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sAllTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetActiveTampers()
1718 if ((tmp_cr & RTC_CR_TAMPTS) != (sAllTamper->TimeStampOnTamperDetection)) in HAL_RTCEx_SetActiveTampers()
1720 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sAllTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetActiveTampers()
1967 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sIntTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetInternalTamper()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rtc_ex.c1556 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
1601 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper()
1603 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
1631 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
1667 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper_IT()
1669 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
1746 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sAllTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetActiveTampers()
1762 if ((tmp_cr & RTC_CR_TAMPTS) != (sAllTamper->TimeStampOnTamperDetection)) in HAL_RTCEx_SetActiveTampers()
1764 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sAllTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetActiveTampers()
2012 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sIntTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetInternalTamper()
[all …]
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rtc_ex.c1426 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
1466 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper()
1468 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
1500 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
1536 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper_IT()
1538 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
1638 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sIntTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetInternalTamper()
1642 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sIntTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetInternalTamper()
1644 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sIntTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetInternalTamper()
1673 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sIntTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetInternalTamper_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rtc_ex.c1359 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
1389 if (READ_BIT(hrtc->Instance->CR, RTC_CR_TAMPTS) != (sTamper->TimeStampOnTamperDetection)) in HAL_RTCEx_SetTamper()
1392 MODIFY_REG(hrtc->Instance->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
1422 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
1449 if (READ_BIT(hrtc->Instance->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper_IT()
1452 MODIFY_REG(hrtc->Instance->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
1552 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sIntTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetInternalTamper()
1555 if (READ_BIT(hrtc->Instance->CR, RTC_CR_TAMPTS) != sIntTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetInternalTamper()
1558 MODIFY_REG(hrtc->Instance->CR, RTC_CR_TAMPTS, sIntTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetInternalTamper()
1579 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sIntTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetInternalTamper_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rtc_ex.c1543 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
1576 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper()
1579 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
1608 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
1641 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper_IT()
1644 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
1748 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sIntTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetInternalTamper()
1752 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sIntTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetInternalTamper()
1755 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sIntTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetInternalTamper()
1788 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sIntTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetInternalTamper_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rtc_ex.c1571 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
1616 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper()
1618 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
1646 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
1682 if (READ_BIT(RTC->CR, RTC_CR_TAMPTS) != sTamper->TimeStampOnTamperDetection) in HAL_RTCEx_SetTamper_IT()
1684 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
1761 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sAllTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetActiveTampers()
1777 if ((tmp_cr & RTC_CR_TAMPTS) != (sAllTamper->TimeStampOnTamperDetection)) in HAL_RTCEx_SetActiveTampers()
1779 MODIFY_REG(RTC->CR, RTC_CR_TAMPTS, sAllTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetActiveTampers()
2033 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sIntTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetInternalTamper()
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
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 \
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rtc_ex.c431 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
471 (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
508 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
548 (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rtc_ex.c402 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
440 (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
476 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
514 (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rtc_ex.c396 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
434 (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
470 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
508 (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rtc_ex.c402 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
442 (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
482 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
522 (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rtc_ex.c492 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
551 (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
586 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
645 … (uint32_t)sTamper->TamperPullUp | (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rtc_ex.c422 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
540 (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
598 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
716 (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rtc_ex.c476 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper()
578 (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper()
632 assert_param(IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(sTamper->TimeStampOnTamperDetection)); in HAL_RTCEx_SetTamper_IT()
734 (uint32_t)sTamper->TimeStampOnTamperDetection); in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rtc_ex.h72 uint32_t TimeStampOnTamperDetection; /*!< Specifies the TimeStampOnTamperDetection. member
121 uint32_t TimeStampOnTamperDetection; /*!< Specifies the timeStamp on tamper detection. member
147 uint32_t TimeStampOnTamperDetection; /*!< Specifies the TimeStampOnTamperDetection. member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rtc_ex.h72 uint32_t TimeStampOnTamperDetection; /*!< Specifies the TimeStampOnTamperDetection. member
121 uint32_t TimeStampOnTamperDetection; /*!< Specifies the timeStamp on tamper detection. member
147 uint32_t TimeStampOnTamperDetection; /*!< Specifies the TimeStampOnTamperDetection. member
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rtc_ex.h74 uint32_t TimeStampOnTamperDetection; /*!< Specifies the TimeStampOnTamperDetection. member
125 uint32_t TimeStampOnTamperDetection; /*!< Specifies the timeStamp on tamper detection. member
152 uint32_t TimeStampOnTamperDetection; /*!< Specifies the TimeStampOnTamperDetection. member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rtc_ex.h74 uint32_t TimeStampOnTamperDetection; /*!< Specifies the TimeStampOnTamperDetection. member
125 uint32_t TimeStampOnTamperDetection; /*!< Specifies the timeStamp on tamper detection. member
152 uint32_t TimeStampOnTamperDetection; /*!< Specifies the TimeStampOnTamperDetection. member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rtc_ex.h74 uint32_t TimeStampOnTamperDetection; /*!< Specifies the TimeStampOnTamperDetection. member
125 uint32_t TimeStampOnTamperDetection; /*!< Specifies the timeStamp on tamper detection. member
152 uint32_t TimeStampOnTamperDetection; /*!< Specifies the TimeStampOnTamperDetection. member

12