Searched refs:STM32F4_APB2_RESET (Results 1 – 3 of 3) sorted by relevance
11 resets = <&rcc STM32F4_APB2_RESET(DSI)>;
644 resets = <&rcc STM32F4_APB2_RESET(LTDC)>;
106 #define STM32F4_APB2_RESET(bit) (STM32F4_RCC_APB2_##bit + (0x24 * 8)) macro