Home
last modified time | relevance | path

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

12

/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_system.h566 SET_BIT(SYSCFG->MESR, SYSCFG_MESR_IPMEE); in LL_SYSCFG_ClearEraseEndStatus()
578 return (uint32_t)(READ_BIT(SYSCFG->MESR, SYSCFG_MESR_IPMEE)); in LL_SYSCFG_GetEraseEndStatus()
589 SET_BIT(SYSCFG->MESR, SYSCFG_MESR_MCLR); in LL_SYSCFG_ClearEraseAfterResetStatus()
601 return (uint32_t)(READ_BIT(SYSCFG->MESR, SYSCFG_MESR_MCLR)); in LL_SYSCFG_GetEraseAfterResetStatus()
Dstm32wbaxx_hal.h354 #define __HAL_SYSCFG_GET_FLAG(__FLAG__) (READ_BIT(SYSCFG->MESR, (__FLAG__)) == (__FLAG__))
362 #define __HAL_SYSCFG_CLEAR_FLAG(__FLAG__) SET_BIT(SYSCFG->MESR, (__FLAG__))
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_system.h1740 SET_BIT(SYSCFG->MESR, SYSCFG_MESR_IPMEE); in LL_SYSCFG_ClearEraseEndStatus()
1752 return (uint32_t)(READ_BIT(SYSCFG->MESR, SYSCFG_MESR_IPMEE)); in LL_SYSCFG_GetEraseEndStatus()
1763 SET_BIT(SYSCFG->MESR, SYSCFG_MESR_MCLR); in LL_SYSCFG_ClearEraseAfterResetStatus()
1775 return (uint32_t)(READ_BIT(SYSCFG->MESR, SYSCFG_MESR_MCLR)); in LL_SYSCFG_GetEraseAfterResetStatus()
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_system.h1759 WRITE_REG(SBS->MESR, SBS_MESR_IPMEE); in LL_SBS_ClearEraseEndStatus()
1771 return (uint32_t)(READ_BIT(SBS->MESR, SBS_MESR_IPMEE)); in LL_SBS_GetEraseEndStatus()
1781 WRITE_REG(SBS->MESR, SBS_MESR_MCLR); in LL_SBS_ClearEraseAfterResetStatus()
1793 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-3.7.0/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal.h471 #define __HAL_SBS_GET_MEMORIES_ERASE_STATUS() ((SBS->MESR) & (SBS_MESR_MEF))
Dstm32h7rsxx_ll_system.h801 return (READ_BIT(SBS->MESR, SBS_MESR_MEF)); in LL_SBS_IsDoneMemoryErase()
/hal_stm32-3.7.0/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
Dstm32wba55xx.h858 …__IO uint32_t MESR; /*!< SYSCFG Memory Erase Status register, Address offset: … member
/hal_stm32-3.7.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h908 …__IO uint32_t MESR; /*!< SBS Memory Erase Status Register, Address offset… member
Dstm32h523xx.h1088 …__IO uint32_t MESR; /*!< SBS Memory Erase Status Register, Address offset… member
Dstm32h562xx.h1155 …__IO uint32_t MESR; /*!< SBS Memory Erase Status Register, Address offset… member
Dstm32h533xx.h1152 …__IO uint32_t MESR; /*!< SBS Memory Erase Status Register, Address offset… member
Dstm32h563xx.h1333 …__IO uint32_t MESR; /*!< SBS Memory Erase Status Register, Address offset… member
Dstm32h573xx.h1397 …__IO uint32_t MESR; /*!< SBS Memory Erase Status Register, Address offset… member
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h1583 …__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
Dstm32h7s7xx.h1780 …__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
/hal_stm32-3.7.0/stm32cube/stm32u5xx/soc/
Dstm32u535xx.h1100 …__IO uint32_t MESR; /*!< SYSCFG Memory Erase Status register, Address offset… member
Dstm32u545xx.h1178 …__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
Dstm32u585xx.h1245 …__IO uint32_t MESR; /*!< SYSCFG Memory Erase Status register, Address offset… member

12