We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d14ea7 commit 0548084Copy full SHA for 0548084
Adafruit_SPITFT.cpp
@@ -1172,8 +1172,9 @@ void Adafruit_SPITFT::dmaWait(void) {
1172
}
1173
1174
/*!
1175
- @brief Check if DMA transfer is active. Always returts false if DMA
+ @brief Check if DMA transfer is active. Always returts false if DMA
1176
is not enabled.
1177
+ @return true if DMA is enabled and transmitting data, false otherwise.
1178
*/
1179
bool Adafruit_SPITFT::dmaBusy(void) const {
1180
#if defined(USE_SPI_DMA) && (defined(__SAMD51__) || defined(ARDUINO_SAMD_ZERO))
0 commit comments