We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
execute_tuning
1 parent 5d8f501 commit a305178Copy full SHA for a305178
embedded-hal/src/mmc.rs
@@ -77,9 +77,6 @@ pub trait MmcOps {
77
/// Requests the card to send a tuning block.
78
fn send_tuning(&mut self, mode: TuningMode, width: TuningWidth) -> Result<(), Self::Error>;
79
80
- /// Executes MMC tuning.
81
- fn execute_tuning(&mut self, mode: TuningMode, width: TuningWidth) -> Result<(), Self::Error>;
82
-
83
/// Gets the interrupts status as a 32-bit bitfield.
84
fn interrupt(&self) -> u32;
85
0 commit comments