summaryrefslogtreecommitdiffstats
path: root/spec/rtems/cpuuse/if/cpu-info-report.yml
blob: a4cb0e37a935e68e80b14ceb77568e6f6aed3dd5 (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Reports the CPU information using the printer plugin.
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
definition:
  default:
    attributes: null
    body: null
    params:
    - const ${printer:/name} *${.:/params[0]/name}
    return: int
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: function
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
- role: constraint
  uid: /constraint/directive-not-pre-qualified
- role: constraint
  uid: /constraint/directive-ctx-any
- role: constraint
  uid: /constraint/directive-no-preempt
name: rtems_cpu_info_report
notes: null
params:
- description: |
    is the printer plugin to output the report.
  dir: null
  name: printer
return:
  return: |
    Returns the number of characters printed.
  return-values: []
type: interface