omap3530/omap3530_drivers/spi/test/t_spi_client_m.cpp
branchBeagle_BSP_dev
changeset 83 bcf33365fd8d
parent 82 65b40f262685
child 85 d93b485c1325
equal deleted inserted replaced
82:65b40f262685 83:bcf33365fd8d
    70 void TestSynchronousOperation()
    70 void TestSynchronousOperation()
    71 	{
    71 	{
    72 	test.Next(_L("TestSynchronousOperation()"));
    72 	test.Next(_L("TestSynchronousOperation()"));
    73 
    73 
    74 	test.Next(_L("HalfDuplexSingleWrite()"));
    74 	test.Next(_L("HalfDuplexSingleWrite()"));
    75 
       
    76 	while(1)
       
    77 	TestError(testLdd.HalfDuplexSingleWrite());
    75 	TestError(testLdd.HalfDuplexSingleWrite());
    78 
    76 
    79 	test.Next(_L("HalfDuplexMultipleWrite()"));
    77 	test.Next(_L("HalfDuplexMultipleWrite()"));
    80 	TestError(testLdd.HalfDuplexMultipleWrite());
    78 	TestError(testLdd.HalfDuplexMultipleWrite());
    81 
    79