nrf/pdm: make available on all chips, use Instance trait, switch to new interrupt binding.

This commit is contained in:
Dario Nieuwenhuis
2023-03-05 20:50:45 +01:00
parent 34563b74aa
commit f8f1d3bcf0
10 changed files with 116 additions and 49 deletions

View File

@ -47,8 +47,10 @@ pub mod nvmc;
#[cfg(any(
feature = "nrf52810",
feature = "nrf52811",
feature = "nrf52832",
feature = "nrf52833",
feature = "nrf52840",
feature = "_nrf5340-app",
feature = "_nrf9160"
))]
pub mod pdm;