summaryrefslogtreecommitdiffstats
path: root/spec/rtems/io/if/put-char.yml
blob: 606dadaf1f871aed7601c0bf589e3e68186ae462 (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
30
31
32
33
34
35
36
37
38
39
40
41
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Puts the character using ${putc:/name}
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default:
    attributes: null
    body: null
    params:
    - int ${.:/params[0]/name}
    - void *${.:/params[1]/name}
    return: void
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: function
links:
- role: interface-placement
  uid: header-3
- role: interface-ingroup
  uid: group-3
- role: constraint
  uid: /constraint/directive-ctx-any
- role: constraint
  uid: /constraint/directive-no-preempt
name: rtems_put_char
notes: |
  The directive is provided to support the RTEMS Testing Framework.
params:
- description: |
    is the character to output.
  dir: null
  name: c
- description: |
    is an unused argument.
  dir: null
  name: unused
return: null
type: interface