pub unsafe extern "C" fn led_off_dt(spec: *const led_dt_spec) -> i32Expand 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) -> i32@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()