Searched refs:OB_SRAM_PARITY_SET (Results 1 – 3 of 3) sorted by relevance
228 #define OB_SRAM_PARITY_SET ((uint8_t)0x00) /*!< SRAM parity enable Set */ macro231 #define IS_OB_SRAM_PARITY(PARITY) (((PARITY) == OB_SRAM_PARITY_SET) || ((PARITY) == OB_SRAM_PARITY_…
247 #define OB_SRAM_PARITY_SET ((uint8_t)0x00) /*!< SRAM parity enable Set */ macro250 #define IS_OB_SRAM_PARITY(PARITY) (((PARITY) == OB_SRAM_PARITY_SET) || ((PARITY) == OB_SRAM_PARITY_…
467 #define OB_RAM_PARITY_CHECK_SET OB_SRAM_PARITY_SET
Completed in 47 milliseconds