Class SpiBusInfo
Base class for SPI bus information.
public sealed class SpiBusInfo
- Inheritance
-
SpiBusInfo
- Inherited Members
- Extension Methods
Properties
MaxClockFrequency
Maximum clock cycle frequency of the bus.
public int MaxClockFrequency { get; }
Property Value
- int
The clock cycle in Hz.
MinClockFrequency
Minimum clock cycle frequency of the bus.
public int MinClockFrequency { get; }
Property Value
- int
The clock cycle in Hz.