Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ hw_timer1_enable
Function
hw_timer1_enable
Sming/Arch/Host/Components/driver/hw_timer.cpp:222–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
void hw_timer1_enable(hw_timer_clkdiv_t div, hw_timer_intr_type_t intr_type, bool auto_load)
223
{
224
timer1->enable(div, intr_type, auto_load);
225
}
226
227
void hw_timer1_write(uint32_t ticks)
228
{
Callers
1
arm
Method · 0.50
Calls
1
enable
Method · 0.45
Tested by
no test coverage detected