pennae 6cec6fa09b rp/pio: don't use modify on shared registers
pio control registers are notionally shared between state machines as
well. state machine operations that change these registers must use
atomic accesses (or critical sections, which would be overkill).

notably PioPin::set_input_sync_bypass was even wrong, enabling the
bypass on a pin requires the corresponding bit to be set (not cleared).
the PioCommon function got it right.
2023-05-02 13:44:24 +02:00
..
2022-11-27 16:32:18 -05:00
2023-04-23 22:49:15 +02:00
2023-03-20 16:34:30 +02:00
2023-04-27 17:09:16 +02:00
2023-04-28 16:46:32 -05:00
2023-05-01 12:58:57 +02:00
2022-12-09 20:18:41 +01:00
2023-04-23 22:49:15 +02:00
2022-06-12 22:22:31 +02:00
2023-04-06 22:41:50 +02:00
2022-10-24 11:10:59 +03:00
2023-04-23 22:49:15 +02:00
2022-12-24 03:22:51 +01:00