template <>
class NaturalClientImpl
Defined at line 298 of file fidling/gen/sdk/fidl/fuchsia.hardware.sdhci/fuchsia.hardware.sdhci/cpp/fidl/fuchsia.hardware.sdhci/cpp/driver/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_hardware_sdhci::Device::GetInterrupt> GetInterrupt ()
::fidl::internal::NaturalThenable< ::fuchsia_hardware_sdhci::Device::GetSdhciMmio> GetSdhciMmio ()
Mmio size minus offset must be at least 512 bytes as per the SDHCI specification.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_sdhci::Device::GetCqhciMmio> GetCqhciMmio ()
Mmio size minus offset must be at least 260 bytes as per the CQHCI specification.
Returns
- ZX_ERR_NOT_SUPPORTED if the device does not support CQHCI
::fidl::internal::NaturalThenable< ::fuchsia_hardware_sdhci::Device::GetBti> GetBti (const ::fidl::Request< ::fuchsia_hardware_sdhci::Device::GetBti> & request)
Gets a handle to the bus transaction initiator for the device. The caller
receives ownership of the handle.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_sdhci::Device::GetBaseClock> GetBaseClock ()
::fidl::internal::NaturalThenable< ::fuchsia_hardware_sdhci::Device::GetQuirks> GetQuirks ()
Returns device quirks.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_sdhci::Device::HwReset> HwReset ()
Platform specific HW reset.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_sdhci::Device::VendorConfigureBus> VendorConfigureBus (const ::fidl::Request< ::fuchsia_hardware_sdhci::Device::VendorConfigureBus> & request)
This method should be used to handle bus configuration on behalf of the SDHCI driver in
cases where the hardware deviates from the SDHCI specification. See the `Quirk` bits above.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_sdhci::Device::VendorPerformTuning> VendorPerformTuning (const ::fidl::Request< ::fuchsia_hardware_sdhci::Device::VendorPerformTuning> & request)
Perform a vendor-specific tuning sequence. `cmd_idx` is the command that should used to
receive the tuning pattern from the device.