Home
last modified time | relevance | path

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

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_rcc.h358 #define IS_RCC_AHB1_CLOCK_PERIPH(PERIPH) ((((PERIPH) & 0x810BE800) == 0x00) && ((PERIPH) != 0x00)) macro
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_rcc.c1530 assert_param(IS_RCC_AHB1_CLOCK_PERIPH(RCC_AHB1Periph)); in RCC_AHB1PeriphClockCmd()