Home
last modified time | relevance | path

Searched refs:IS_RCC_AHB1_CLOCKGATING (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_rcc.h481 #define IS_RCC_AHB1_CLOCKGATING(PERIPH) ((((PERIPH) & 0xFFFFFF80) == 0x00) && ((PERIPH) != 0x00)) macro
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_rcc.c2469 assert_param(IS_RCC_AHB1_CLOCKGATING(RCC_AHB1ClockGating)); in RCC_AHB1ClockGatingCmd()

Completed in 9 milliseconds