Lines Matching refs:cmock_line
231 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in Mockfwk_interrupt_Verify() local
239 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_interrupt_Verify()
252 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_interrupt_Verify()
265 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_interrupt_Verify()
278 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_interrupt_Verify()
291 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_interrupt_Verify()
304 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_interrupt_Verify()
317 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_interrupt_Verify()
330 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_interrupt_Verify()
343 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_interrupt_Verify()
356 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_interrupt_Verify()
369 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_interrupt_Verify()
391 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_interrupt_init() local
411 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_interrupt_init()
412 cmock_line = cmock_call_instance->LineNumber; in fwk_interrupt_init()
419 { UNITY_TEST_ASSERT_NULL(driver, cmock_line, CMockStringExpNULL); } in fwk_interrupt_init()
421 …wk_arch_interrupt_driver), cmock_call_instance->Expected_driver_Depth, cmock_line, CMockStringMism… in fwk_interrupt_init()
440 void fwk_interrupt_init_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_return) in fwk_interrupt_init_CMockIgnoreAndReturn() argument
444 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_init_CMockIgnoreAndReturn()
448 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_init_CMockIgnoreAndReturn()
461 void fwk_interrupt_init_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_return) in fwk_interrupt_init_CMockExpectAnyArgsAndReturn() argument
465 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_init_CMockExpectAnyArgsAndReturn()
469 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_init_CMockExpectAnyArgsAndReturn()
475 void fwk_interrupt_init_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_arch_inte… in fwk_interrupt_init_CMockExpectAndReturn() argument
479 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_init_CMockExpectAndReturn()
483 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_init_CMockExpectAndReturn()
503 void fwk_interrupt_init_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_… in fwk_interrupt_init_CMockExpectWithArrayAndReturn() argument
507 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_init_CMockExpectWithArrayAndReturn()
511 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_init_CMockExpectWithArrayAndReturn()
517 void fwk_interrupt_init_CMockIgnoreArg_driver(UNITY_LINE_TYPE cmock_line) in fwk_interrupt_init_CMockIgnoreArg_driver() argument
520 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_interrupt_init_CMockIgnoreArg_driver()
526 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_interrupt_is_enabled() local
546 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_interrupt_is_enabled()
547 cmock_line = cmock_call_instance->LineNumber; in fwk_interrupt_is_enabled()
553 …UNITY_TEST_ASSERT_EQUAL_HEX32(cmock_call_instance->Expected_interrupt, interrupt, cmock_line, CMoc… in fwk_interrupt_is_enabled()
559 { UNITY_TEST_ASSERT_NULL(enabled, cmock_line, CMockStringExpNULL); } in fwk_interrupt_is_enabled()
561 …xpected_enabled, enabled, cmock_call_instance->Expected_enabled_Depth, cmock_line, CMockStringMism… in fwk_interrupt_is_enabled()
570 UNITY_TEST_ASSERT_NOT_NULL(enabled, cmock_line, CMockStringPtrIsNULL); in fwk_interrupt_is_enabled()
589 void fwk_interrupt_is_enabled_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_return) in fwk_interrupt_is_enabled_CMockIgnoreAndReturn() argument
593 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_is_enabled_CMockIgnoreAndReturn()
597 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_is_enabled_CMockIgnoreAndReturn()
610 void fwk_interrupt_is_enabled_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_… in fwk_interrupt_is_enabled_CMockExpectAnyArgsAndReturn() argument
614 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_is_enabled_CMockExpectAnyArgsAndReturn()
618 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_is_enabled_CMockExpectAnyArgsAndReturn()
624 void fwk_interrupt_is_enabled_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, unsigned int interru… in fwk_interrupt_is_enabled_CMockExpectAndReturn() argument
628 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_is_enabled_CMockExpectAndReturn()
632 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_is_enabled_CMockExpectAndReturn()
652 void fwk_interrupt_is_enabled_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, unsigned in… in fwk_interrupt_is_enabled_CMockExpectWithArrayAndReturn() argument
656 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_is_enabled_CMockExpectWithArrayAndReturn()
660 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_is_enabled_CMockExpectWithArrayAndReturn()
666 void fwk_interrupt_is_enabled_CMockReturnMemThruPtr_enabled(UNITY_LINE_TYPE cmock_line, bool* enabl… in fwk_interrupt_is_enabled_CMockReturnMemThruPtr_enabled() argument
669 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringPtrPreExp); in fwk_interrupt_is_enabled_CMockReturnMemThruPtr_enabled()
675 void fwk_interrupt_is_enabled_CMockIgnoreArg_interrupt(UNITY_LINE_TYPE cmock_line) in fwk_interrupt_is_enabled_CMockIgnoreArg_interrupt() argument
678 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_interrupt_is_enabled_CMockIgnoreArg_interrupt()
682 void fwk_interrupt_is_enabled_CMockIgnoreArg_enabled(UNITY_LINE_TYPE cmock_line) in fwk_interrupt_is_enabled_CMockIgnoreArg_enabled() argument
685 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_interrupt_is_enabled_CMockIgnoreArg_enabled()
691 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_interrupt_enable() local
711 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_interrupt_enable()
712 cmock_line = cmock_call_instance->LineNumber; in fwk_interrupt_enable()
718 …UNITY_TEST_ASSERT_EQUAL_HEX32(cmock_call_instance->Expected_interrupt, interrupt, cmock_line, CMoc… in fwk_interrupt_enable()
736 void fwk_interrupt_enable_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_return) in fwk_interrupt_enable_CMockIgnoreAndReturn() argument
740 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_enable_CMockIgnoreAndReturn()
744 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_enable_CMockIgnoreAndReturn()
757 void fwk_interrupt_enable_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_retu… in fwk_interrupt_enable_CMockExpectAnyArgsAndReturn() argument
761 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_enable_CMockExpectAnyArgsAndReturn()
765 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_enable_CMockExpectAnyArgsAndReturn()
771 void fwk_interrupt_enable_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, unsigned int interrupt, … in fwk_interrupt_enable_CMockExpectAndReturn() argument
775 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_enable_CMockExpectAndReturn()
779 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_enable_CMockExpectAndReturn()
799 void fwk_interrupt_enable_CMockIgnoreArg_interrupt(UNITY_LINE_TYPE cmock_line) in fwk_interrupt_enable_CMockIgnoreArg_interrupt() argument
802 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_interrupt_enable_CMockIgnoreArg_interrupt()
808 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_interrupt_disable() local
828 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_interrupt_disable()
829 cmock_line = cmock_call_instance->LineNumber; in fwk_interrupt_disable()
835 …UNITY_TEST_ASSERT_EQUAL_HEX32(cmock_call_instance->Expected_interrupt, interrupt, cmock_line, CMoc… in fwk_interrupt_disable()
853 void fwk_interrupt_disable_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_return) in fwk_interrupt_disable_CMockIgnoreAndReturn() argument
857 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_disable_CMockIgnoreAndReturn()
861 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_disable_CMockIgnoreAndReturn()
874 void fwk_interrupt_disable_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_ret… in fwk_interrupt_disable_CMockExpectAnyArgsAndReturn() argument
878 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_disable_CMockExpectAnyArgsAndReturn()
882 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_disable_CMockExpectAnyArgsAndReturn()
888 void fwk_interrupt_disable_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, unsigned int interrupt,… in fwk_interrupt_disable_CMockExpectAndReturn() argument
892 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_disable_CMockExpectAndReturn()
896 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_disable_CMockExpectAndReturn()
916 void fwk_interrupt_disable_CMockIgnoreArg_interrupt(UNITY_LINE_TYPE cmock_line) in fwk_interrupt_disable_CMockIgnoreArg_interrupt() argument
919 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_interrupt_disable_CMockIgnoreArg_interrupt()
925 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_interrupt_is_pending() local
945 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_interrupt_is_pending()
946 cmock_line = cmock_call_instance->LineNumber; in fwk_interrupt_is_pending()
952 …UNITY_TEST_ASSERT_EQUAL_HEX32(cmock_call_instance->Expected_interrupt, interrupt, cmock_line, CMoc… in fwk_interrupt_is_pending()
958 { UNITY_TEST_ASSERT_NULL(pending, cmock_line, CMockStringExpNULL); } in fwk_interrupt_is_pending()
960 …xpected_pending, pending, cmock_call_instance->Expected_pending_Depth, cmock_line, CMockStringMism… in fwk_interrupt_is_pending()
969 UNITY_TEST_ASSERT_NOT_NULL(pending, cmock_line, CMockStringPtrIsNULL); in fwk_interrupt_is_pending()
988 void fwk_interrupt_is_pending_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_return) in fwk_interrupt_is_pending_CMockIgnoreAndReturn() argument
992 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_is_pending_CMockIgnoreAndReturn()
996 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_is_pending_CMockIgnoreAndReturn()
1009 void fwk_interrupt_is_pending_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_… in fwk_interrupt_is_pending_CMockExpectAnyArgsAndReturn() argument
1013 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_is_pending_CMockExpectAnyArgsAndReturn()
1017 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_is_pending_CMockExpectAnyArgsAndReturn()
1023 void fwk_interrupt_is_pending_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, unsigned int interru… in fwk_interrupt_is_pending_CMockExpectAndReturn() argument
1027 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_is_pending_CMockExpectAndReturn()
1031 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_is_pending_CMockExpectAndReturn()
1051 void fwk_interrupt_is_pending_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, unsigned in… in fwk_interrupt_is_pending_CMockExpectWithArrayAndReturn() argument
1055 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_is_pending_CMockExpectWithArrayAndReturn()
1059 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_is_pending_CMockExpectWithArrayAndReturn()
1065 void fwk_interrupt_is_pending_CMockReturnMemThruPtr_pending(UNITY_LINE_TYPE cmock_line, bool* pendi… in fwk_interrupt_is_pending_CMockReturnMemThruPtr_pending() argument
1068 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringPtrPreExp); in fwk_interrupt_is_pending_CMockReturnMemThruPtr_pending()
1074 void fwk_interrupt_is_pending_CMockIgnoreArg_interrupt(UNITY_LINE_TYPE cmock_line) in fwk_interrupt_is_pending_CMockIgnoreArg_interrupt() argument
1077 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_interrupt_is_pending_CMockIgnoreArg_interrupt()
1081 void fwk_interrupt_is_pending_CMockIgnoreArg_pending(UNITY_LINE_TYPE cmock_line) in fwk_interrupt_is_pending_CMockIgnoreArg_pending() argument
1084 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_interrupt_is_pending_CMockIgnoreArg_pending()
1090 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_interrupt_set_pending() local
1110 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_interrupt_set_pending()
1111 cmock_line = cmock_call_instance->LineNumber; in fwk_interrupt_set_pending()
1117 …UNITY_TEST_ASSERT_EQUAL_HEX32(cmock_call_instance->Expected_interrupt, interrupt, cmock_line, CMoc… in fwk_interrupt_set_pending()
1135 void fwk_interrupt_set_pending_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_return) in fwk_interrupt_set_pending_CMockIgnoreAndReturn() argument
1139 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_set_pending_CMockIgnoreAndReturn()
1143 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_set_pending_CMockIgnoreAndReturn()
1156 void fwk_interrupt_set_pending_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to… in fwk_interrupt_set_pending_CMockExpectAnyArgsAndReturn() argument
1160 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_set_pending_CMockExpectAnyArgsAndReturn()
1164 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_set_pending_CMockExpectAnyArgsAndReturn()
1170 void fwk_interrupt_set_pending_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, unsigned int interr… in fwk_interrupt_set_pending_CMockExpectAndReturn() argument
1174 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_set_pending_CMockExpectAndReturn()
1178 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_set_pending_CMockExpectAndReturn()
1198 void fwk_interrupt_set_pending_CMockIgnoreArg_interrupt(UNITY_LINE_TYPE cmock_line) in fwk_interrupt_set_pending_CMockIgnoreArg_interrupt() argument
1201 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_interrupt_set_pending_CMockIgnoreArg_interrupt()
1207 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_interrupt_clear_pending() local
1227 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_interrupt_clear_pending()
1228 cmock_line = cmock_call_instance->LineNumber; in fwk_interrupt_clear_pending()
1234 …UNITY_TEST_ASSERT_EQUAL_HEX32(cmock_call_instance->Expected_interrupt, interrupt, cmock_line, CMoc… in fwk_interrupt_clear_pending()
1252 void fwk_interrupt_clear_pending_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_retu… in fwk_interrupt_clear_pending_CMockIgnoreAndReturn() argument
1256 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_clear_pending_CMockIgnoreAndReturn()
1260 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_clear_pending_CMockIgnoreAndReturn()
1273 void fwk_interrupt_clear_pending_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_… in fwk_interrupt_clear_pending_CMockExpectAnyArgsAndReturn() argument
1277 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_clear_pending_CMockExpectAnyArgsAndReturn()
1281 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_clear_pending_CMockExpectAnyArgsAndReturn()
1287 void fwk_interrupt_clear_pending_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, unsigned int inte… in fwk_interrupt_clear_pending_CMockExpectAndReturn() argument
1291 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_clear_pending_CMockExpectAndReturn()
1295 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_clear_pending_CMockExpectAndReturn()
1315 void fwk_interrupt_clear_pending_CMockIgnoreArg_interrupt(UNITY_LINE_TYPE cmock_line) in fwk_interrupt_clear_pending_CMockIgnoreArg_interrupt() argument
1318 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_interrupt_clear_pending_CMockIgnoreArg_interrupt()
1324 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_interrupt_set_isr() local
1344 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_interrupt_set_isr()
1345 cmock_line = cmock_call_instance->LineNumber; in fwk_interrupt_set_isr()
1351 …UNITY_TEST_ASSERT_EQUAL_HEX32(cmock_call_instance->Expected_interrupt, interrupt, cmock_line, CMoc… in fwk_interrupt_set_isr()
1356 …UNITY_TEST_ASSERT_EQUAL_PTR(cmock_call_instance->Expected_isr, isr, cmock_line, CMockStringMismatc… in fwk_interrupt_set_isr()
1377 void fwk_interrupt_set_isr_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_return) in fwk_interrupt_set_isr_CMockIgnoreAndReturn() argument
1381 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_set_isr_CMockIgnoreAndReturn()
1385 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_set_isr_CMockIgnoreAndReturn()
1398 void fwk_interrupt_set_isr_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_ret… in fwk_interrupt_set_isr_CMockExpectAnyArgsAndReturn() argument
1402 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_set_isr_CMockExpectAnyArgsAndReturn()
1406 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_set_isr_CMockExpectAnyArgsAndReturn()
1412 void fwk_interrupt_set_isr_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, unsigned int interrupt,… in fwk_interrupt_set_isr_CMockExpectAndReturn() argument
1416 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_set_isr_CMockExpectAndReturn()
1420 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_set_isr_CMockExpectAndReturn()
1440 void fwk_interrupt_set_isr_CMockIgnoreArg_interrupt(UNITY_LINE_TYPE cmock_line) in fwk_interrupt_set_isr_CMockIgnoreArg_interrupt() argument
1443 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_interrupt_set_isr_CMockIgnoreArg_interrupt()
1447 void fwk_interrupt_set_isr_CMockIgnoreArg_isr(UNITY_LINE_TYPE cmock_line) in fwk_interrupt_set_isr_CMockIgnoreArg_isr() argument
1450 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_interrupt_set_isr_CMockIgnoreArg_isr()
1456 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_interrupt_set_isr_param() local
1476 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_interrupt_set_isr_param()
1477 cmock_line = cmock_call_instance->LineNumber; in fwk_interrupt_set_isr_param()
1483 …UNITY_TEST_ASSERT_EQUAL_HEX32(cmock_call_instance->Expected_interrupt, interrupt, cmock_line, CMoc… in fwk_interrupt_set_isr_param()
1488 …UNITY_TEST_ASSERT_EQUAL_PTR(cmock_call_instance->Expected_isr, isr, cmock_line, CMockStringMismatc… in fwk_interrupt_set_isr_param()
1493 …ck_call_instance->Expected_param), (void*)(¶m), sizeof(uintptr_t), cmock_line, CMockStringMism… in fwk_interrupt_set_isr_param()
1517 void fwk_interrupt_set_isr_param_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_retu… in fwk_interrupt_set_isr_param_CMockIgnoreAndReturn() argument
1521 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_set_isr_param_CMockIgnoreAndReturn()
1525 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_set_isr_param_CMockIgnoreAndReturn()
1538 void fwk_interrupt_set_isr_param_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_… in fwk_interrupt_set_isr_param_CMockExpectAnyArgsAndReturn() argument
1542 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_set_isr_param_CMockExpectAnyArgsAndReturn()
1546 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_set_isr_param_CMockExpectAnyArgsAndReturn()
1552 void fwk_interrupt_set_isr_param_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, unsigned int inte… in fwk_interrupt_set_isr_param_CMockExpectAndReturn() argument
1556 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_set_isr_param_CMockExpectAndReturn()
1560 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_set_isr_param_CMockExpectAndReturn()
1580 void fwk_interrupt_set_isr_param_CMockIgnoreArg_interrupt(UNITY_LINE_TYPE cmock_line) in fwk_interrupt_set_isr_param_CMockIgnoreArg_interrupt() argument
1583 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_interrupt_set_isr_param_CMockIgnoreArg_interrupt()
1587 void fwk_interrupt_set_isr_param_CMockIgnoreArg_isr(UNITY_LINE_TYPE cmock_line) in fwk_interrupt_set_isr_param_CMockIgnoreArg_isr() argument
1590 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_interrupt_set_isr_param_CMockIgnoreArg_isr()
1594 void fwk_interrupt_set_isr_param_CMockIgnoreArg_param(UNITY_LINE_TYPE cmock_line) in fwk_interrupt_set_isr_param_CMockIgnoreArg_param() argument
1597 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_interrupt_set_isr_param_CMockIgnoreArg_param()
1603 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_interrupt_get_current() local
1623 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_interrupt_get_current()
1624 cmock_line = cmock_call_instance->LineNumber; in fwk_interrupt_get_current()
1631 { UNITY_TEST_ASSERT_NULL(interrupt, cmock_line, CMockStringExpNULL); } in fwk_interrupt_get_current()
1633 …d_interrupt, interrupt, cmock_call_instance->Expected_interrupt_Depth, cmock_line, CMockStringMism… in fwk_interrupt_get_current()
1642 UNITY_TEST_ASSERT_NOT_NULL(interrupt, cmock_line, CMockStringPtrIsNULL); in fwk_interrupt_get_current()
1659 void fwk_interrupt_get_current_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to_return) in fwk_interrupt_get_current_CMockIgnoreAndReturn() argument
1663 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_get_current_CMockIgnoreAndReturn()
1667 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_get_current_CMockIgnoreAndReturn()
1680 void fwk_interrupt_get_current_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, int cmock_to… in fwk_interrupt_get_current_CMockExpectAnyArgsAndReturn() argument
1684 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_get_current_CMockExpectAnyArgsAndReturn()
1688 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_get_current_CMockExpectAnyArgsAndReturn()
1694 void fwk_interrupt_get_current_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, unsigned int* inter… in fwk_interrupt_get_current_CMockExpectAndReturn() argument
1698 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_get_current_CMockExpectAndReturn()
1702 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_get_current_CMockExpectAndReturn()
1722 void fwk_interrupt_get_current_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, unsigned i… in fwk_interrupt_get_current_CMockExpectWithArrayAndReturn() argument
1726 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_interrupt_get_current_CMockExpectWithArrayAndReturn()
1730 cmock_call_instance->LineNumber = cmock_line; in fwk_interrupt_get_current_CMockExpectWithArrayAndReturn()
1736 void fwk_interrupt_get_current_CMockReturnMemThruPtr_interrupt(UNITY_LINE_TYPE cmock_line, unsigned… in fwk_interrupt_get_current_CMockReturnMemThruPtr_interrupt() argument
1739 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringPtrPreExp); in fwk_interrupt_get_current_CMockReturnMemThruPtr_interrupt()
1745 void fwk_interrupt_get_current_CMockIgnoreArg_interrupt(UNITY_LINE_TYPE cmock_line) in fwk_interrupt_get_current_CMockIgnoreArg_interrupt() argument
1748 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_interrupt_get_current_CMockIgnoreArg_interrupt()
1754 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_is_interrupt_context() local
1774 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_is_interrupt_context()
1775 cmock_line = cmock_call_instance->LineNumber; in fwk_is_interrupt_context()
1784 void fwk_is_interrupt_context_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, bool cmock_to_return) in fwk_is_interrupt_context_CMockIgnoreAndReturn() argument
1788 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_is_interrupt_context_CMockIgnoreAndReturn()
1792 cmock_call_instance->LineNumber = cmock_line; in fwk_is_interrupt_context_CMockIgnoreAndReturn()
1805 void fwk_is_interrupt_context_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, bool cmock_to_return) in fwk_is_interrupt_context_CMockExpectAndReturn() argument
1809 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_is_interrupt_context_CMockExpectAndReturn()
1813 cmock_call_instance->LineNumber = cmock_line; in fwk_is_interrupt_context_CMockExpectAndReturn()