mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
STM32 QSPI typo (#3418)
This commit is contained in:
parent
4f08d5bc5f
commit
e350ca836a
@ -18,7 +18,7 @@ use crate::{peripherals, Peripheral};
|
|||||||
|
|
||||||
/// QSPI transfer configuration.
|
/// QSPI transfer configuration.
|
||||||
pub struct TransferConfig {
|
pub struct TransferConfig {
|
||||||
/// Instraction width (IMODE)
|
/// Instruction width (IMODE)
|
||||||
pub iwidth: QspiWidth,
|
pub iwidth: QspiWidth,
|
||||||
/// Address width (ADMODE)
|
/// Address width (ADMODE)
|
||||||
pub awidth: QspiWidth,
|
pub awidth: QspiWidth,
|
||||||
|
Loading…
Reference in New Issue
Block a user