pub unsafe extern "C" fn timer_clear(
dev: tim_t,
channel: c_int,
) -> c_int
Expand description
@brief Clear the given channel of the given timer device
@param[in] dev the timer device to clear @param[in] channel the channel on the given device to clear
@return 0 on success @return -1 on error