The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
outp
core
bitop
Writes and returns value to I/O port at port_address.
ubyte
outp
(uint port_address, ubyte value)
version(DigitalMars && AnyX86)
nothrow @
safe
@
nogc
@
system
ubyte
outp
(
uint
port_address
,
ubyte
value
)
ubyte
outp
(uint port_address, uint value)
Meta
Source
See Implementation
core
bitop
aliases
bswap
byteswap
functions
_popcnt
bitswap
bsf
bsr
bt
btc
btr
bts
inp
inpl
inpw
outp
outpl
outpw
popcnt
rol
ror
structs
BitRange
Writes and returns value to I/O port at port_address.