Searched refs:STM32F7_APB2_RESET (Results 1 – 3 of 3) sorted by relevance
32 resets = <&rcc STM32F7_APB2_RESET(DSI)>;
605 resets = <&rcc STM32F7_APB2_RESET(LTDC)>;
113 #define STM32F7_APB2_RESET(bit) (STM32F7_RCC_APB2_##bit + (0x24 * 8)) macro