/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_pwr.h | 181 #define LL_PWR_FULL_SRAM_RETENTION PWR_CR3_RRS 718 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, LL_PWR_FULL_SRAM_RETENTION); in LL_PWR_EnableSRAMRetention() 728 CLEAR_BIT(PWR->CR3, PWR_CR3_RRS); in LL_PWR_DisableSRAMRetention() 738 return ((READ_BIT(PWR->CR3, PWR_CR3_RRS) == (LL_PWR_FULL_SRAM_RETENTION)) ? 1UL : 0UL); in LL_PWR_IsEnabledSRAMRetention() 753 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, SRAMSize); in LL_PWR_SetSRAMContentRetention() 765 return (uint32_t)(READ_BIT(PWR->CR3, PWR_CR3_RRS)); in LL_PWR_GetSRAMContentRetention()
|
D | stm32u0xx_hal_pwr_ex.h | 266 #define PWR_FULL_SRAM_RETENTION PWR_CR3_RRS /*!< Full SRAM is powered by the low-power regulat…
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 186 #define LL_PWR_FULL_SRAM2_RETENTION PWR_CR3_RRS 839 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, LL_PWR_FULL_SRAM2_RETENTION); in LL_PWR_EnableSRAM2Retention() 849 CLEAR_BIT(PWR->CR3, PWR_CR3_RRS); in LL_PWR_DisableSRAM2Retention() 859 return ((READ_BIT(PWR->CR3, PWR_CR3_RRS) == (LL_PWR_FULL_SRAM2_RETENTION)) ? 1UL : 0UL); in LL_PWR_IsEnabledSRAM2Retention() 876 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, SRAM2Size); in LL_PWR_SetSRAM2ContentRetention() 890 return (uint32_t)(READ_BIT(PWR->CR3, PWR_CR3_RRS)); in LL_PWR_GetSRAM2ContentRetention()
|
D | stm32l4xx_hal_pwr_ex.h | 292 #define PWR_FULL_SRAM2_RETENTION PWR_CR3_RRS /*!< Full SRAM2 is powered by the low-pow…
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 755 #if defined(PWR_CR3_RRS) 763 SET_BIT(PWR->CR3, PWR_CR3_RRS); in LL_PWR_EnableSRAMRetention() 773 CLEAR_BIT(PWR->CR3, PWR_CR3_RRS); in LL_PWR_DisableSRAMRetention() 783 return ((READ_BIT(PWR->CR3, PWR_CR3_RRS) == (PWR_CR3_RRS)) ? 1UL : 0UL); in LL_PWR_IsEnabledSRAMRetention()
|
D | stm32g0xx_hal_pwr_ex.h | 577 #if defined(PWR_CR3_RRS)
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 794 SET_BIT(PWR->CR3, PWR_CR3_RRS); in LL_PWR_EnableSRAM2Retention() 804 CLEAR_BIT(PWR->CR3, PWR_CR3_RRS); in LL_PWR_DisableSRAM2Retention() 815 temp = READ_BIT(PWR->CR3, PWR_CR3_RRS); in LL_PWR_IsEnabledSRAM2Retention() 817 return ((temp == (PWR_CR3_RRS))?1U:0U); in LL_PWR_IsEnabledSRAM2Retention()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr_ex.c | 669 #if defined(PWR_CR3_RRS) 678 SET_BIT(PWR->CR3, PWR_CR3_RRS); in HAL_PWREx_EnableSRAMRetention() 690 CLEAR_BIT(PWR->CR3, PWR_CR3_RRS); in HAL_PWREx_DisableSRAMRetention()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_pwr.h | 707 SET_BIT(PWR->CR3, PWR_CR3_RRS); in LL_PWR_EnableSRAM2Retention() 717 CLEAR_BIT(PWR->CR3, PWR_CR3_RRS); in LL_PWR_DisableSRAM2Retention() 727 return ((READ_BIT(PWR->CR3, PWR_CR3_RRS) == (PWR_CR3_RRS)) ? 1UL : 0UL); in LL_PWR_IsEnabledSRAM2Retention()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 829 SET_BIT(PWR->CR3, PWR_CR3_RRS); in LL_PWR_EnableSRAM2Retention() 841 CLEAR_BIT(PWR->CR3, PWR_CR3_RRS); in LL_PWR_DisableSRAM2Retention() 853 return ((READ_BIT(PWR->CR3, PWR_CR3_RRS) == (PWR_CR3_RRS)) ? 1UL : 0UL); in LL_PWR_IsEnabledSRAM2Retention()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 757 CLEAR_BIT(PWR->CR3, PWR_CR3_RRS); in HAL_PWREx_SetSRAM2ContentRetention() 761 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, PWR_FULL_SRAM2_RETENTION); in HAL_PWREx_SetSRAM2ContentRetention() 766 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, PWR_4KBYTES_SRAM2_RETENTION); in HAL_PWREx_SetSRAM2ContentRetention()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr_ex.c | 971 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, PWR_FULL_SRAM_RETENTION); in HAL_PWREx_EnableSRAMContentRetention() 980 CLEAR_BIT(PWR->CR3, PWR_CR3_RRS); in HAL_PWREx_DisableSRAMContentRetention()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr_ex.c | 562 SET_BIT(PWR->CR3, PWR_CR3_RRS); in HAL_PWREx_EnableSRAM2ContentRetention() 574 CLEAR_BIT(PWR->CR3, PWR_CR3_RRS); in HAL_PWREx_DisableSRAM2ContentRetention()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 873 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, SRAM2Retention); in LL_PWR_SetSRAM2Retention() 886 return (uint32_t)(READ_BIT(PWR->CR3, PWR_CR3_RRS)); in LL_PWR_GetSRAM2Retention()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr_ex.c | 548 MODIFY_REG(PWR->CR3, PWR_CR3_RRS, SRAM2ContentRetention); in HAL_PWREx_ConfigSRAM2ContentRetention()
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g031xx.h | 3761 #define PWR_CR3_RRS PWR_CR3_RRS_Msk /*!< RAM retention i… macro
|
D | stm32g041xx.h | 3997 #define PWR_CR3_RRS PWR_CR3_RRS_Msk /*!< RAM retention i… macro
|
D | stm32g051xx.h | 4097 #define PWR_CR3_RRS PWR_CR3_RRS_Msk /*!< RAM retention i… macro
|
D | stm32g061xx.h | 4333 #define PWR_CR3_RRS PWR_CR3_RRS_Msk /*!< RAM retention i… macro
|
D | stm32g071xx.h | 4315 #define PWR_CR3_RRS PWR_CR3_RRS_Msk /*!< RAM retention i… macro
|
D | stm32g081xx.h | 4551 #define PWR_CR3_RRS PWR_CR3_RRS_Msk /*!< RAM retention i… macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 5375 #define PWR_CR3_RRS PWR_CR3_RRS_Msk /*!< SRAM2 retention… macro
|
D | stm32wle5xx.h | 5375 #define PWR_CR3_RRS PWR_CR3_RRS_Msk /*!< SRAM2 retention… macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 4424 #define PWR_CR3_RRS PWR_CR3_RRS_Msk /*!< Ram retention i… macro
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/ |
D | stm32wb50xx.h | 5888 #define PWR_CR3_RRS PWR_CR3_RRS_Msk /*!< SRAM2 retention… macro
|