☰
SpiFlashReadSfdp
Methods
execute
In opentitanlib::test_utils::spi_passthru
?
Type Definition
opentitanlib
::
test_utils
::
spi_passthru
::
SpiFlashReadSfdp
source
·
[
−
]
pub type SpiFlashReadSfdp =
spi_flash_read_sfdp_t
;
Implementations
§
source
§
impl
SpiFlashReadSfdp
source
pub fn
execute
(&self, uart: &dyn
Uart
) ->
Result
<
SfdpData
>