mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 14:37:22 +08:00

This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
14 lines
419 B
ReStructuredText
14 lines
419 B
ReStructuredText
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
|
|
|
|
Operations
|
|
==========
|
|
|
|
Announcing a Packet
|
|
-------------------
|
|
|
|
The ``rtems_multiprocessing_announce`` directive is called by the MPCI layer to
|
|
inform RTEMS that a packet has arrived from another node. This directive can
|
|
be called from an interrupt service routine or from within a polling routine.
|