 |
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_RESET_STM32MP2_RESET_H_
8#define ZEPHYR_INCLUDE_DT_BINDINGS_RESET_STM32MP2_RESET_H_
20#define STM32_RESET(per, bit) (((STM32_RESET_PERIPH_##per##) << 5U) | (bit))
26#define STM32_RESET_PERIPH_USART1 0x77C
27#define STM32_RESET_PERIPH_USART2 0x780
28#define STM32_RESET_PERIPH_USART3 0x784
29#define STM32_RESET_PERIPH_UART4 0x788
30#define STM32_RESET_PERIPH_UART5 0x78C
31#define STM32_RESET_PERIPH_USART6 0x790
32#define STM32_RESET_PERIPH_UART7 0x794
33#define STM32_RESET_PERIPH_UART8 0x798
34#define STM32_RESET_PERIPH_UART9 0x79C
37#define STM32_RESET_PERIPH_I3C1 0x8C8
38#define STM32_RESET_PERIPH_I3C2 0x8CC
39#define STM32_RESET_PERIPH_I3C3 0x8D0
40#define STM32_RESET_PERIPH_I3C4 0x8D4