diff options
| author | kbleeke <[email protected]> | 2023-03-30 12:04:18 +0200 |
|---|---|---|
| committer | kbleeke <[email protected]> | 2023-03-30 12:04:18 +0200 |
| commit | b2d63d851df68effce2c4ef7276139380a496c88 (patch) | |
| tree | 3994a282807a4d3b80dbf2bab6e9d047e05edeef /src/bus.rs | |
| parent | 869b337715c7c784865e6b1a0c26557c4204d35d (diff) | |
set INTERRUPT_WITH_STATUS flag in attempt to prevent hangs
Diffstat (limited to 'src/bus.rs')
| -rw-r--r-- | src/bus.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bus.rs b/src/bus.rs index 65caea8ec..add346b2f 100644 --- a/src/bus.rs +++ b/src/bus.rs | |||
| @@ -74,7 +74,7 @@ where | |||
| 74 | // 32-bit word length, little endian (which is the default endianess). | 74 | // 32-bit word length, little endian (which is the default endianess). |
| 75 | self.write32_swapped( | 75 | self.write32_swapped( |
| 76 | REG_BUS_CTRL, | 76 | REG_BUS_CTRL, |
| 77 | WORD_LENGTH_32 | HIGH_SPEED | INTERRUPT_HIGH | WAKE_UP | STATUS_ENABLE, | 77 | WORD_LENGTH_32 | HIGH_SPEED | INTERRUPT_HIGH | WAKE_UP | STATUS_ENABLE | INTERRUPT_WITH_STATUS, |
| 78 | ) | 78 | ) |
| 79 | .await; | 79 | .await; |
| 80 | 80 | ||
