Searched refs:FLASH_INV_DISABLE (Results 1 – 3 of 3) sorted by relevance
89 #define FLASH_INV_DISABLE 0x00000000U /*!< Security state of Flash is not inverted */ macro178 #define IS_FLASH_CFGSECINV(CFG) (((CFG) == FLASH_INV_DISABLE) || \
101 #define FLASH_INV_DISABLE 0x00000000U /*!< Security state of Flash is not inverted */ macro218 #define IS_FLASH_CFGSECINV(CFG) (((CFG) == FLASH_INV_DISABLE) || \
758 #define FLASH_INV_DISABLE 0x00000000U /*!< Security state of Flash is not inverted */ macro986 #define IS_FLASH_CFGSECINV(CFG) (((CFG) == FLASH_INV_DISABLE) || ((CFG) == FLASH_INV_ENABL…