summaryrefslogtreecommitdiffstats
path: root/spec/rtems/io/if/putc.yml
blob: dd114e4fdc2bc573d54d72ba3f65eb55b8c7b896 (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
42
43
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Outputs the character to the kernel character output device.
copyrights:
- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 2015 On-Line Applications Research Corporation (OAR)
definition:
  default:
    attributes: null
    body: null
    params:
    - char ${.:/params[0]/name}
    return: void
  variants: []
description: |
  The directive outputs the character specified by ${.:/params[0]/name} to the
  kernel character output device using the polled character output
  implementation provided by ${bsp-output-char:/name}.  The directive performs
  a character translation from ``NL`` to ``CR`` followed by ``NR``.

  If the kernel character output device is concurrently accessed, then
  interleaved output may occur.
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_putc
notes: null
params:
- description: |
    is the character to output.
  dir: null
  name: c
return: null
type: interface