led_is_ready_dt

Function led_is_ready_dt 

Source
pub unsafe extern "C" fn led_is_ready_dt(
    spec: *const led_dt_spec,
) -> bool
Expand description

@brief Validate that the LED device is ready.

@param spec LED specification from devicetree.

@retval true If the LED device is ready for use. @retval false If the LED device is not ready for use.