summaryrefslogtreecommitdiffstats
path: root/spec/dev/grlib/if/apbuart-outbyte-polled.yml
blob: 0d4b9b684aeb12467803f019546b0ddc06607f76 (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Waits until an empty transmitter FIFO was observed and then stores the
  character to the data register.
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
definition:
  default:
    attributes: null
    body: null
    params:
    - ${apbuart:/name} *${.:/params[0]/name}
    - char ${.:/params[1]/name}
    return: void
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: function
links:
- role: interface-placement
  uid: apbuart-header-2
- role: interface-ingroup
  uid: apbuart
name: apbuart_outbyte_polled
notes: null
params:
- description: |
    is the pointer to the APBUART register block.
  dir: null
  name: regs
- description: |
    is the character to output.
  dir: null
  name: ch
return: null
type: interface