CommandListAppendSpiWrite Method |
Allows writing to an SPI module using the peripheral engine.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void AppendSpiWrite(
int module,
uint value
)
Parameters
- module Int32
- SPI module to write to.
- value UInt32
- The label value.
Remarks See Also