summaryrefslogtreecommitdiffstats
path: root/spec/rtems/io/if/printer.yml
blob: 1eae7efc5d56f8536d8927d0985b24a554571ded (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  This structure represents a printer handler with an associated printer
  context.
copyrights:
- Copyright (C) 2020, 2022 embedded brains GmbH & Co. KG
definition:
- default:
    brief: |
      This member references the printer context used for the printer.
    definition: void *${.:name}
    description: null
    kind: member
    name: context
  variants: []
- default:
    brief: |
      This member references the printer handler.
    definition: ${print-printer:/name} ${.:name}
    description: null
    kind: member
    name: printer
  variants: []
definition-kind: struct-only
description: null
enabled-by: true
index-entries: []
interface-type: struct
links:
- role: interface-placement
  uid: header-4
- role: interface-ingroup
  uid: group-print-support-rtems
name: rtems_printer
notes: null
type: interface