ShiftOutEx question

Discussion about the ZBasic language including the System Library. If you're not sure where to post your message, do it here. However, do not make test posts here; that's the purpose of the Sandbox.
Post Reply
rich
Posts: 81
Joined: 19 November 2015, 12:23 PM

ShiftOutEx question

Post by rich »

From the description of the ShiftOutEx call i think that when the fastest bit shift rate is selected then no timers are used and interrupts are not disabled.

Am i correct?

Richard
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post by dkinzer »

Yes, it is correct that when bit 2 of the 'flags' parameter is zero the timer is not used and interrupts are not disabled.
- Don Kinzer
rich
Posts: 81
Joined: 19 November 2015, 12:23 PM

Post by rich »

Thank you again.

Richard
Post Reply