Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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