Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MaximTinyTester CmdLine MAX5719 USBDevice
Diff: Test_Main_MAX5719.cpp
- Revision:
- 27:485b1b2f334c
- Parent:
- 26:ec719cd9a579
- Child:
- 30:13fc9d492ee0
--- a/Test_Main_MAX5719.cpp Wed Mar 24 13:32:33 2021 -0700
+++ b/Test_Main_MAX5719.cpp Tue Jun 08 04:13:07 2021 -0700
@@ -2019,6 +2019,7 @@
// docTest_item['action'] = 'Init()'
// docTest_item['funcName'] = 'Init'
// call-function
+ // selfTestFunctionClosures['Init']['returnType'] = 'void'
// ASSERT_EQ(g_MAX5719_device.Init(()), (void)None); //
// tinyTester.FunctionCall_Expect("MAX5719.Init", fn_MAX5719_Init, /* empty docTest_argList */ /* empty expect: */ (void)None); //
g_MAX5719_device.Init(); //
@@ -2066,6 +2067,7 @@
// docTest_item['arglist'] = '0x000000'
#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD CODE_LOAD 0.000V
// call-function
+ // selfTestFunctionClosures['CODE_LOAD']['returnType'] = 'uint8_t'
// ASSERT_EQ(g_MAX5719_device.CODE_LOAD((uint32_t)0x000000), (uint8_t)None); // 0.000V
// tinyTester.FunctionCall_Expect("MAX5719.CODE_LOAD", fn_MAX5719_CODE_LOAD, (uint32_t)0x000000, /* empty expect: */ (uint8_t)None); // 0.000V
g_MAX5719_device.CODE_LOAD((uint32_t)0x000000); // 0.000V
@@ -2096,6 +2098,18 @@
tinyTester.AnalogIn0_Read_Expect_voltageV(0.000000); //
#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+ // @test group CODE_LOAD tinyTester.AnalogIn1_Read_Report_voltageV(); // remove unwanted loading on AIN0
+ // docTest_item['actionType'] = 'call-tinytester-function'
+ // docTest_item['group-id-value'] = 'CODE_LOAD'
+ // docTest_item['action'] = 'tinyTester.AnalogIn1_Read_Report_voltageV()'
+ // docTest_item['propName'] = 'AnalogIn1_Read_Report_voltageV'
+#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD None
+ // call-tinytester-function
+ // tinyTesterFuncName = "tinyTester.AnalogIn1_Read_Report_voltageV"
+ // docTest_argList = ""
+ tinyTester.AnalogIn1_Read_Report_voltageV(); //
+#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+
// @test group CODE_LOAD tinyTester.print("0x01f400 = 0.500V")
// docTest_item['actionType'] = 'print-string'
// docTest_item['group-id-value'] = 'CODE_LOAD'
@@ -2117,6 +2131,7 @@
// docTest_item['arglist'] = '0x01f400'
#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD CODE_LOAD 0.500V
// call-function
+ // selfTestFunctionClosures['CODE_LOAD']['returnType'] = 'uint8_t'
// ASSERT_EQ(g_MAX5719_device.CODE_LOAD((uint32_t)0x01f400), (uint8_t)None); // 0.500V
// tinyTester.FunctionCall_Expect("MAX5719.CODE_LOAD", fn_MAX5719_CODE_LOAD, (uint32_t)0x01f400, /* empty expect: */ (uint8_t)None); // 0.500V
g_MAX5719_device.CODE_LOAD((uint32_t)0x01f400); // 0.500V
@@ -2147,6 +2162,18 @@
tinyTester.AnalogIn0_Read_Expect_voltageV(0.500000); //
#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+ // @test group CODE_LOAD tinyTester.AnalogIn1_Read_Report_voltageV(); // remove unwanted loading on AIN0
+ // docTest_item['actionType'] = 'call-tinytester-function'
+ // docTest_item['group-id-value'] = 'CODE_LOAD'
+ // docTest_item['action'] = 'tinyTester.AnalogIn1_Read_Report_voltageV()'
+ // docTest_item['propName'] = 'AnalogIn1_Read_Report_voltageV'
+#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD None
+ // call-tinytester-function
+ // tinyTesterFuncName = "tinyTester.AnalogIn1_Read_Report_voltageV"
+ // docTest_argList = ""
+ tinyTester.AnalogIn1_Read_Report_voltageV(); //
+#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+
// @test group CODE_LOAD tinyTester.print("0x03e800 = 1.000V")
// docTest_item['actionType'] = 'print-string'
// docTest_item['group-id-value'] = 'CODE_LOAD'
@@ -2168,6 +2195,7 @@
// docTest_item['arglist'] = '0x03e800'
#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD CODE_LOAD 1.000V
// call-function
+ // selfTestFunctionClosures['CODE_LOAD']['returnType'] = 'uint8_t'
// ASSERT_EQ(g_MAX5719_device.CODE_LOAD((uint32_t)0x03e800), (uint8_t)None); // 1.000V
// tinyTester.FunctionCall_Expect("MAX5719.CODE_LOAD", fn_MAX5719_CODE_LOAD, (uint32_t)0x03e800, /* empty expect: */ (uint8_t)None); // 1.000V
g_MAX5719_device.CODE_LOAD((uint32_t)0x03e800); // 1.000V
@@ -2198,6 +2226,18 @@
tinyTester.AnalogIn0_Read_Expect_voltageV(1.000000); //
#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+ // @test group CODE_LOAD tinyTester.AnalogIn1_Read_Report_voltageV(); // remove unwanted loading on AIN0
+ // docTest_item['actionType'] = 'call-tinytester-function'
+ // docTest_item['group-id-value'] = 'CODE_LOAD'
+ // docTest_item['action'] = 'tinyTester.AnalogIn1_Read_Report_voltageV()'
+ // docTest_item['propName'] = 'AnalogIn1_Read_Report_voltageV'
+#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD None
+ // call-tinytester-function
+ // tinyTesterFuncName = "tinyTester.AnalogIn1_Read_Report_voltageV"
+ // docTest_argList = ""
+ tinyTester.AnalogIn1_Read_Report_voltageV(); //
+#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+
// @test group CODE_LOAD tinyTester.err_threshold = 0.075
// docTest_item['actionType'] = 'assign-propname-value'
// docTest_item['group-id-value'] = 'CODE_LOAD'
@@ -2232,6 +2272,7 @@
// docTest_item['arglist'] = '0x05dc00'
#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD CODE_LOAD 1.500V
// call-function
+ // selfTestFunctionClosures['CODE_LOAD']['returnType'] = 'uint8_t'
// ASSERT_EQ(g_MAX5719_device.CODE_LOAD((uint32_t)0x05dc00), (uint8_t)None); // 1.500V
// tinyTester.FunctionCall_Expect("MAX5719.CODE_LOAD", fn_MAX5719_CODE_LOAD, (uint32_t)0x05dc00, /* empty expect: */ (uint8_t)None); // 1.500V
g_MAX5719_device.CODE_LOAD((uint32_t)0x05dc00); // 1.500V
@@ -2262,6 +2303,18 @@
tinyTester.AnalogIn0_Read_Expect_voltageV(1.500000); //
#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+ // @test group CODE_LOAD tinyTester.AnalogIn1_Read_Report_voltageV(); // remove unwanted loading on AIN0
+ // docTest_item['actionType'] = 'call-tinytester-function'
+ // docTest_item['group-id-value'] = 'CODE_LOAD'
+ // docTest_item['action'] = 'tinyTester.AnalogIn1_Read_Report_voltageV()'
+ // docTest_item['propName'] = 'AnalogIn1_Read_Report_voltageV'
+#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD None
+ // call-tinytester-function
+ // tinyTesterFuncName = "tinyTester.AnalogIn1_Read_Report_voltageV"
+ // docTest_argList = ""
+ tinyTester.AnalogIn1_Read_Report_voltageV(); //
+#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+
// @test group CODE_LOAD tinyTester.err_threshold = 0.100
// docTest_item['actionType'] = 'assign-propname-value'
// docTest_item['group-id-value'] = 'CODE_LOAD'
@@ -2296,6 +2349,7 @@
// docTest_item['arglist'] = '0x07d000'
#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD CODE_LOAD 2.000V
// call-function
+ // selfTestFunctionClosures['CODE_LOAD']['returnType'] = 'uint8_t'
// ASSERT_EQ(g_MAX5719_device.CODE_LOAD((uint32_t)0x07d000), (uint8_t)None); // 2.000V
// tinyTester.FunctionCall_Expect("MAX5719.CODE_LOAD", fn_MAX5719_CODE_LOAD, (uint32_t)0x07d000, /* empty expect: */ (uint8_t)None); // 2.000V
g_MAX5719_device.CODE_LOAD((uint32_t)0x07d000); // 2.000V
@@ -2326,6 +2380,18 @@
tinyTester.AnalogIn0_Read_Expect_voltageV(2.000000); //
#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+ // @test group CODE_LOAD tinyTester.AnalogIn1_Read_Report_voltageV(); // remove unwanted loading on AIN0
+ // docTest_item['actionType'] = 'call-tinytester-function'
+ // docTest_item['group-id-value'] = 'CODE_LOAD'
+ // docTest_item['action'] = 'tinyTester.AnalogIn1_Read_Report_voltageV()'
+ // docTest_item['propName'] = 'AnalogIn1_Read_Report_voltageV'
+#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD None
+ // call-tinytester-function
+ // tinyTesterFuncName = "tinyTester.AnalogIn1_Read_Report_voltageV"
+ // docTest_argList = ""
+ tinyTester.AnalogIn1_Read_Report_voltageV(); //
+#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+
// @test group CODE_LOAD tinyTester.err_threshold = 0.150
// docTest_item['actionType'] = 'assign-propname-value'
// docTest_item['group-id-value'] = 'CODE_LOAD'
@@ -2360,6 +2426,7 @@
// docTest_item['arglist'] = '0x09c400'
#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD CODE_LOAD 2.500V
// call-function
+ // selfTestFunctionClosures['CODE_LOAD']['returnType'] = 'uint8_t'
// ASSERT_EQ(g_MAX5719_device.CODE_LOAD((uint32_t)0x09c400), (uint8_t)None); // 2.500V
// tinyTester.FunctionCall_Expect("MAX5719.CODE_LOAD", fn_MAX5719_CODE_LOAD, (uint32_t)0x09c400, /* empty expect: */ (uint8_t)None); // 2.500V
g_MAX5719_device.CODE_LOAD((uint32_t)0x09c400); // 2.500V
@@ -2390,6 +2457,18 @@
tinyTester.AnalogIn0_Read_Expect_voltageV(2.500000); //
#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+ // @test group CODE_LOAD tinyTester.AnalogIn1_Read_Report_voltageV(); // remove unwanted loading on AIN0
+ // docTest_item['actionType'] = 'call-tinytester-function'
+ // docTest_item['group-id-value'] = 'CODE_LOAD'
+ // docTest_item['action'] = 'tinyTester.AnalogIn1_Read_Report_voltageV()'
+ // docTest_item['propName'] = 'AnalogIn1_Read_Report_voltageV'
+#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD None
+ // call-tinytester-function
+ // tinyTesterFuncName = "tinyTester.AnalogIn1_Read_Report_voltageV"
+ // docTest_argList = ""
+ tinyTester.AnalogIn1_Read_Report_voltageV(); //
+#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+
// @test group CODE_LOAD tinyTester.err_threshold = 0.200
// docTest_item['actionType'] = 'assign-propname-value'
// docTest_item['group-id-value'] = 'CODE_LOAD'
@@ -2424,6 +2503,7 @@
// docTest_item['arglist'] = '0x0bb800'
#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD CODE_LOAD 3.000V
// call-function
+ // selfTestFunctionClosures['CODE_LOAD']['returnType'] = 'uint8_t'
// ASSERT_EQ(g_MAX5719_device.CODE_LOAD((uint32_t)0x0bb800), (uint8_t)None); // 3.000V
// tinyTester.FunctionCall_Expect("MAX5719.CODE_LOAD", fn_MAX5719_CODE_LOAD, (uint32_t)0x0bb800, /* empty expect: */ (uint8_t)None); // 3.000V
g_MAX5719_device.CODE_LOAD((uint32_t)0x0bb800); // 3.000V
@@ -2454,6 +2534,18 @@
tinyTester.AnalogIn0_Read_Expect_voltageV(3.000000); //
#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+ // @test group CODE_LOAD tinyTester.AnalogIn1_Read_Report_voltageV(); // remove unwanted loading on AIN0
+ // docTest_item['actionType'] = 'call-tinytester-function'
+ // docTest_item['group-id-value'] = 'CODE_LOAD'
+ // docTest_item['action'] = 'tinyTester.AnalogIn1_Read_Report_voltageV()'
+ // docTest_item['propName'] = 'AnalogIn1_Read_Report_voltageV'
+#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD None
+ // call-tinytester-function
+ // tinyTesterFuncName = "tinyTester.AnalogIn1_Read_Report_voltageV"
+ // docTest_argList = ""
+ tinyTester.AnalogIn1_Read_Report_voltageV(); //
+#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+
// @test group CODE_LOAD tinyTester.err_threshold = 0.250
// docTest_item['actionType'] = 'assign-propname-value'
// docTest_item['group-id-value'] = 'CODE_LOAD'
@@ -2488,6 +2580,7 @@
// docTest_item['arglist'] = '0x0dac00'
#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD CODE_LOAD 3.500V
// call-function
+ // selfTestFunctionClosures['CODE_LOAD']['returnType'] = 'uint8_t'
// ASSERT_EQ(g_MAX5719_device.CODE_LOAD((uint32_t)0x0dac00), (uint8_t)None); // 3.500V
// tinyTester.FunctionCall_Expect("MAX5719.CODE_LOAD", fn_MAX5719_CODE_LOAD, (uint32_t)0x0dac00, /* empty expect: */ (uint8_t)None); // 3.500V
g_MAX5719_device.CODE_LOAD((uint32_t)0x0dac00); // 3.500V
@@ -2518,6 +2611,18 @@
tinyTester.AnalogIn0_Read_Expect_voltageV(3.500000); //
#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+ // @test group CODE_LOAD tinyTester.AnalogIn1_Read_Report_voltageV(); // remove unwanted loading on AIN0
+ // docTest_item['actionType'] = 'call-tinytester-function'
+ // docTest_item['group-id-value'] = 'CODE_LOAD'
+ // docTest_item['action'] = 'tinyTester.AnalogIn1_Read_Report_voltageV()'
+ // docTest_item['propName'] = 'AnalogIn1_Read_Report_voltageV'
+#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD None
+ // call-tinytester-function
+ // tinyTesterFuncName = "tinyTester.AnalogIn1_Read_Report_voltageV"
+ // docTest_argList = ""
+ tinyTester.AnalogIn1_Read_Report_voltageV(); //
+#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+
// @test group CODE_LOAD tinyTester.err_threshold = 0.500
// docTest_item['actionType'] = 'assign-propname-value'
// docTest_item['group-id-value'] = 'CODE_LOAD'
@@ -2552,6 +2657,7 @@
// docTest_item['arglist'] = '0x0fa000'
#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD CODE_LOAD 4.000V
// call-function
+ // selfTestFunctionClosures['CODE_LOAD']['returnType'] = 'uint8_t'
// ASSERT_EQ(g_MAX5719_device.CODE_LOAD((uint32_t)0x0fa000), (uint8_t)None); // 4.000V
// tinyTester.FunctionCall_Expect("MAX5719.CODE_LOAD", fn_MAX5719_CODE_LOAD, (uint32_t)0x0fa000, /* empty expect: */ (uint8_t)None); // 4.000V
g_MAX5719_device.CODE_LOAD((uint32_t)0x0fa000); // 4.000V
@@ -2582,6 +2688,18 @@
tinyTester.AnalogIn0_Read_Expect_voltageV(4.000000); //
#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+ // @test group CODE_LOAD tinyTester.AnalogIn1_Read_Report_voltageV(); // remove unwanted loading on AIN0
+ // docTest_item['actionType'] = 'call-tinytester-function'
+ // docTest_item['group-id-value'] = 'CODE_LOAD'
+ // docTest_item['action'] = 'tinyTester.AnalogIn1_Read_Report_voltageV()'
+ // docTest_item['propName'] = 'AnalogIn1_Read_Report_voltageV'
+#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD None
+ // call-tinytester-function
+ // tinyTesterFuncName = "tinyTester.AnalogIn1_Read_Report_voltageV"
+ // docTest_argList = ""
+ tinyTester.AnalogIn1_Read_Report_voltageV(); //
+#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+
// @test group CODE_LOAD tinyTester.err_threshold = 0.750
// docTest_item['actionType'] = 'assign-propname-value'
// docTest_item['group-id-value'] = 'CODE_LOAD'
@@ -2616,6 +2734,7 @@
// docTest_item['arglist'] = '0x0fffff'
#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD CODE_LOAD 4.095V
// call-function
+ // selfTestFunctionClosures['CODE_LOAD']['returnType'] = 'uint8_t'
// ASSERT_EQ(g_MAX5719_device.CODE_LOAD((uint32_t)0x0fffff), (uint8_t)None); // 4.095V
// tinyTester.FunctionCall_Expect("MAX5719.CODE_LOAD", fn_MAX5719_CODE_LOAD, (uint32_t)0x0fffff, /* empty expect: */ (uint8_t)None); // 4.095V
g_MAX5719_device.CODE_LOAD((uint32_t)0x0fffff); // 4.095V
@@ -2646,6 +2765,18 @@
tinyTester.AnalogIn0_Read_Expect_voltageV(4.095000); //
#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+ // @test group CODE_LOAD tinyTester.AnalogIn1_Read_Report_voltageV(); // remove unwanted loading on AIN0
+ // docTest_item['actionType'] = 'call-tinytester-function'
+ // docTest_item['group-id-value'] = 'CODE_LOAD'
+ // docTest_item['action'] = 'tinyTester.AnalogIn1_Read_Report_voltageV()'
+ // docTest_item['propName'] = 'AnalogIn1_Read_Report_voltageV'
+#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD None
+ // call-tinytester-function
+ // tinyTesterFuncName = "tinyTester.AnalogIn1_Read_Report_voltageV"
+ // docTest_argList = ""
+ tinyTester.AnalogIn1_Read_Report_voltageV(); //
+#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+
// @test group CODE_LOAD tinyTester.err_threshold = 0.200
// docTest_item['actionType'] = 'assign-propname-value'
// docTest_item['group-id-value'] = 'CODE_LOAD'
@@ -2669,6 +2800,7 @@
// docTest_item['arglist'] = '0x080000'
#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD CODE_LOAD 2.048V
// call-function
+ // selfTestFunctionClosures['CODE_LOAD']['returnType'] = 'uint8_t'
// ASSERT_EQ(g_MAX5719_device.CODE_LOAD((uint32_t)0x080000), (uint8_t)None); // 2.048V
// tinyTester.FunctionCall_Expect("MAX5719.CODE_LOAD", fn_MAX5719_CODE_LOAD, (uint32_t)0x080000, /* empty expect: */ (uint8_t)None); // 2.048V
g_MAX5719_device.CODE_LOAD((uint32_t)0x080000); // 2.048V
@@ -2699,6 +2831,18 @@
tinyTester.AnalogIn0_Read_Expect_voltageV(2.048000); //
#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+ // @test group CODE_LOAD tinyTester.AnalogIn1_Read_Report_voltageV(); // remove unwanted loading on AIN0
+ // docTest_item['actionType'] = 'call-tinytester-function'
+ // docTest_item['group-id-value'] = 'CODE_LOAD'
+ // docTest_item['action'] = 'tinyTester.AnalogIn1_Read_Report_voltageV()'
+ // docTest_item['propName'] = 'AnalogIn1_Read_Report_voltageV'
+#if MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD None
+ // call-tinytester-function
+ // tinyTesterFuncName = "tinyTester.AnalogIn1_Read_Report_voltageV"
+ // docTest_argList = ""
+ tinyTester.AnalogIn1_Read_Report_voltageV(); //
+#endif // MAX5719_SELFTEST_CODE_LOAD // group CODE_LOAD
+
// @test group DACCodeOfVoltage // Verify function DACCodeOfVoltage (enabled by default)
// @test group DACCodeOfVoltage tinyTester.blink_time_msec = 20 // quickly speed through the software verification
// docTest_item['actionType'] = 'assign-propname-value'
@@ -2761,6 +2905,7 @@
// docTest_item['expect-value'] = '0x000000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.000V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.000000), (uint32_t)0x000000); // 0.000V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.000000, /* expect: */ (uint32_t)0x000000); // 0.000V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2775,6 +2920,7 @@
// docTest_item['expect-value'] = '0x01f400'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.500V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.500000), (uint32_t)0x01f400); // 0.500V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.500000, /* expect: */ (uint32_t)0x01f400); // 0.500V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2789,6 +2935,7 @@
// docTest_item['expect-value'] = '0x03e800'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 1.000V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)1.000000), (uint32_t)0x03e800); // 1.000V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)1.000000, /* expect: */ (uint32_t)0x03e800); // 1.000V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2803,6 +2950,7 @@
// docTest_item['expect-value'] = '0x05dc00'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 1.500V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)1.500000), (uint32_t)0x05dc00); // 1.500V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)1.500000, /* expect: */ (uint32_t)0x05dc00); // 1.500V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2817,6 +2965,7 @@
// docTest_item['expect-value'] = '0x07d000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.000V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.000000), (uint32_t)0x07d000); // 2.000V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.000000, /* expect: */ (uint32_t)0x07d000); // 2.000V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2831,6 +2980,7 @@
// docTest_item['expect-value'] = '0x09c400'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.500V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.500000), (uint32_t)0x09c400); // 2.500V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.500000, /* expect: */ (uint32_t)0x09c400); // 2.500V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2845,6 +2995,7 @@
// docTest_item['expect-value'] = '0x0bb800'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.000V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.000000), (uint32_t)0x0bb800); // 3.000V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.000000, /* expect: */ (uint32_t)0x0bb800); // 3.000V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2859,6 +3010,7 @@
// docTest_item['expect-value'] = '0x0dac00'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.500V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.500000), (uint32_t)0x0dac00); // 3.500V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.500000, /* expect: */ (uint32_t)0x0dac00); // 3.500V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2873,6 +3025,7 @@
// docTest_item['expect-value'] = '0x0fa000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.000V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.000000), (uint32_t)0x0fa000); // 4.000V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.000000, /* expect: */ (uint32_t)0x0fa000); // 4.000V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2899,6 +3052,7 @@
// docTest_item['expect-value'] = '0x000000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage -0.010V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)-0.010000), (uint32_t)0x000000); // -0.010V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)-0.010000, /* expect: */ (uint32_t)0x000000); // -0.010V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2913,6 +3067,7 @@
// docTest_item['expect-value'] = '0x000000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.000V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.000000), (uint32_t)0x000000); // 0.000V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.000000, /* expect: */ (uint32_t)0x000000); // 0.000V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2927,6 +3082,7 @@
// docTest_item['expect-value'] = '0x000a00'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.010V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.010000), (uint32_t)0x000a00); // 0.010V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.010000, /* expect: */ (uint32_t)0x000a00); // 0.010V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2941,6 +3097,7 @@
// docTest_item['expect-value'] = '0x001400'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.020V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.020000), (uint32_t)0x001400); // 0.020V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.020000, /* expect: */ (uint32_t)0x001400); // 0.020V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2955,6 +3112,7 @@
// docTest_item['expect-value'] = '0x001e00'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.030V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.030000), (uint32_t)0x001e00); // 0.030V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.030000, /* expect: */ (uint32_t)0x001e00); // 0.030V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2969,6 +3127,7 @@
// docTest_item['expect-value'] = '0x002800'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.040V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.040000), (uint32_t)0x002800); // 0.040V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.040000, /* expect: */ (uint32_t)0x002800); // 0.040V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2983,6 +3142,7 @@
// docTest_item['expect-value'] = '0x003200'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.050V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.050000), (uint32_t)0x003200); // 0.050V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.050000, /* expect: */ (uint32_t)0x003200); // 0.050V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -2997,6 +3157,7 @@
// docTest_item['expect-value'] = '0x003c00'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.060V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.060000), (uint32_t)0x003c00); // 0.060V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.060000, /* expect: */ (uint32_t)0x003c00); // 0.060V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3011,6 +3172,7 @@
// docTest_item['expect-value'] = '0x004600'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.070V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.070000), (uint32_t)0x004600); // 0.070V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.070000, /* expect: */ (uint32_t)0x004600); // 0.070V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3025,6 +3187,7 @@
// docTest_item['expect-value'] = '0x005000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.080V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.080000), (uint32_t)0x005000); // 0.080V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.080000, /* expect: */ (uint32_t)0x005000); // 0.080V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3039,6 +3202,7 @@
// docTest_item['expect-value'] = '0x005a00'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.090V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.090000), (uint32_t)0x005a00); // 0.090V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.090000, /* expect: */ (uint32_t)0x005a00); // 0.090V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3053,6 +3217,7 @@
// docTest_item['expect-value'] = '0x006400'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.100V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.100000), (uint32_t)0x006400); // 0.100V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.100000, /* expect: */ (uint32_t)0x006400); // 0.100V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3079,6 +3244,7 @@
// docTest_item['expect-value'] = '0x07ffe4'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047890), (uint32_t)0x07ffe4); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047890, /* expect: */ (uint32_t)0x07ffe4); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3093,6 +3259,7 @@
// docTest_item['expect-value'] = '0x07ffe6'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047900), (uint32_t)0x07ffe6); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047900, /* expect: */ (uint32_t)0x07ffe6); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3107,6 +3274,7 @@
// docTest_item['expect-value'] = '0x07ffe9'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047910), (uint32_t)0x07ffe9); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047910, /* expect: */ (uint32_t)0x07ffe9); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3121,6 +3289,7 @@
// docTest_item['expect-value'] = '0x07ffec'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047920), (uint32_t)0x07ffec); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047920, /* expect: */ (uint32_t)0x07ffec); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3135,6 +3304,7 @@
// docTest_item['expect-value'] = '0x07ffee'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047930), (uint32_t)0x07ffee); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047930, /* expect: */ (uint32_t)0x07ffee); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3149,6 +3319,7 @@
// docTest_item['expect-value'] = '0x07fff1'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047940), (uint32_t)0x07fff1); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047940, /* expect: */ (uint32_t)0x07fff1); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3163,6 +3334,7 @@
// docTest_item['expect-value'] = '0x07fff3'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047950), (uint32_t)0x07fff3); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047950, /* expect: */ (uint32_t)0x07fff3); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3177,6 +3349,7 @@
// docTest_item['expect-value'] = '0x07fff6'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047960), (uint32_t)0x07fff6); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047960, /* expect: */ (uint32_t)0x07fff6); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3191,6 +3364,7 @@
// docTest_item['expect-value'] = '0x07fff8'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047970), (uint32_t)0x07fff8); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047970, /* expect: */ (uint32_t)0x07fff8); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3205,6 +3379,7 @@
// docTest_item['expect-value'] = '0x07fffb'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047980), (uint32_t)0x07fffb); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047980, /* expect: */ (uint32_t)0x07fffb); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3219,6 +3394,7 @@
// docTest_item['expect-value'] = '0x07fffd'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047990), (uint32_t)0x07fffd); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047990, /* expect: */ (uint32_t)0x07fffd); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3233,6 +3409,7 @@
// docTest_item['expect-value'] = '0x080000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048000), (uint32_t)0x080000); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048000, /* expect: */ (uint32_t)0x080000); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3247,6 +3424,7 @@
// docTest_item['expect-value'] = '0x080003'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048010), (uint32_t)0x080003); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048010, /* expect: */ (uint32_t)0x080003); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3261,6 +3439,7 @@
// docTest_item['expect-value'] = '0x080005'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048020), (uint32_t)0x080005); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048020, /* expect: */ (uint32_t)0x080005); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3275,6 +3454,7 @@
// docTest_item['expect-value'] = '0x080008'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048030), (uint32_t)0x080008); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048030, /* expect: */ (uint32_t)0x080008); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3289,6 +3469,7 @@
// docTest_item['expect-value'] = '0x08000a'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048040), (uint32_t)0x08000a); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048040, /* expect: */ (uint32_t)0x08000a); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3303,6 +3484,7 @@
// docTest_item['expect-value'] = '0x08000d'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048050), (uint32_t)0x08000d); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048050, /* expect: */ (uint32_t)0x08000d); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3317,6 +3499,7 @@
// docTest_item['expect-value'] = '0x08000f'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048060), (uint32_t)0x08000f); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048060, /* expect: */ (uint32_t)0x08000f); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3331,6 +3514,7 @@
// docTest_item['expect-value'] = '0x080012'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048070), (uint32_t)0x080012); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048070, /* expect: */ (uint32_t)0x080012); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3345,6 +3529,7 @@
// docTest_item['expect-value'] = '0x080014'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048080), (uint32_t)0x080014); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048080, /* expect: */ (uint32_t)0x080014); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3359,6 +3544,7 @@
// docTest_item['expect-value'] = '0x080017'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048090), (uint32_t)0x080017); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048090, /* expect: */ (uint32_t)0x080017); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3373,6 +3559,7 @@
// docTest_item['expect-value'] = '0x08001a'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048100), (uint32_t)0x08001a); // 2.048V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048100, /* expect: */ (uint32_t)0x08001a); // 2.048V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3399,6 +3586,7 @@
// docTest_item['expect-value'] = '0x0f9600'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.990V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.990000), (uint32_t)0x0f9600); // 3.990V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.990000, /* expect: */ (uint32_t)0x0f9600); // 3.990V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3413,6 +3601,7 @@
// docTest_item['expect-value'] = '0x0fa000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.000V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.000000), (uint32_t)0x0fa000); // 4.000V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.000000, /* expect: */ (uint32_t)0x0fa000); // 4.000V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3427,6 +3616,7 @@
// docTest_item['expect-value'] = '0x0faa00'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.010V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.010000), (uint32_t)0x0faa00); // 4.010V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.010000, /* expect: */ (uint32_t)0x0faa00); // 4.010V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3441,6 +3631,7 @@
// docTest_item['expect-value'] = '0x0fb400'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.020V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.020000), (uint32_t)0x0fb400); // 4.020V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.020000, /* expect: */ (uint32_t)0x0fb400); // 4.020V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3455,6 +3646,7 @@
// docTest_item['expect-value'] = '0x0fbe00'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.030V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.030000), (uint32_t)0x0fbe00); // 4.030V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.030000, /* expect: */ (uint32_t)0x0fbe00); // 4.030V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3469,6 +3661,7 @@
// docTest_item['expect-value'] = '0x0fc800'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.040V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.040000), (uint32_t)0x0fc800); // 4.040V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.040000, /* expect: */ (uint32_t)0x0fc800); // 4.040V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3483,6 +3676,7 @@
// docTest_item['expect-value'] = '0x0fd200'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.050V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.050000), (uint32_t)0x0fd200); // 4.050V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.050000, /* expect: */ (uint32_t)0x0fd200); // 4.050V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3497,6 +3691,7 @@
// docTest_item['expect-value'] = '0x0fdc00'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.060V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.060000), (uint32_t)0x0fdc00); // 4.060V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.060000, /* expect: */ (uint32_t)0x0fdc00); // 4.060V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3511,6 +3706,7 @@
// docTest_item['expect-value'] = '0x0fe600'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.070V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.070000), (uint32_t)0x0fe600); // 4.070V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.070000, /* expect: */ (uint32_t)0x0fe600); // 4.070V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3525,6 +3721,7 @@
// docTest_item['expect-value'] = '0x0ff000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.080V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.080000), (uint32_t)0x0ff000); // 4.080V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.080000, /* expect: */ (uint32_t)0x0ff000); // 4.080V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3539,6 +3736,7 @@
// docTest_item['expect-value'] = '0x0ffa00'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.090V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.090000), (uint32_t)0x0ffa00); // 4.090V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.090000, /* expect: */ (uint32_t)0x0ffa00); // 4.090V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3553,6 +3751,7 @@
// docTest_item['expect-value'] = '0x0fffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.100V
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.100000), (uint32_t)0x0fffff); // 4.100V
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.100000, /* expect: */ (uint32_t)0x0fffff); // 4.100V
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3579,6 +3778,7 @@
// docTest_item['expect-value'] = '0x0ffffd'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.096V + -3.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.095988), (uint32_t)0x0ffffd); // 4.096V + -3.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.095988, /* expect: */ (uint32_t)0x0ffffd); // 4.096V + -3.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3593,6 +3793,7 @@
// docTest_item['expect-value'] = '0x0ffffd'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.096V + -2.5LSB 0x0ffffd not 0x0ffffe
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.095990), (uint32_t)0x0ffffd); // 4.096V + -2.5LSB 0x0ffffd not 0x0ffffe
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.095990, /* expect: */ (uint32_t)0x0ffffd); // 4.096V + -2.5LSB 0x0ffffd not 0x0ffffe
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3607,6 +3808,7 @@
// docTest_item['expect-value'] = '0x0ffffe'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.096V + -2.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.095992), (uint32_t)0x0ffffe); // 4.096V + -2.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.095992, /* expect: */ (uint32_t)0x0ffffe); // 4.096V + -2.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3621,6 +3823,7 @@
// docTest_item['expect-value'] = '0x0ffffe'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.096V + -1.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.095994), (uint32_t)0x0ffffe); // 4.096V + -1.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.095994, /* expect: */ (uint32_t)0x0ffffe); // 4.096V + -1.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3635,6 +3838,7 @@
// docTest_item['expect-value'] = '0x0fffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.096V + -1.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.095996), (uint32_t)0x0fffff); // 4.096V + -1.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.095996, /* expect: */ (uint32_t)0x0fffff); // 4.096V + -1.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3649,6 +3853,7 @@
// docTest_item['expect-value'] = '0x0fffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.096V + -0.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.095998), (uint32_t)0x0fffff); // 4.096V + -0.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.095998, /* expect: */ (uint32_t)0x0fffff); // 4.096V + -0.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3663,6 +3868,7 @@
// docTest_item['expect-value'] = '0x0fffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.096V + 0.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.096000), (uint32_t)0x0fffff); // 4.096V + 0.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.096000, /* expect: */ (uint32_t)0x0fffff); // 4.096V + 0.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3677,6 +3883,7 @@
// docTest_item['expect-value'] = '0x0fffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.096V + 0.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.096002), (uint32_t)0x0fffff); // 4.096V + 0.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.096002, /* expect: */ (uint32_t)0x0fffff); // 4.096V + 0.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3691,6 +3898,7 @@
// docTest_item['expect-value'] = '0x0fffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.096V + 1.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.096004), (uint32_t)0x0fffff); // 4.096V + 1.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.096004, /* expect: */ (uint32_t)0x0fffff); // 4.096V + 1.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3705,6 +3913,7 @@
// docTest_item['expect-value'] = '0x0fffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.096V + 1.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.096006), (uint32_t)0x0fffff); // 4.096V + 1.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.096006, /* expect: */ (uint32_t)0x0fffff); // 4.096V + 1.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3719,6 +3928,7 @@
// docTest_item['expect-value'] = '0x0fffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.096V + 2.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.096008), (uint32_t)0x0fffff); // 4.096V + 2.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.096008, /* expect: */ (uint32_t)0x0fffff); // 4.096V + 2.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3733,6 +3943,7 @@
// docTest_item['expect-value'] = '0x0fffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.096V + 2.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.096010), (uint32_t)0x0fffff); // 4.096V + 2.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.096010, /* expect: */ (uint32_t)0x0fffff); // 4.096V + 2.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3747,6 +3958,7 @@
// docTest_item['expect-value'] = '0x0fffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 4.096V + 3.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)4.096012), (uint32_t)0x0fffff); // 4.096V + 3.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)4.096012, /* expect: */ (uint32_t)0x0fffff); // 4.096V + 3.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3773,6 +3985,7 @@
// docTest_item['expect-value'] = '0x0bfffd'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.072V + -3.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.071988), (uint32_t)0x0bfffd); // 3.072V + -3.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.071988, /* expect: */ (uint32_t)0x0bfffd); // 3.072V + -3.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3787,6 +4000,7 @@
// docTest_item['expect-value'] = '0x0bfffd'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.072V + -2.5LSB 0x0bfffd not 0x0bfffe
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.071990), (uint32_t)0x0bfffd); // 3.072V + -2.5LSB 0x0bfffd not 0x0bfffe
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.071990, /* expect: */ (uint32_t)0x0bfffd); // 3.072V + -2.5LSB 0x0bfffd not 0x0bfffe
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3801,6 +4015,7 @@
// docTest_item['expect-value'] = '0x0bfffe'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.072V + -2.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.071992), (uint32_t)0x0bfffe); // 3.072V + -2.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.071992, /* expect: */ (uint32_t)0x0bfffe); // 3.072V + -2.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3815,6 +4030,7 @@
// docTest_item['expect-value'] = '0x0bfffe'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.072V + -1.5LSB 0x0bfffe not 0x0bffff
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.071994), (uint32_t)0x0bfffe); // 3.072V + -1.5LSB 0x0bfffe not 0x0bffff
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.071994, /* expect: */ (uint32_t)0x0bfffe); // 3.072V + -1.5LSB 0x0bfffe not 0x0bffff
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3829,6 +4045,7 @@
// docTest_item['expect-value'] = '0x0bffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.072V + -1.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.071996), (uint32_t)0x0bffff); // 3.072V + -1.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.071996, /* expect: */ (uint32_t)0x0bffff); // 3.072V + -1.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3843,6 +4060,7 @@
// docTest_item['expect-value'] = '0x0bffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.072V + -0.5LSB 0x0bffff not 0x0c0000
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.071998), (uint32_t)0x0bffff); // 3.072V + -0.5LSB 0x0bffff not 0x0c0000
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.071998, /* expect: */ (uint32_t)0x0bffff); // 3.072V + -0.5LSB 0x0bffff not 0x0c0000
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3857,6 +4075,7 @@
// docTest_item['expect-value'] = '0x0c0000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.072V + 0.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.072000), (uint32_t)0x0c0000); // 3.072V + 0.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.072000, /* expect: */ (uint32_t)0x0c0000); // 3.072V + 0.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3871,6 +4090,7 @@
// docTest_item['expect-value'] = '0x0c0001'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.072V + 0.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.072002), (uint32_t)0x0c0001); // 3.072V + 0.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.072002, /* expect: */ (uint32_t)0x0c0001); // 3.072V + 0.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3885,6 +4105,7 @@
// docTest_item['expect-value'] = '0x0c0001'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.072V + 1.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.072004), (uint32_t)0x0c0001); // 3.072V + 1.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.072004, /* expect: */ (uint32_t)0x0c0001); // 3.072V + 1.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3899,6 +4120,7 @@
// docTest_item['expect-value'] = '0x0c0002'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.072V + 1.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.072006), (uint32_t)0x0c0002); // 3.072V + 1.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.072006, /* expect: */ (uint32_t)0x0c0002); // 3.072V + 1.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3913,6 +4135,7 @@
// docTest_item['expect-value'] = '0x0c0002'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.072V + 2.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.072008), (uint32_t)0x0c0002); // 3.072V + 2.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.072008, /* expect: */ (uint32_t)0x0c0002); // 3.072V + 2.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3927,6 +4150,7 @@
// docTest_item['expect-value'] = '0x0c0003'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.072V + 2.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.072010), (uint32_t)0x0c0003); // 3.072V + 2.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.072010, /* expect: */ (uint32_t)0x0c0003); // 3.072V + 2.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3941,6 +4165,7 @@
// docTest_item['expect-value'] = '0x0c0003'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 3.072V + 3.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)3.072012), (uint32_t)0x0c0003); // 3.072V + 3.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)3.072012, /* expect: */ (uint32_t)0x0c0003); // 3.072V + 3.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3967,6 +4192,7 @@
// docTest_item['expect-value'] = '0x07fffd'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V + -3.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047988), (uint32_t)0x07fffd); // 2.048V + -3.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047988, /* expect: */ (uint32_t)0x07fffd); // 2.048V + -3.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3981,6 +4207,7 @@
// docTest_item['expect-value'] = '0x07fffd'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V + -2.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047990), (uint32_t)0x07fffd); // 2.048V + -2.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047990, /* expect: */ (uint32_t)0x07fffd); // 2.048V + -2.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -3995,6 +4222,7 @@
// docTest_item['expect-value'] = '0x07fffe'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V + -2.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047992), (uint32_t)0x07fffe); // 2.048V + -2.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047992, /* expect: */ (uint32_t)0x07fffe); // 2.048V + -2.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4009,6 +4237,7 @@
// docTest_item['expect-value'] = '0x07fffe'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V + -1.5LSB 0x07fffe not 0x07ffff
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047994), (uint32_t)0x07fffe); // 2.048V + -1.5LSB 0x07fffe not 0x07ffff
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047994, /* expect: */ (uint32_t)0x07fffe); // 2.048V + -1.5LSB 0x07fffe not 0x07ffff
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4023,6 +4252,7 @@
// docTest_item['expect-value'] = '0x07ffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V + -1.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047996), (uint32_t)0x07ffff); // 2.048V + -1.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047996, /* expect: */ (uint32_t)0x07ffff); // 2.048V + -1.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4037,6 +4267,7 @@
// docTest_item['expect-value'] = '0x07ffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V + -0.5LSB 0x07ffff not 0x080000
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.047998), (uint32_t)0x07ffff); // 2.048V + -0.5LSB 0x07ffff not 0x080000
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.047998, /* expect: */ (uint32_t)0x07ffff); // 2.048V + -0.5LSB 0x07ffff not 0x080000
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4051,6 +4282,7 @@
// docTest_item['expect-value'] = '0x080000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V + 0.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048000), (uint32_t)0x080000); // 2.048V + 0.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048000, /* expect: */ (uint32_t)0x080000); // 2.048V + 0.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4065,6 +4297,7 @@
// docTest_item['expect-value'] = '0x080001'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V + 0.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048002), (uint32_t)0x080001); // 2.048V + 0.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048002, /* expect: */ (uint32_t)0x080001); // 2.048V + 0.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4079,6 +4312,7 @@
// docTest_item['expect-value'] = '0x080001'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V + 1.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048004), (uint32_t)0x080001); // 2.048V + 1.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048004, /* expect: */ (uint32_t)0x080001); // 2.048V + 1.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4093,6 +4327,7 @@
// docTest_item['expect-value'] = '0x080002'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V + 1.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048006), (uint32_t)0x080002); // 2.048V + 1.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048006, /* expect: */ (uint32_t)0x080002); // 2.048V + 1.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4107,6 +4342,7 @@
// docTest_item['expect-value'] = '0x080002'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V + 2.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048008), (uint32_t)0x080002); // 2.048V + 2.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048008, /* expect: */ (uint32_t)0x080002); // 2.048V + 2.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4121,6 +4357,7 @@
// docTest_item['expect-value'] = '0x080003'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V + 2.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048010), (uint32_t)0x080003); // 2.048V + 2.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048010, /* expect: */ (uint32_t)0x080003); // 2.048V + 2.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4135,6 +4372,7 @@
// docTest_item['expect-value'] = '0x080003'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 2.048V + 3.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)2.048012), (uint32_t)0x080003); // 2.048V + 3.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)2.048012, /* expect: */ (uint32_t)0x080003); // 2.048V + 3.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4161,6 +4399,7 @@
// docTest_item['expect-value'] = '0x03fffd'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 1.024V + -3.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)1.023988), (uint32_t)0x03fffd); // 1.024V + -3.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)1.023988, /* expect: */ (uint32_t)0x03fffd); // 1.024V + -3.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4175,6 +4414,7 @@
// docTest_item['expect-value'] = '0x03fffd'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 1.024V + -2.5LSB 0x03fffd not 0x03fffe
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)1.023990), (uint32_t)0x03fffd); // 1.024V + -2.5LSB 0x03fffd not 0x03fffe
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)1.023990, /* expect: */ (uint32_t)0x03fffd); // 1.024V + -2.5LSB 0x03fffd not 0x03fffe
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4189,6 +4429,7 @@
// docTest_item['expect-value'] = '0x03fffe'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 1.024V + -2.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)1.023992), (uint32_t)0x03fffe); // 1.024V + -2.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)1.023992, /* expect: */ (uint32_t)0x03fffe); // 1.024V + -2.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4203,6 +4444,7 @@
// docTest_item['expect-value'] = '0x03fffe'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 1.024V + -1.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)1.023994), (uint32_t)0x03fffe); // 1.024V + -1.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)1.023994, /* expect: */ (uint32_t)0x03fffe); // 1.024V + -1.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4217,6 +4459,7 @@
// docTest_item['expect-value'] = '0x03ffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 1.024V + -1.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)1.023996), (uint32_t)0x03ffff); // 1.024V + -1.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)1.023996, /* expect: */ (uint32_t)0x03ffff); // 1.024V + -1.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4231,6 +4474,7 @@
// docTest_item['expect-value'] = '0x03ffff'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 1.024V + -0.5LSB 0x03ffff not 0x040000
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)1.023998), (uint32_t)0x03ffff); // 1.024V + -0.5LSB 0x03ffff not 0x040000
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)1.023998, /* expect: */ (uint32_t)0x03ffff); // 1.024V + -0.5LSB 0x03ffff not 0x040000
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4245,6 +4489,7 @@
// docTest_item['expect-value'] = '0x040000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 1.024V + 0.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)1.024000), (uint32_t)0x040000); // 1.024V + 0.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)1.024000, /* expect: */ (uint32_t)0x040000); // 1.024V + 0.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4259,6 +4504,7 @@
// docTest_item['expect-value'] = '0x040001'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 1.024V + 0.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)1.024002), (uint32_t)0x040001); // 1.024V + 0.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)1.024002, /* expect: */ (uint32_t)0x040001); // 1.024V + 0.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4273,6 +4519,7 @@
// docTest_item['expect-value'] = '0x040001'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 1.024V + 1.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)1.024004), (uint32_t)0x040001); // 1.024V + 1.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)1.024004, /* expect: */ (uint32_t)0x040001); // 1.024V + 1.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4287,6 +4534,7 @@
// docTest_item['expect-value'] = '0x040002'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 1.024V + 1.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)1.024006), (uint32_t)0x040002); // 1.024V + 1.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)1.024006, /* expect: */ (uint32_t)0x040002); // 1.024V + 1.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4301,6 +4549,7 @@
// docTest_item['expect-value'] = '0x040002'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 1.024V + 2.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)1.024008), (uint32_t)0x040002); // 1.024V + 2.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)1.024008, /* expect: */ (uint32_t)0x040002); // 1.024V + 2.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4315,6 +4564,7 @@
// docTest_item['expect-value'] = '0x040003'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 1.024V + 2.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)1.024010), (uint32_t)0x040003); // 1.024V + 2.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)1.024010, /* expect: */ (uint32_t)0x040003); // 1.024V + 2.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4329,6 +4579,7 @@
// docTest_item['expect-value'] = '0x040003'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 1.024V + 3.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)1.024012), (uint32_t)0x040003); // 1.024V + 3.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)1.024012, /* expect: */ (uint32_t)0x040003); // 1.024V + 3.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4355,6 +4606,7 @@
// docTest_item['expect-value'] = '0x000000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.000V + -3.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)-0.000012), (uint32_t)0x000000); // 0.000V + -3.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)-0.000012, /* expect: */ (uint32_t)0x000000); // 0.000V + -3.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4369,6 +4621,7 @@
// docTest_item['expect-value'] = '0x000000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.000V + -2.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)-0.000010), (uint32_t)0x000000); // 0.000V + -2.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)-0.000010, /* expect: */ (uint32_t)0x000000); // 0.000V + -2.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4383,6 +4636,7 @@
// docTest_item['expect-value'] = '0x000000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.000V + -2.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)-0.000008), (uint32_t)0x000000); // 0.000V + -2.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)-0.000008, /* expect: */ (uint32_t)0x000000); // 0.000V + -2.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4397,6 +4651,7 @@
// docTest_item['expect-value'] = '0x000000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.000V + -1.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)-0.000006), (uint32_t)0x000000); // 0.000V + -1.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)-0.000006, /* expect: */ (uint32_t)0x000000); // 0.000V + -1.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4411,6 +4666,7 @@
// docTest_item['expect-value'] = '0x000000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.000V + -1.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)-0.000004), (uint32_t)0x000000); // 0.000V + -1.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)-0.000004, /* expect: */ (uint32_t)0x000000); // 0.000V + -1.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4425,6 +4681,7 @@
// docTest_item['expect-value'] = '0x000000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.000V + -0.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)-0.000002), (uint32_t)0x000000); // 0.000V + -0.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)-0.000002, /* expect: */ (uint32_t)0x000000); // 0.000V + -0.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4439,6 +4696,7 @@
// docTest_item['expect-value'] = '0x000000'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.000V + 0.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.000000), (uint32_t)0x000000); // 0.000V + 0.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.000000, /* expect: */ (uint32_t)0x000000); // 0.000V + 0.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4453,6 +4711,7 @@
// docTest_item['expect-value'] = '0x000001'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.000V + 0.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.000002), (uint32_t)0x000001); // 0.000V + 0.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.000002, /* expect: */ (uint32_t)0x000001); // 0.000V + 0.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4467,6 +4726,7 @@
// docTest_item['expect-value'] = '0x000001'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.000V + 1.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.000004), (uint32_t)0x000001); // 0.000V + 1.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.000004, /* expect: */ (uint32_t)0x000001); // 0.000V + 1.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4481,6 +4741,7 @@
// docTest_item['expect-value'] = '0x000002'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.000V + 1.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.000006), (uint32_t)0x000002); // 0.000V + 1.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.000006, /* expect: */ (uint32_t)0x000002); // 0.000V + 1.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4495,6 +4756,7 @@
// docTest_item['expect-value'] = '0x000002'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.000V + 2.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.000008), (uint32_t)0x000002); // 0.000V + 2.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.000008, /* expect: */ (uint32_t)0x000002); // 0.000V + 2.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4509,6 +4771,7 @@
// docTest_item['expect-value'] = '0x000003'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.000V + 2.5LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.000010), (uint32_t)0x000003); // 0.000V + 2.5LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.000010, /* expect: */ (uint32_t)0x000003); // 0.000V + 2.5LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -4523,6 +4786,7 @@
// docTest_item['expect-value'] = '0x000003'
#if MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage DACCodeOfVoltage 0.000V + 3.0LSB
// call-function
+ // selfTestFunctionClosures['DACCodeOfVoltage']['returnType'] = 'uint32_t'
// ASSERT_EQ(g_MAX5719_device.DACCodeOfVoltage((double)0.000012), (uint32_t)0x000003); // 0.000V + 3.0LSB
tinyTester.FunctionCall_lu_f_Expect("MAX5719.DACCodeOfVoltage", fn_MAX5719_DACCodeOfVoltage, (double)0.000012, /* expect: */ (uint32_t)0x000003); // 0.000V + 3.0LSB
#endif // MAX5719_SELFTEST_DACCodeOfVoltage // group DACCodeOfVoltage
@@ -5128,7 +5392,7 @@
{
cmdLine.serial().printf("\r\nMain menu");
- cmdLine.serial().printf(" MAX5719 20-bit 1-ch DAC");
+ cmdLine.serial().printf(" MAX5719 20-bit 0.05nV-sec DAC");
//cmdLine.serial().print(" %s", TARGET_NAME);
if (cmdLine.nameStr())