RTEMS CPU Kit with SuperCore
4.11.2
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
b
c
d
i
r
+
Typedefs
a
b
c
d
f
h
i
m
o
p
q
r
s
t
u
w
x
+
Enumerations
b
c
d
e
h
i
m
o
p
r
s
t
w
+
Enumerator
c
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.2
ws-rtems
rtems-4.11.2
cpukit
libpci
Functions
|
Variables
pci_access_mem_le.c File Reference
#include <
pci.h
>
Include dependency graph for pci_access_mem_le.c:
Functions
uint16_t
pci_mem_le_ld_le16
(uint16_t *adr)
uint16_t
pci_mem_le_ld_be16
(uint16_t *adr)
uint32_t
pci_mem_le_ld_le32
(uint32_t *adr)
uint32_t
pci_mem_le_ld_be32
(uint32_t *adr)
void
pci_mem_le_st_le16
(uint16_t *adr, uint16_t data)
void
pci_mem_le_st_be16
(uint16_t *adr, uint16_t data)
void
pci_mem_le_st_le32
(uint32_t *adr, uint32_t data)
void
pci_mem_le_st_be32
(uint32_t *adr, uint32_t data)
Variables
struct
pci_memreg_ops
pci_mem_le_ops
Variable Documentation
◆
pci_mem_le_ops
struct
pci_memreg_ops
pci_mem_le_ops
Initial value:
= {
.ld8 = pci_mem_ld8,
.st8 = pci_mem_st8,
.ld_le16 = pci_mem_le_ld_le16,
.st_le16 = pci_mem_le_st_le16,
.ld_be16 = pci_mem_le_ld_be16,
.st_be16 = pci_mem_le_st_be16,
.ld_le32 = pci_mem_le_ld_le32,
.st_le32 = pci_mem_le_st_le32,
.ld_be32 = pci_mem_le_ld_be32,
.st_be32 = pci_mem_le_st_be32,
}
Generated by
1.8.13