Searched refs:IS_RCC_APB2_RESET_PERIPH (Results 1 – 4 of 4) sorted by relevance
358 #define IS_RCC_APB2_RESET_PERIPH(PERIPH) ((((PERIPH) & 0xFFF8A6CC) == 0x00) && ((PERIPH) != 0x00)) macro
1421 assert_param(IS_RCC_APB2_RESET_PERIPH(RCC_APB2Periph)); in RCC_APB2PeriphResetCmd()
632 #define IS_RCC_APB2_RESET_PERIPH(PERIPH) ((((PERIPH) & 0xF30886CC) == 0x00) && ((PERIPH) != 0x00)) macro
2150 assert_param(IS_RCC_APB2_RESET_PERIPH(RCC_APB2Periph)); in RCC_APB2PeriphResetCmd()
Completed in 13 milliseconds