Home
last modified time | relevance | path

Searched refs:type (Results 1 – 3 of 3) sorted by relevance

/examples/utest/testcases/perf/
A Dperf_tc.c82 static rt_int32_t split_double(double num, rt_uint32_t type) in split_double() argument
84 if (type == RET_INT) in split_double()
88 else if (type == RET_DECIMALS) in split_double()
/examples/test/
A Ddevice_test.c501 switch( device->type ) in device_test()
507 rt_kprintf("unkown device type : %02X",device->type); in device_test()
/examples/utest/testcases/kernel/
A Dobject_tc.c219 uassert_int_equal(info->type, RT_Object_Class_Thread); in test_object_info_enumeration()

Completed in 5 milliseconds