doc: DMA can also raise RTIOUnderflow

pull/954/head
Sebastien Bourdeauducq 2018-03-03 13:14:34 +08:00
parent ddcc68cff9
commit abfbadebb5
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ class CacheError(Exception):
class RTIOUnderflow(Exception):
"""Raised when the CPU fails to submit a RTIO event early enough
(with respect to the event's timestamp).
"""Raised when the CPU or DMA core fails to submit a RTIO event early
enough (with respect to the event's timestamp).
The offending event is discarded and the RTIO core keeps operating.
"""