Module sbi::timer

source · []
Expand description

Timer extension

Constants

Timer extension ID

Functions

Schedule an interrupt for time in the future. To clear the timer interrupt without scheduling another timer event, set a time infinitely far into the future (u64::MAX) or mask the STIE bit of the sie CSR. This function will clear the pending timer interrupt bit.