Function riot_sys::timer_stop

source ·
pub unsafe extern "C" fn timer_stop(dev: tim_t)
Expand description

@brief Stop the given timer

This will effect all of the timer’s channels.

When the timer is stopped, the underlying timer peripheral should be completely powered off.

@param[in] dev the timer to stop