MCPcopy Create free account
hub / github.com/WiringPi/WiringPi / wiringPiSPISetupMode

Function wiringPiSPISetupMode

wiringPi/wiringPiSPI.c:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188
189int wiringPiSPISetupMode (int channel, int speed, int mode) {
190 return wiringPiSPIxSetupMode (0, channel, speed, mode);
191}
192
193
194/*

Callers

nothing calls this directly

Calls 1

wiringPiSPIxSetupModeFunction · 0.85

Tested by

no test coverage detected