summaryrefslogtreecommitdiffstats
path: root/spec/rtems/event/if/transient-send.yml
blob: 1bfb6198b5bd1636ae4cf2eea8995b80917d39b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Sends the transient event to the specified task.
copyrights:
- Copyright (C) 2014, 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default:
    body: |
      return ${system-send:/name}( ${.:/params[0]/name}, ${system-transient:/name} );
    params:
    - ${../../type/if/id:/name} ${.:/params[0]/name}
    return: ${../../status/if/code:/name}
  variants: []
description: null
enabled-by: true
interface-type: function
links:
- role: interface-placement
  uid: header
name: rtems_event_transient_send
notes: null
params:
- description: is the identifier of the task to receive the transient event.
  dir: null
  name: id
return:
  return: null
  return-values: []
type: interface