Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_digital_io: Remove conditional interrupt disabling requirements
Removes conditional interrupt handler disabling requirements from the DoEnable and DoSetInterruptHandler private virtual APIs for concrete implementations. Instead the NVI API first calls DisableInterruptHandler (or DoEnableInterruptHandler(false)) to simplify implementations and their requirements. Change-Id: Ie1855d13f7e1ea688305c5b750c5391ce7e72471 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/187668 Commit-Queue: Auto-Submit <[email protected]> Pigweed-Auto-Submit: Ewout van Bekkum <[email protected]> Reviewed-by: Wyatt Hepler <[email protected]> Reviewed-by: Anton Markov <[email protected]>
- Loading branch information