You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce separate COMMIT & TRIGGER mechanism
The old TRIGGER register functionality is split in two:
- COMMIT: every time a write is performed to this register, the
job queue is advanced. COMMIT does not include, however, the
automatic triggering of a job
- TRIGGER: only if the write has value 0x0, it includes also the
automatic triggering of jobs. Automatic triggering is disabled
only when the queue is emptied.