pub unsafe extern "C" fn led_is_ready_dt(
spec: *const led_dt_spec,
) -> boolExpand 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.