pub unsafe extern "C" fn led_off_dt(spec: *const led_dt_spec) -> c_intExpand description
@brief Turn off an LED from a struct led_dt_spec.
@param spec LED device specification from devicetree. @return 0 on success, negative on error.
@see led_off()
pub unsafe extern "C" fn led_off_dt(spec: *const led_dt_spec) -> c_int@brief Turn off an LED from a struct led_dt_spec.
@param spec LED device specification from devicetree. @return 0 on success, negative on error.
@see led_off()