opentitanlib::test_utils::spi_passthru

Type Alias SfdpData

Source
pub type SfdpData = sfdp_data_t;

Aliased Type§

struct SfdpData {
    pub data: ArrayVec<u8, 256>,
}

Fields§

§data: ArrayVec<u8, 256>

Implementations§

Source§

impl SfdpData

Source

pub fn write(&self, uart: &dyn Uart) -> Result<()>