embassy/embassy-nrf
Timo Kröger 93780fa31d uarte: Wait for the peripheral to be disabled
Prevents a panic in the case of:
1. Abort a receive future
2. Free Uarte::free()
3. Uarte::new()
->  panicked at 'assertion failed: uarte.enable.read().enable().is_disabled()'
2021-01-04 22:55:40 +01:00
..
src uarte: Wait for the peripheral to be disabled 2021-01-04 22:55:40 +01:00
Cargo.toml Low power UART driver 2020-12-30 19:24:12 +01:00