Searched refs:CR1_CLEAR_Mask (Results 1 – 4 of 4) sorted by relevance
67 #define CR1_CLEAR_Mask ((uint16_t)0x3040) macro179 tmpreg &= CR1_CLEAR_Mask; in SPI_Init()
88 #define CR1_CLEAR_Mask ((uint16_t)0xFBF5) macro279 tmpreg &= CR1_CLEAR_Mask; in I2C_Init()
54 #define CR1_CLEAR_Mask ((uint16_t)0xE9F3) /*!< USART CR1 Mask */ macro210 tmpreg &= CR1_CLEAR_Mask; in USART_Init()
68 #define CR1_CLEAR_Mask ((uint32_t)0xFFF0FEFF) macro234 tmpreg1 &= CR1_CLEAR_Mask; in ADC_Init()
Completed in 10 milliseconds