-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
9323a2a
commit 7b28079
Showing
2 changed files
with
50 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters