/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_system.h | 855 SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2ER); in LL_SYSCFG_EnableSRAM2Erase() 865 return ((READ_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2BSY) == (SYSCFG_SCSR_SRAM2BSY)) ? 1UL : 0UL); in LL_SYSCFG_IsSRAM2EraseOngoing() 877 SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_C2RFD); in LL_SYSCFG_DisableSRAMFetch() 887 return ((READ_BIT(SYSCFG->SCSR, SYSCFG_SCSR_C2RFD) != (SYSCFG_SCSR_C2RFD)) ? 1UL : 0UL); in LL_SYSCFG_IsEnabledSRAMFetch()
|
D | stm32wbxx_hal.h | 491 #define __HAL_SYSCFG_GET_FLAG(__FLAG__) ((((((__FLAG__) == SYSCFG_SCSR_SRAM2BSY)? SYSCFG->SCSR…
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_system.h | 606 SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2ER); in LL_SYSCFG_EnableSRAM2Erase() 616 return ((READ_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAMBSY) == (SYSCFG_SCSR_SRAMBSY)) ? 1UL : 0UL); in LL_SYSCFG_IsSRAMEraseOngoing() 626 return ((READ_BIT(SYSCFG->SCSR, SYSCFG_SCSR_PKASRAMBSY) == (SYSCFG_SCSR_PKASRAMBSY)) ? 1UL : 0UL); in LL_SYSCFG_IsPKASRAMEraseOngoing()
|
D | stm32wlxx_hal.h | 586 …T_FLAG(__FLAG__) ((((((__FLAG__) == SYSCFG_FLAG_SRAM2_PE)? SYSCFG->CFGR2 : SYSCFG->SCSR) &\
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal.h | 376 #define __HAL_SYSCFG_CCMSRAM_ERASE() SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_CCMER) 420 #define __HAL_SYSCFG_GET_FLAG(__FLAG__) ((((((__FLAG__) == SYSCFG_SCSR_CCMBSY)? SYSCFG->SCSR :…
|
D | stm32g4xx_ll_system.h | 773 SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_CCMER); in LL_SYSCFG_EnableCCMSRAMErase() 783 return ((READ_BIT(SYSCFG->SCSR, SYSCFG_SCSR_CCMBSY) == (SYSCFG_SCSR_CCMBSY)) ? 1UL : 0UL); in LL_SYSCFG_IsCCMSRAMEraseOngoing()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal.h | 418 #define __HAL_SYSCFG_SRAM2_ERASE() SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2ER) 462 #define __HAL_SYSCFG_GET_FLAG(__FLAG__) ((((((__FLAG__) == SYSCFG_SCSR_SRAM2BSY)? SYSCFG->SCSR…
|
D | stm32l5xx_ll_system.h | 605 SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2ER); in LL_SYSCFG_EnableSRAM2Erase() 615 return ((READ_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2BSY) == SYSCFG_SCSR_SRAM2BSY) ? 1UL : 0UL); in LL_SYSCFG_IsSRAM2EraseOngoing()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal.h | 482 #define __HAL_SYSCFG_SRAM2_ERASE() SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2ER) 526 #define __HAL_SYSCFG_GET_FLAG(__FLAG__) ((((((__FLAG__) == SYSCFG_SCSR_SRAM2BSY)? SYSCFG->SCSR…
|
D | stm32l4xx_ll_system.h | 833 SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2ER); in LL_SYSCFG_EnableSRAM2Erase() 843 return (READ_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2BSY) == (SYSCFG_SCSR_SRAM2BSY)); in LL_SYSCFG_IsSRAM2EraseOngoing()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_system.h | 1261 SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2ER); in LL_SYSCFG_EnableSRAM2Erase() 1271 return ((READ_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2BSY) == (SYSCFG_SCSR_SRAM2BSY)) ? 1UL : 0UL) ; in LL_SYSCFG_IsSRAM2EraseOngoing()
|
D | stm32u0xx_hal.h | 517 …((((((__FLAG__) == SYSCFG_SCSR_SRAM2BSY)? SYSCFG->SCSR : SYSCFG->CFGR2) & (__FLAG__)) != 0U) ? 1U …
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal.c | 769 SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2ER); in HAL_SYSCFG_EraseSRAM2()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal.c | 609 SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_CCMER); in HAL_SYSCFG_CCMSRAMErase()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal.c | 568 SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2ER); in HAL_SYSCFG_SRAM2Erase()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal.h | 574 #define __HAL_SYSCFG_GET_FLAG(__FLAG__) ((((((__FLAG__) == SYSCFG_SCSR_SRAM2BSY)? SYSCFG->SCSR…
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 639 …__IO uint32_t SCSR; /*!< SYSCFG SRAM2 control and status register, … member
|
D | stm32wle5xx.h | 639 …__IO uint32_t SCSR; /*!< SYSCFG SRAM2 control and status register, … member
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 582 …__IO uint32_t SCSR; /*!< SYSCFG Backup Sram Erase Register, Address offset: 0… member
|
D | stm32u083xx.h | 643 …__IO uint32_t SCSR; /*!< SYSCFG Backup Sram Erase Register, Address offset: 0… member
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/ |
D | stm32wb50xx.h | 528 …__IO uint32_t SCSR; /*!< SYSCFG SRAM2 control and status register, … member
|
D | stm32wb1mxx.h | 523 …__IO uint32_t SCSR; /*!< SYSCFG SRAM2 control and status register, … member
|
D | stm32wb30xx.h | 527 …__IO uint32_t SCSR; /*!< SYSCFG SRAM2 control and status register, … member
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/Include/ |
D | stm32wb10xx.h | 513 …__IO uint32_t SCSR; /*!< SYSCFG SRAM2 control and status register, … member
|
D | stm32wb15xx.h | 523 …__IO uint32_t SCSR; /*!< SYSCFG SRAM2 control and status register, … member
|