MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / utest_init

Function utest_init

bsp/k230/drivers/utest/test_wdt.c:139–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139static rt_err_t utest_init(void)
140{
141 flag_feed = 0;
142 rt_thread_idle_sethook(idle_hook);
143 return RT_EOK;
144}
145
146UTEST_TC_EXPORT(test_wdt, "bsp.k230.drivers.wdt", utest_init, NULL, 10);

Callers

nothing calls this directly

Calls 1

rt_thread_idle_sethookFunction · 0.85

Tested by

no test coverage detected