Sign in
pigweed
/
third_party
/
github
/
OpenPRoT
/
openprot
/
86b99560e631cb21048d3f91fc8512439f8801d0
/
.
/
target
/
ast10x0
/
peripherals
/
smc
/
spi
/
mod.rs
blob: af17359693577a94a1b31a938008cefbe9092e3b [
file
]
// Licensed under the Apache-2.0 license
// SPDX-License-Identifier: Apache-2.0
//! SPI1/SPI2 wrapper and transaction guard.
mod
spi
;
mod
spi_transaction
;
pub
use
spi
::{
SpiReady
,
SpiUninit
};
pub
use
spi_transaction
::
SpiTransaction
;