This driver exposes STM32 RCC reset functionality through reset API. Information about RCC register offset and bit is encoded just like GD32. The first 5 least significant bits contains register bit number. Next 12 bits are used to keep RCC register offset. Remaining bits are unused. Signed-off-by: Patryk Duda <pdk@semihalf.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Kconfig.aspeed | ||
| Kconfig.gd32 | ||
| Kconfig.rpi_pico | ||
| Kconfig.stm32 | ||
| reset_ast10x0.c | ||
| reset_gd32.c | ||
| reset_rpi_pico.c | ||
| reset_stm32.c | ||