Home
last modified time | relevance | path

Searched refs:IS_RCC_CLEAR_IT (Results 1 – 6 of 6) sorted by relevance

/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_rcc.h352 #define IS_RCC_CLEAR_IT(IT) ((((IT) & (uint8_t)0x60) == 0x00) && ((IT) != 0x00)) macro
361 #define IS_RCC_CLEAR_IT(IT) ((IT) != 0x00) macro
/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_rcc.h156 #define IS_RCC_CLEAR_IT(IT) ((((IT) & (uint8_t)0x40) == 0x00) && ((IT) != 0x00)) macro
/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_rcc.c1794 assert_param(IS_RCC_CLEAR_IT(RCC_IT)); in RCC_ClearITPendingBit()
/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_rcc.c1450 assert_param(IS_RCC_CLEAR_IT(RCC_IT)); in RCC_ClearITPendingBit()
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_rcc.h219 #define IS_RCC_CLEAR_IT(IT)((IT) != 0x00) macro
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_rcc.c3162 assert_param(IS_RCC_CLEAR_IT(RCC_IT)); in RCC_ClearITPendingBit()

Completed in 20 milliseconds