☰
FrameSize
Required Associated Constants
DFF
Implementations on Foreign Types
u16
u8
Implementors
In stm32f4xx_hal::spi
?
Trait
stm32f4xx_hal
::
spi
::
FrameSize
source
·
[
−
]
pub trait FrameSize:
Copy
+
Default
{ const
DFF
:
bool
; }
Required Associated Constants
source
const
DFF
:
bool
Implementations on Foreign Types
source
impl
FrameSize
for
u8
source
const
DFF
:
bool
= false
source
impl
FrameSize
for
u16
source
const
DFF
:
bool
= true
Implementors