MCPcopy Create free account
hub / github.com/SmingHub/Sming / deinit

Method deinit

Sming/Libraries/SPI/src/Arch/Rp2040/SPI.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 void deinit()
81 {
82 hw->cr1 = 0;
83 hw->dmacr = 0;
84 reset();
85 }
86
87 union SSPCR0 {
88 struct {

Callers 1

endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected