commit | aba432348ba11fa804ac38621e4024e1cc13fdc6 | [log] [tgz] |
---|---|---|
author | Guillaume Gautier <guillaume.gautier-ext@st.com> | Mon Oct 10 11:32:54 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Oct 12 18:41:48 2022 +0200 |
tree | 1abe1fe3e1b47fc501708cefe34d0a4f4d95666c | |
parent | 9c3f190721007f6d31241b4b048febaa8bb04e10 [diff] |
drivers: Cleans variable scopes for STM32 drivers Fix the scope of some variables in various STM32 drivers including: - SDMMC - DMA - OSPI/QSPI Flash - Interrupt controller The variables are set static instead of global and const if appropriate. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>