Is it possible to use pinseq/pinsneq on a 1 bit port that's Topic is solved

If you have a simple question and just want an answer.
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Is it possible to use pinseq/pinsneq on a 1 bit port that's

Post by sethu_jangala »



View Solution
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

Yes you can use pinseq() / pinsneq() with buffered ports when the transfer width is greater than the port width. The comparison is done against the port-width bits of data sampled from the pins and not on the entire shift register. When the condition is met the value returned is the contents of the shift register at the point the condition was met with the data that matched the condition in the most significant position.