Searched refs:FLASH_PRIV_GRANTED (Results 1 – 2 of 2) sorted by relevance
55 #define FLASH_PRIV_GRANTED 0x00000000U /*!< access to Flash registers is grant… macro104 #define IS_FLASH_CFGPRIVMODE(__VALUE__) (((__VALUE__) == FLASH_PRIV_GRANTED) || ((__VALUE__…
77 #define FLASH_PRIV_GRANTED 0x00000000U /*!< access to Flash registers is granted */ macro172 #define IS_FLASH_CFGPRIVMODE(CFG) (((CFG) == FLASH_PRIV_GRANTED) || \