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