Searched refs:CR1_CLEAR_Mask (Results 1 – 4 of 4) sorted by relevance
43 #define CR1_CLEAR_Mask ((uint16_t)0x3040) macro155 tmpreg &= CR1_CLEAR_Mask; in SPI_Init()
34 #define CR1_CLEAR_Mask ((uint16_t)0xE9F3) /*!< USART CR1 Mask */ macro192 tmpreg &= CR1_CLEAR_Mask; in USART_Init()
64 #define CR1_CLEAR_Mask ((uint16_t)0xFBF5) macro255 tmpreg &= CR1_CLEAR_Mask; in I2C_Init()
44 #define CR1_CLEAR_Mask ((uint32_t)0xFFF0FEFF) macro210 tmpreg1 &= CR1_CLEAR_Mask; in ADC_Init()
Completed in 16 milliseconds