commit | e54d2553f37678e26d03069ef8d7ac1a1bbbe43f | [log] [tgz] |
---|---|---|
author | Ron Smith <rockyowl171@gmail.com> | Sun Aug 29 20:24:59 2021 -0400 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Sep 01 11:50:51 2021 +0200 |
tree | 5e66963a0ed6e83ca4d44ab54cf041c0bc13c86a | |
parent | 18830991e184b3ef9b291b2e65a95fc8631d15ee [diff] |
drivers: serial: uart_sam0: Correct check for interrupts enabled Fixes the issue where uart_sam0_irq_tx_ready would return true if the INTFLAG was set even though the INTSET bit for the given interrupt was not enabled yet through uart_sam0_irq_tx_enable. Signed-off-by: Ron Smith <rockyowl171@gmail.com>