summaryrefslogtreecommitdiffstats
path: root/spec/bsp/sparc/if/grlib-store-64.yml
blob: 46829ce801e29fb2b5823a6a3684243c367e1b9a (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Stores the value to the memory-mapped unsigned 64-bit register.
copyrights:
- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default:
    attributes: null
    body: |
      *address = value;
    params:
    - volatile ${/c/if/uint64_t:/name} *${.:/params[0]/name}
    - ${/c/if/uint64_t:/name} ${.:/params[1]/name}
    return: void
  variants: []
description: null
enabled-by: sparc
index-entries: []
interface-type: function
links:
- role: interface-placement
  uid: grlib-io-header
- role: interface-ingroup
  uid: grlib-io-group
- role: proxy-member
  uid: /dev/grlib/if/store-64
name: grlib_store_64
notes: null
params:
- description: |
    is the address of the memory-mapped unsigned 64-bit register.
  dir: null
  name: address
- description: |
    is the value to store.
  dir: null
  name: value
return: null
type: interface