Searched refs:IS_OB_USER_SRAM_PARITY (Results 1 – 2 of 2) sorted by relevance
974 #define IS_OB_USER_SRAM_PARITY(VALUE) (((VALUE) == OB_SRAM_PARITY_ENABLE) || ((VALUE) == OB_SR… macro
917 assert_param(IS_OB_USER_SRAM_PARITY(UserConfig & FLASH_OPTR_SRAM_PE)); in FLASH_OB_UserConfig()