Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash_ex.h87 #define FLASH_INV_DISABLE 0x00000000U /*!< Security state of Flash is not inverted */ macro
176 #define IS_FLASH_CFGSECINV(CFG) (((CFG) == FLASH_INV_DISABLE) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash_ex.h100 #define FLASH_INV_DISABLE 0x00000000U /*!< Security state of Flash is not inverted */ macro
217 #define IS_FLASH_CFGSECINV(CFG) (((CFG) == FLASH_INV_DISABLE) || \
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash_ex.h122 #define FLASH_INV_DISABLE 0x00000000U /*!< Security state of Flash is not inverted */ macro
300 #define IS_FLASH_CFGSECINV(CFG) (((CFG) == FLASH_INV_DISABLE) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h797 #define FLASH_INV_DISABLE 0x00000000U /*!< Security state of Flash is not inverted */ macro
1036 #define IS_FLASH_CFGSECINV(CFG) (((CFG) == FLASH_INV_DISABLE) || ((CFG) == FLASH_INV_ENABL…