MCPcopy Create free account
hub / github.com/SmingHub/Sming / hw_timer1_write

Function hw_timer1_write

Sming/Arch/Host/Components/driver/hw_timer.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void hw_timer1_write(uint32_t ticks)
228{
229 timer1->write(ticks);
230}
231
232void hw_timer1_disable()
233{

Callers 1

armMethod · 0.50

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected