Home
last modified time | relevance | path

Searched refs:FLASH_INV_ENABLE (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash_ex.h88 #define FLASH_INV_ENABLE FLASH_SECCR_SECINV /*!< Security state of Flash is inverted */ macro
177 ((CFG) == FLASH_INV_ENABLE))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash_ex.h101 #define FLASH_INV_ENABLE FLASH_SECCR_INV /*!< Security state of Flash is inverted */ macro
218 ((CFG) == FLASH_INV_ENABLE))
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash_ex.h123 #define FLASH_INV_ENABLE FLASH_SECCR1_INV /*!< Security state of Flash is inverted */ macro
301 ((CFG) == FLASH_INV_ENABLE))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h798 #define FLASH_INV_ENABLE FLASH_CR_INV /*!< Security state of Flash is inverted */ macro
1036 …fine IS_FLASH_CFGSECINV(CFG) (((CFG) == FLASH_INV_DISABLE) || ((CFG) == FLASH_INV_ENABLE))