Function riot_sys::pwm_poweron

source ·
pub unsafe extern "C" fn pwm_poweron(dev: pwm_t)
Expand description

@brief Resume PWM generation on the given device

When this function is called, the given PWM device is powered on and continues its previously configured operation. The duty cycle of each channel will be the value that was last set.

This function must not be called before the PWM device was initialized.

@param[in] dev device to start