Expand description
Define a trait to track the transaction Length
, which represents the
Config
Size
for SAMx5x chips
This module defines the Size
trait for SAMx5x chips. These chips always
operate in 32-bit extension mode and use the hardware LENGTH
counter to
track the length of each transaction, in bytes. See the Length
documentation for more details.
Traits§
- Marker trait for transaction
Length
s greater than four - Type-level enum representing the SPI transaction length, in bytes
- Marker trait for statically known transaction
Length
s
Type Aliases§
- Marker type for a run-time dynamic
Length