Searched refs:FLASH_WRPSTATE_DISABLE (Results 1 – 1 of 1) sorted by relevance
63 FLASH_WRPSTATE_DISABLE = 0x00U, /*!< Disable the write protection of the desired sections */ enumerator408 #define IS_WRITE_PROTECT_STATE(STATE) (((STATE) == FLASH_WRPSTATE_DISABLE) || \
Completed in 4 milliseconds