Home
last modified time | relevance | path

Searched refs:SCSR (Results 1 – 25 of 72) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_system.h855 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()
Dstm32wbxx_hal.h491 #define __HAL_SYSCFG_GET_FLAG(__FLAG__) ((((((__FLAG__) == SYSCFG_SCSR_SRAM2BSY)? SYSCFG->SCSR
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_system.h606 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()
Dstm32wlxx_hal.h586 …T_FLAG(__FLAG__) ((((((__FLAG__) == SYSCFG_FLAG_SRAM2_PE)? SYSCFG->CFGR2 : SYSCFG->SCSR) &\
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal.h376 #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 :…
Dstm32g4xx_ll_system.h773 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/
Dstm32l5xx_hal.h418 #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
Dstm32l5xx_ll_system.h605 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/
Dstm32l4xx_hal.h482 #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
Dstm32l4xx_ll_system.h833 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/
Dstm32u0xx_ll_system.h1261 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()
Dstm32u0xx_hal.h517 …((((((__FLAG__) == SYSCFG_SCSR_SRAM2BSY)? SYSCFG->SCSR : SYSCFG->CFGR2) & (__FLAG__)) != 0U) ? 1U …
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal.c769 SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2ER); in HAL_SYSCFG_EraseSRAM2()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal.c609 SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_CCMER); in HAL_SYSCFG_CCMSRAMErase()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal.c568 SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2ER); in HAL_SYSCFG_SRAM2Erase()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal.h574 #define __HAL_SYSCFG_GET_FLAG(__FLAG__) ((((((__FLAG__) == SYSCFG_SCSR_SRAM2BSY)? SYSCFG->SCSR
/hal_stm32-latest/stm32cube/stm32wlxx/soc/
Dstm32wle4xx.h639 …__IO uint32_t SCSR; /*!< SYSCFG SRAM2 control and status register, … member
Dstm32wle5xx.h639 …__IO uint32_t SCSR; /*!< SYSCFG SRAM2 control and status register, … member
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h582 …__IO uint32_t SCSR; /*!< SYSCFG Backup Sram Erase Register, Address offset: 0… member
Dstm32u083xx.h643 …__IO uint32_t SCSR; /*!< SYSCFG Backup Sram Erase Register, Address offset: 0… member
/hal_stm32-latest/stm32cube/stm32wbxx/soc/
Dstm32wb50xx.h528 …__IO uint32_t SCSR; /*!< SYSCFG SRAM2 control and status register, … member
Dstm32wb1mxx.h523 …__IO uint32_t SCSR; /*!< SYSCFG SRAM2 control and status register, … member
Dstm32wb30xx.h527 …__IO uint32_t SCSR; /*!< SYSCFG SRAM2 control and status register, … member
/hal_stm32-latest/stm32cube/stm32wbxx/soc/Include/
Dstm32wb10xx.h513 …__IO uint32_t SCSR; /*!< SYSCFG SRAM2 control and status register, … member
Dstm32wb15xx.h523 …__IO uint32_t SCSR; /*!< SYSCFG SRAM2 control and status register, … member

123