pub unsafe extern "C" fn gpio_is_ready_dt(
spec: *const gpio_dt_spec,
) -> bool
Expand description
@brief Validate that GPIO port is ready.
@param spec GPIO specification from devicetree
@retval true if the GPIO spec is ready for use. @retval false if the GPIO spec is not ready for use.