Intel: Is bit access control possible with the IOWR function?

Nios II

Category: Nios® II
Tools: Nios® II EDS
device:-


The following methods are possible.

  • How to control only the target bit by multiple instances of 1-bit width PIO (Width 1bit Output setting)
  • How to mask only the target bit by software as follows

(Description example)
IOWR(base, offset, data);
data = ( IORD & (!(n << 0x1)) ) | (n << 1or0) //n bit you want to access n=1 when you want to access the 1st bit)


Experienced FAE
Free consultation is available.

From specific product specifications to parts selection, the Company FAE will answer your technical concerns free of charge. Please feel free to contact us.