You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create module dmamux.rs as common interface for DMA request mapping.
The new stm32l4+ devices use a separate peripheral (DMAMUX) for routing
a DMA request line between peripherals and DMA controllers, whereas the
"old" stm32l4 devices use the `CSELR` register for request mapping.
This module tries to abstract this difference, and provides a common
interface for all L4 devices.
This commit also enable the DMAMUX clock when required.
0 commit comments