MCPcopy Create free account
hub / github.com/UIPEthernet/UIPEthernet / writeRegByte

Method writeRegByte

utility/Enc28J60Network.cpp:632–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void Enc28J60Network::writeRegByte (uint8_t address, uint8_t data) {
633 #if ACTLOGLEVEL>=LOG_DEBUG_V3
634 LogObject.uart_send_strln(F("Enc28J60Network::writeRegByte (uint8_t address, uint8_t data) DEBUG_V3:Function started"));
635 #endif
636 setBank(address);
637 writeOp(ENC28J60_WRITE_CTRL_REG, address, data);
638}
639
640
641uint8_t Enc28J60Network::readByte(uint16_t addr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected