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

Method set_data_bits

Sming/Libraries/SPI/src/Arch/Host/SPI.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void set_data_bits(uint16_t cr0val, uint8_t data_bits)
37 {
38 bits = data_bits;
39 }
40
41 bool can_read() const
42 {

Callers 2

transfer32Method · 0.45
transferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected