Searched refs:CR1_CLEAR_MASK (Results 1 – 11 of 11) sorted by relevance
142 #define CR1_CLEAR_MASK ((uint32_t)0xFF07C010) macro243 tmpreg &= CR1_CLEAR_MASK; in SAI_Init()
175 #define CR1_CLEAR_MASK ((uint16_t)0x3040) macro306 tmpreg &= CR1_CLEAR_MASK; in SPI_Init()
107 #define CR1_CLEAR_MASK ((uint16_t)0xFBF5) /*<! I2C registers Masks */ macro271 tmpreg &= CR1_CLEAR_MASK; in I2C_Init()
108 #define CR1_CLEAR_MASK ((uint16_t)(USART_CR1_M | USART_CR1_PCE | \ macro285 tmpreg &= (uint32_t)~((uint32_t)CR1_CLEAR_MASK); in USART_Init()
95 #define CR1_CLEAR_MASK ((uint32_t)0x00CFE0FF) /*<! FMPI2C CR1 clear register Mask */ macro188 tmpreg &= CR1_CLEAR_MASK; in FMPI2C_Init()
131 #define CR1_CLEAR_MASK ((uint32_t)0xFCFFFEFF) macro254 tmpreg1 &= CR1_CLEAR_MASK; in ADC_Init()
132 #define CR1_CLEAR_MASK ((uint16_t)0x3040) macro238 tmpreg &= CR1_CLEAR_MASK; in SPI_Init()
107 #define CR1_CLEAR_MASK ((uint16_t)(USART_CR1_M | USART_CR1_PCE | \ macro272 tmpreg &= (uint32_t)~((uint32_t)CR1_CLEAR_MASK); in USART_Init()
108 #define CR1_CLEAR_MASK ((uint16_t)0xFBF5) /*<! I2C registers Masks */ macro272 tmpreg &= CR1_CLEAR_MASK; in I2C_Init()
129 #define CR1_CLEAR_MASK ((uint32_t)0xFCFFFEFF) macro253 tmpreg1 &= CR1_CLEAR_MASK; in ADC_Init()
193 #define CR1_CLEAR_MASK ((uint32_t)0xFF04C010) macro
Completed in 35 milliseconds