Skip to content

Commit

Permalink
Clarify text for concurrent access
Browse files Browse the repository at this point in the history
  • Loading branch information
aacuevas authored Nov 19, 2024
1 parent 4b832f5 commit 4a5951f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/hw-spec/controller/channels/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ four abstract communication channels:

These channels are implemented by the combination of the controller hardware and the :term:`Driver Translator`.

Concurrent access to a single channel by the host MUST NOT be permitted. However, individual
channels MUST be able to be accessed independently.
Concurrent access to a single channel by the host (e.g. by multiple threads of execution or applications) is
NOT permitted. However, individual channels MUST be able to be accessed independently.

.. note:: Concurrent access requirements relate only to the hardware implementation. Functions in
a high-level :term:`API` MAY introduce their own access dependencies and concurrency limitations.
Expand Down

0 comments on commit 4a5951f

Please sign in to comment.