embassy/embassy-nrf/src/util
Dario Nieuwenhuis 11be9170ec Cleanup interrupt package naming. Fixes #40
The `interrupt` package previously tried to be drop-in compatible with the
`interrupt` package from PACs. THis meant that there was both a PAC-style enum
value `UARTE0` and an embassy-style owned `UARTE0Interrupt` type. This made
things VERY confusing.

This drops compatibility with the PAC, improving the names for embassy interrupts.
2021-02-26 01:55:27 +01:00
..
mod.rs uarte: Low power wait for RX drop 2021-01-04 22:55:40 +01:00
peripheral.rs Cleanup interrupt package naming. Fixes #40 2021-02-26 01:55:27 +01:00
ring_buffer.rs Get rid of some warnings 2021-02-13 21:41:36 -03:00