Home
last modified time | relevance | path

Searched refs:MESR (Results 1 – 25 of 34) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_system.h577 SET_BIT(SYSCFG->MESR, SYSCFG_MESR_IPMEE); in LL_SYSCFG_ClearEraseEndStatus()
589 return (uint32_t)(READ_BIT(SYSCFG->MESR, SYSCFG_MESR_IPMEE)); in LL_SYSCFG_GetEraseEndStatus()
600 SET_BIT(SYSCFG->MESR, SYSCFG_MESR_MCLR); in LL_SYSCFG_ClearEraseAfterResetStatus()
612 return (uint32_t)(READ_BIT(SYSCFG->MESR, SYSCFG_MESR_MCLR)); in LL_SYSCFG_GetEraseAfterResetStatus()
Dstm32wbaxx_hal.h463 #define __HAL_SYSCFG_GET_FLAG(__FLAG__) (READ_BIT(SYSCFG->MESR, (__FLAG__)) == (__FLAG__))
471 #define __HAL_SYSCFG_CLEAR_FLAG(__FLAG__) SET_BIT(SYSCFG->MESR, (__FLAG__))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_system.h1753 WRITE_REG(SBS->MESR, SBS_MESR_IPMEE); in LL_SBS_ClearEraseEndStatus()
1765 return (uint32_t)(READ_BIT(SBS->MESR, SBS_MESR_IPMEE)); in LL_SBS_GetEraseEndStatus()
1775 WRITE_REG(SBS->MESR, SBS_MESR_MCLR); in LL_SBS_ClearEraseAfterResetStatus()
1787 return (uint32_t)(READ_BIT(SBS->MESR, SBS_MESR_MCLR)); in LL_SBS_GetEraseAfterResetStatus()
Dstm32h5xx_hal.h600 #define __HAL_SBS_GET_MEMORIES_ERASE_STATUS(__FLAG__) ((((SBS->MESR) & (__FLAG__))!= 0) ? 1 : …
610 WRITE_REG(SBS->MESR, (__FLAG__));\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_system.h966 SET_BIT(SYSCFG->MESR, SYSCFG_MESR_IPMEE); in LL_SYSCFG_ClearEraseEndStatus()
978 return (uint32_t)(READ_BIT(SYSCFG->MESR, SYSCFG_MESR_IPMEE)); in LL_SYSCFG_GetEraseEndStatus()
988 SET_BIT(SYSCFG->MESR, SYSCFG_MESR_MCLR); in LL_SYSCFG_ClearEraseAfterResetStatus()
1000 return (uint32_t)(READ_BIT(SYSCFG->MESR, SYSCFG_MESR_MCLR)); in LL_SYSCFG_GetEraseAfterResetStatus()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal.h471 #define __HAL_SBS_GET_MEMORIES_ERASE_STATUS() ((SBS->MESR) & (SBS_MESR_MEF))
Dstm32h7rsxx_ll_system.h793 return (READ_BIT(SBS->MESR, SBS_MESR_MEF)); in LL_SBS_IsDoneMemoryErase()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h702 …__IO uint32_t MESR; /*!< SYSCFG Memory Erase Status register, Address offset… member
Dstm32wba52xx.h796 …__IO uint32_t MESR; /*!< SYSCFG Memory Erase Status register, Address offset… member
Dstm32wba54xx.h858 …__IO uint32_t MESR; /*!< SYSCFG Memory Erase Status register, Address offset… member
Dstm32wba5mxx.h858 …__IO uint32_t MESR; /*!< SYSCFG Memory Erase Status register, Address offset… member
Dstm32wba55xx.h858 …__IO uint32_t MESR; /*!< SYSCFG Memory Erase Status register, Address offset… member
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h907 …__IO uint32_t MESR; /*!< SBS Memory Erase Status Register, Address offset… member
Dstm32h523xx.h1087 …__IO uint32_t MESR; /*!< SBS Memory Erase Status Register, Address offset… member
Dstm32h562xx.h1156 …__IO uint32_t MESR; /*!< SBS Memory Erase Status Register, Address offset… member
Dstm32h533xx.h1151 …__IO uint32_t MESR; /*!< SBS Memory Erase Status Register, Address offset… member
Dstm32h573xx.h1398 …__IO uint32_t MESR; /*!< SBS Memory Erase Status Register, Address offset… member
Dstm32h563xx.h1334 …__IO uint32_t MESR; /*!< SBS Memory Erase Status Register, Address offset… member
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h1178 …__IO uint32_t MESR; /*!< SYSCFG Memory Erase Status register, Address offset… member
Dstm32u535xx.h1100 …__IO uint32_t MESR; /*!< SYSCFG Memory Erase Status register, Address offset… member
Dstm32u575xx.h1166 …__IO uint32_t MESR; /*!< SYSCFG Memory Erase Status register, Address offset… member
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h1583 …__IO uint32_t MESR; /*!< SBS Memory Erase Status register, Address of… member
Dstm32h7s7xx.h1780 …__IO uint32_t MESR; /*!< SBS Memory Erase Status register, Address of… member
Dstm32h7s3xx.h1711 …__IO uint32_t MESR; /*!< SBS Memory Erase Status register, Address of… member
Dstm32h7r7xx.h1650 …__IO uint32_t MESR; /*!< SBS Memory Erase Status register, Address of… member

12