Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
void hw_timer1_write(uint32_t ticks)
228
{
229
timer1->write(ticks);
230
}
231
232
void hw_timer1_disable()
233
{
Callers
1
arm
Method · 0.50
Calls
1
write
Method · 0.45
Tested by
no test coverage detected