[][src]Function mraa_sys::mraa_pwm_enable

pub unsafe extern "C" fn mraa_pwm_enable(
    dev: mraa_pwm_context,
    enable: c_int
) -> mraa_result_t

Set the enable status of the PWM pin. None zero will assume on with output being driven. and 0 will disable the output.

@param dev The pwm context to use @param enable Toggle status of pin @return Result of operation.