Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Port mapped I/O instructions: (4 Items)
   
Port mapped I/O instructions  
I am  using QNX Momentics 6.5.0 on Windows OS. I want to know the instructions available in QNX C for the same.
Re: Port mapped I/O instructions  
> I am  using QNX Momentics 6.5.0 on Windows OS. I want to know the instructions
>  available in QNX C forthe port mapped I/O.


Re: Port mapped I/O instructions  
What you are looking for are the functions mmap_device_io(), munmap_device_io() declared in <sys/mman.h> as well as the 
in8(), out8(), in16(), out16(), etc - functions from <hw/inout.h>.
Re: Port mapped I/O instructions  
Thanks