📄 rtapi_outb.3rtapi
字号:
.TH rtapi_outb "3rtapi" "2006-10-12" "EMC Documentation" "RTAPI".SH NAMErtapi_outb, rtapi_inb \- Perform hardware I/O.SH SYNTAX.HPvoid rtapi_outb(unsigned char \fIbyte\fR, unsigned int \fIport\fR).HPunsigned char rtapi_inb(unsigned int \fIport\fR).SH ARGUMENTS.IP \fIport\fRThe address of the I/O port.IP \fIbyte\fRThe byte to be written to the port.SH DESCRIPTION\fBrtapi_outb\fR writes a byte to a hardware I/O port. \fBrtapi_inb\fRreads a byte from a hardware I/O port..SH REALTIME CONSIDERATIONSMay be called from init/cleanup code and from within realtime tasks..SH RETURN VALUE\fBrtapi_inb\fR returns the byte read from the given I/O port.SH NOTESThe I/O address should be within a region previously allocated by\fBrtapi_request_region\fR. Otherwise, another real-time module or the Linuxkernel might attempt to access the I/O region at the same time..SH SEE ALSO\fBrtapi_region(3rtapi)\fR
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -