MCPcopy Create free account
hub / github.com/LowPowerLab/RFM69 / getSyncSize

Method getSyncSize

RFM69.cpp:610–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610uint8_t RFM69::getSyncSize() {
611 return (readReg(REG_SYNCCONFIG) & 0b00111000) >> 3;
612}
613
614bool RFM69::isCrcOn() {
615 return (readReg(REG_PACKETCONFIG1) & 0b00010000) >> 4;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected