Kevin O'Connor 95eb00740b stm32: Avoid read+write modify instructions in can.c
Prefer explicitly setting the hardware registers and avoid using C
read and modify instructions where possible.  This avoids race
conditions where an interrupt or hardware change could cause subtle
corruption of the register state.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-02-02 15:17:14 -05:00
..
2021-01-31 19:41:53 -05:00
2019-11-02 11:35:27 -04:00
2020-05-05 11:44:19 -04:00
2021-01-31 19:41:53 -05:00
2021-01-31 19:41:53 -05:00
2019-10-23 21:19:03 -04:00