/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc_ex.h | 1552 #define __HAL_RCC_HSI_IS_SECURITY_ENABLED() (READ_BIT(RCC->SECSR, RCC_SECSR_HSISECF) != 0U) 1554 #define __HAL_RCC_HSE_IS_SECURITY_ENABLED() (READ_BIT(RCC->SECSR, RCC_SECSR_HSESECF) != 0U) 1556 #define __HAL_RCC_MSI_IS_SECURITY_ENABLED() (READ_BIT(RCC->SECSR, RCC_SECSR_MSISECF) != 0U) 1558 #define __HAL_RCC_LSI_IS_SECURITY_ENABLED() (READ_BIT(RCC->SECSR, RCC_SECSR_LSISECF) != 0U) 1560 #define __HAL_RCC_LSE_IS_SECURITY_ENABLED() (READ_BIT(RCC->SECSR, RCC_SECSR_LSESECF) != 0U) 1562 #define __HAL_RCC_HSI48_IS_SECURITY_ENABLED() (READ_BIT(RCC->SECSR, RCC_SECSR_HSI48SECF) != 0U) 1564 #define __HAL_RCC_SYSCLK_IS_SECURITY_ENABLED() (READ_BIT(RCC->SECSR, RCC_SECSR_CKSYSSECF) != 0U) 1566 #define __HAL_RCC_PRESCALER_IS_SECURITY_ENABLED() (READ_BIT(RCC->SECSR, RCC_SECSR_PRESCSECF) != 0U) 1568 #define __HAL_RCC_PLL_IS_SECURITY_ENABLED() (READ_BIT(RCC->SECSR, RCC_SECSR_PLLSECF) != 0U) 1570 #define __HAL_RCC_PLLSAI1_IS_SECURITY_ENABLED() (READ_BIT(RCC->SECSR, RCC_SECSR_PLLSAI1SECF) != 0U) [all …]
|
D | stm32l5xx_hal_flash.h | 753 (READ_BIT(FLASH->SECSR, (__FLAG__)) != 0U))) 817 …~(FLASH_FLAG_ECCR_ERRORS | FLASH_FLAG_OPTWERR)) != 0U) { WRITE_REG(FLASH->SECSR, ((__FLAG__) & ~(F…
|
D | stm32l5xx_ll_rcc.h | 4774 return (uint32_t)(READ_BIT(RCC->SECSR, RCC_SECURE_MASK)); in LL_RCC_GetConfigSecure()
|
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_flash.c | 260 reg_sr = IS_FLASH_SECURE_OPERATION() ? &(FLASH->SECSR) : &(FLASH_NS->NSSR); in HAL_FLASH_IRQHandler() 617 reg_sr = IS_FLASH_SECURE_OPERATION() ? &(FLASH->SECSR) : &(FLASH_NS->NSSR); in FLASH_WaitForLastOperation()
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_flash.c | 285 reg_sr = IS_FLASH_SECURE_OPERATION() ? &(FLASH->SECSR) : &(FLASH_NS->NSSR); in HAL_FLASH_IRQHandler() 634 reg_sr = IS_FLASH_SECURE_OPERATION() ? &(FLASH->SECSR) : &(FLASH_NS->NSSR); in FLASH_WaitForLastOperation()
|
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_flash.c | 311 reg_sr = IS_FLASH_SECURE_OPERATION() ? &(FLASH->SECSR) : &(FLASH_NS->NSSR); in HAL_FLASH_IRQHandler() 671 reg_sr = IS_FLASH_SECURE_OPERATION() ? &(FLASH->SECSR) : &(FLASH_NS->NSSR); in FLASH_WaitForLastOperation()
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_flash.c | 370 reg_sr = IS_FLASH_SECURE_OPERATION() ? &(FLASH->SECSR) : &(FLASH_NS->NSSR); in HAL_FLASH_IRQHandler() 738 reg_sr = IS_FLASH_SECURE_OPERATION() ? &(FLASH->SECSR) : &(FLASH_NS->NSSR); in FLASH_WaitForLastOperation()
|
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_flash.h | 727 … (READ_BIT(FLASH->SECSR, (__FLAG__)) == (__FLAG__)))) 795 …~(FLASH_FLAG_ECCR_ERRORS | FLASH_FLAG_OPTWERR)) != 0U) { WRITE_REG(FLASH->SECSR, ((__FLAG__) & ~(F…
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_flash.h | 816 … (READ_BIT(FLASH->SECSR, (__FLAG__)) == (__FLAG__)))) 853 { WRITE_REG(FLASH->SECSR, ((__FLAG__) & \
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_flash.h | 542 … (READ_BIT(FLASH->SECSR, (__FLAG__)) == (__FLAG__))))
|
/hal_stm32-3.6.0/stm32cube/stm32l5xx/soc/ |
D | stm32l552xx.h | 550 …__IO uint32_t SECSR; /*!< FLASH secure status register, Address offse… member 929 …__IO uint32_t SECSR; /*!< RCC secure status register, … member
|
D | stm32l562xx.h | 584 …__IO uint32_t SECSR; /*!< FLASH secure status register, Address offse… member 1003 …__IO uint32_t SECSR; /*!< RCC secure status register, … member
|
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/soc/ |
D | stm32wba52xx.h | 343 …__IO uint32_t SECSR; /*!< FLASH secure status register, Address o… member
|
D | stm32wba54xx.h | 360 …__IO uint32_t SECSR; /*!< FLASH secure status register, Address o… member
|
D | stm32wba55xx.h | 360 …__IO uint32_t SECSR; /*!< FLASH secure status register, Address o… member
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/soc/ |
D | stm32u535xx.h | 444 …__IO uint32_t SECSR; /*!< FLASH secure status register, Address offse… member
|
D | stm32u545xx.h | 483 …__IO uint32_t SECSR; /*!< FLASH secure status register, Address offse… member
|
D | stm32u575xx.h | 485 …__IO uint32_t SECSR; /*!< FLASH secure status register, Address offse… member
|
D | stm32u5f7xx.h | 499 …__IO uint32_t SECSR; /*!< FLASH secure status register, Address offse… member
|
D | stm32u595xx.h | 491 …__IO uint32_t SECSR; /*!< FLASH secure status register, Address offse… member
|
D | stm32u5a5xx.h | 531 …__IO uint32_t SECSR; /*!< FLASH secure status register, Address offse… member
|
D | stm32u585xx.h | 525 …__IO uint32_t SECSR; /*!< FLASH secure status register, Address offse… member
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/soc/ |
D | stm32h562xx.h | 546 …__IO uint32_t SECSR; /*!< FLASH secure status register, … member
|
D | stm32h563xx.h | 724 …__IO uint32_t SECSR; /*!< FLASH secure status register, … member
|
D | stm32h573xx.h | 762 …__IO uint32_t SECSR; /*!< FLASH secure status register, … member
|