Skip to main content

Questions tagged [inline]

1 vote
3 answers
1k views

I'm going through a library for the ILI9488 running by SPI and want to copy this library in my version. In the beginning of the source file, there's a guard for the SPI_HAS_TRANSACTION that if the ...
R1S8K's user avatar
  • 283
4 votes
1 answer
647 views

Q: What is the logic behind Arduino inlining HardwareSerial::_rx_complete_irq() for receiving serial data (but NOT _tx_udr_empty_irq()), and when is it advisable? From the bottom of the HardwareSerial ...
Gabriel Staples's user avatar