commit | 96c92ed93f4063572de93d86812ca08ddffd62a0 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Wed Feb 03 16:57:10 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Feb 04 12:35:04 2021 -0500 |
tree | 3e89b6d2bc0087531b1403b4bce2c3acfca065be | |
parent | 612dad264cdc2a4497fe8546ba59763ea38ce866 [diff] |
drivers/dma: stm32: Don't omit IRQ status check When checking for IRQ flags, we should also check for IRQ status (IsEnabled ?). If this is not done we can end up in Half Transfer interrupt processing while it is not enabled. Additionaly always use the id translation function in LL API calls. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>