Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCUdude/MiniCore
/ rx_pin_read
Method
rx_pin_read
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:211–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
uint8_t SoftwareSerial::rx_pin_read()
212
{
213
return *_receivePortRegister & _receiveBitMask;
214
}
215
216
//
217
// Interrupt handling
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected