Searched refs:FLASH_INV_DISABLE (Results 1 – 4 of 4) sorted by relevance
87 #define FLASH_INV_DISABLE 0x00000000U /*!< Security state of Flash is not inverted */ macro176 #define IS_FLASH_CFGSECINV(CFG) (((CFG) == FLASH_INV_DISABLE) || \
100 #define FLASH_INV_DISABLE 0x00000000U /*!< Security state of Flash is not inverted */ macro217 #define IS_FLASH_CFGSECINV(CFG) (((CFG) == FLASH_INV_DISABLE) || \
122 #define FLASH_INV_DISABLE 0x00000000U /*!< Security state of Flash is not inverted */ macro300 #define IS_FLASH_CFGSECINV(CFG) (((CFG) == FLASH_INV_DISABLE) || \
797 #define FLASH_INV_DISABLE 0x00000000U /*!< Security state of Flash is not inverted */ macro1036 #define IS_FLASH_CFGSECINV(CFG) (((CFG) == FLASH_INV_DISABLE) || ((CFG) == FLASH_INV_ENABL…