ESR_ELx_ISS2
return ESR_ELx_ISS2(esr) & ESR_ELx_GCS;
unsigned long iss2 = ESR_ELx_ISS2(esr);
TEST_ASSERT_EQ(ESR_ELx_ISS2(esr), 0);