Home
last modified time | relevance | path

Searched refs:NoErase (Results 1 – 25 of 32) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rtc_ex.c486 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
505 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
507 sTamper->NoErase = 0U; in HAL_RTCEx_SetTamper()
511 sTamper->NoErase |= RTC_TAMPCR_TAMP1NOERASE; in HAL_RTCEx_SetTamper()
516 sTamper->NoErase |= RTC_TAMPCR_TAMP2NOERASE; in HAL_RTCEx_SetTamper()
521 sTamper->NoErase |= RTC_TAMPCR_TAMP3NOERASE; in HAL_RTCEx_SetTamper()
548 …(uint32_t)((uint32_t)sTamper->Tamper | (uint32_t)sTamper->Trigger | (uint32_t)sTamper->NoErase | \ in HAL_RTCEx_SetTamper()
580 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
599 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
601 sTamper->NoErase = 0U; in HAL_RTCEx_SetTamper_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rtc_ex.c1510 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
1542 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
1581 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
1612 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
1693 assert_param(IS_RTC_TAMPER_ERASE_MODE(sAllTamper->TampInput[i].NoErase)); in HAL_RTCEx_SetActiveTampers()
1744 if (sAllTamper->TampInput[i].NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetActiveTampers()
1815 … sAllTamper->TampInput[i].NoErase = (uint32_t)(((TAMP->CR2 & (TAMP_CR2_TAMP1NOERASE << i))) >> i); in HAL_RTCEx_GetActiveTampers()
1982 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper()
1992 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetInternalTamper()
2019 sIntTamper->NoErase = RTC_TAMPER_ERASE_BACKUP_DISABLE; in HAL_RTCEx_GetInternalTampers()
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rtc_ex.c1760 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase));
1788 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE)
1827 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase));
1850 … (sTamper->NoErase == RTC_TAMPER_ERASE_BACKUP_ENABLE ? 0U : RTC_TAMPCR_TAMP1NOERASE) | \
1863 … (sTamper->NoErase == RTC_TAMPER_ERASE_BACKUP_ENABLE ? 0U : RTC_TAMPCR_TAMP2NOERASE) | \
1876 … (sTamper->NoErase == RTC_TAMPER_ERASE_BACKUP_ENABLE ? 0U : RTC_TAMPCR_TAMP3NOERASE) | \
1919 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase));
1945 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE)
1992 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase));
2015 … (sTamper->NoErase == RTC_TAMPER_ERASE_BACKUP_ENABLE ? 0U : RTC_TAMPCR_TAMP1NOERASE) | \
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rtc_ex.c1459 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
1486 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
1526 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
1547 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
1624 assert_param(IS_RTC_TAMPER_ERASE_MODE(sAllTamper->TampInput[i].NoErase)); in HAL_RTCEx_SetActiveTampers()
1679 if (sAllTamper->TampInput[i].NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetActiveTampers()
1845 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper()
1855 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetInternalTamper()
1882 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper_IT()
1898 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetInternalTamper_IT()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rtc_ex.c1548 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
1580 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
1620 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
1646 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
1730 assert_param(IS_RTC_TAMPER_ERASE_MODE(sAllTamper->TampInput[i].NoErase)); in HAL_RTCEx_SetActiveTampers()
1785 if (sAllTamper->TampInput[i].NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetActiveTampers()
2003 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper()
2012 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetInternalTamper()
2050 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper_IT()
2062 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetInternalTamper_IT()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rtc_ex.c1518 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
1550 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
1589 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
1615 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
1696 assert_param(IS_RTC_TAMPER_ERASE_MODE(sAllTamper->TampInput[i].NoErase)); in HAL_RTCEx_SetActiveTampers()
1751 if (sAllTamper->TampInput[i].NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetActiveTampers()
1968 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper()
1977 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetInternalTamper()
2008 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper_IT()
2020 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetInternalTamper_IT()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rtc_ex.c1554 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
1590 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
1630 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
1656 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
1740 assert_param(IS_RTC_TAMPER_ERASE_MODE(sAllTamper->TampInput[i].NoErase)); in HAL_RTCEx_SetActiveTampers()
1795 if (sAllTamper->TampInput[i].NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetActiveTampers()
2013 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper()
2022 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetInternalTamper()
2054 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper_IT()
2066 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetInternalTamper_IT()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rtc_ex.c1424 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
1455 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
1494 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
1525 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
1639 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper()
1650 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_DISABLE) in HAL_RTCEx_SetInternalTamper()
1674 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper_IT()
1691 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_DISABLE) in HAL_RTCEx_SetInternalTamper_IT()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rtc_ex.c1541 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
1566 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
1606 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
1631 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
1749 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper()
1759 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetInternalTamper()
1789 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper_IT()
1805 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetInternalTamper_IT()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rtc_ex.c482 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
508 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
547 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
580 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
684 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
712 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
759 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
792 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
1073 assert_param(IS_RTC_TAMPER_ERASE_MODE(sAllTamper->TampInput[i].NoErase)); in HAL_RTCEx_SetActiveTampers()
1131 if (sAllTamper->TampInput[i].NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetActiveTampers()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rtc_ex.c1569 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
1605 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
1645 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
1671 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
1755 assert_param(IS_RTC_TAMPER_ERASE_MODE(sAllTamper->TampInput[i].NoErase)); in HAL_RTCEx_SetActiveTampers()
1810 if (sAllTamper->TampInput[i].NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetActiveTampers()
2034 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper()
2043 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetInternalTamper()
2075 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper_IT()
2087 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetInternalTamper_IT()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rtc_ex.c1421 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
1448 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
1488 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
1518 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
1595 assert_param(IS_RTC_TAMPER_ERASE_MODE(sAllTamper->TampInput[i].NoErase)); in HAL_RTCEx_SetActiveTampers()
1648 if (sAllTamper->TampInput[i].NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetActiveTampers()
1806 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper()
1837 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper_IT()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rtc_ex.c1351 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
1373 if(sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
1414 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
1436 if(sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rtc_ex.c415 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
449 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
591 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
625 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rtc_ex.c469 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
503 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
625 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
659 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rtc_ex.c1353 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
1378 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper()
1416 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
1438 if (sTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_ENABLE) in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rtc_ex.h54 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
104 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
150 uint32_t NoErase; /*!< Specifies the internal Tamper no erase mode. member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rtc_ex.h54 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
104 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
150 uint32_t NoErase; /*!< Specifies the internal Tamper no erase mode. member
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rtc_ex.h54 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
107 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
156 uint32_t NoErase; /*!< Specifies the internal Tamper no erase mode. member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rtc_ex.h54 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
107 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
156 uint32_t NoErase; /*!< Specifies the internal Tamper no erase mode. member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rtc_ex.h54 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
107 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
156 uint32_t NoErase; /*!< Specifies the internal Tamper no erase mode. member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rtc_ex.h54 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
107 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
156 uint32_t NoErase; /*!< Specifies the internal Tamper no erase mode. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rtc_ex.h54 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
107 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
156 uint32_t NoErase; /*!< Specifies the internal Tamper no erase mode. member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rtc_ex.h53 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
95 uint32_t NoErase; /*!< Specifies the internal Tamper no erase mode. member
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rtc_ex.h54 uint32_t NoErase; /*!< Specifies the Tamper no erase mode. member
90 uint32_t NoErase; /*!< Specifies the internal Tamper no erase mode. member

12