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

Method read

Sming/Libraries/SPI/src/Arch/Esp8266/SPI.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125#endif
126
127 uint32_t read()
128 {
129 return hw->data_buf[0];
130 }
131
132 void write(uint32_t value)
133 {

Callers 3

transfer32Method · 0.45
read8Method · 0.45
transferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected