Searched refs:itpos (Results 1 – 6 of 6) sorted by relevance
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/ |
A D | stm32f10x_spi.c | 483 uint16_t itpos = 0, itmask = 0 ; in SPI_I2S_ITConfig() local 490 itpos = SPI_I2S_IT >> 4; in SPI_I2S_ITConfig() 493 itmask = (uint16_t)1 << (uint16_t)itpos; in SPI_I2S_ITConfig() 831 uint16_t itpos = 0, itmask = 0, enablestatus = 0; in SPI_I2S_GetITStatus() local 838 itpos = 0x01 << (SPI_I2S_IT & 0x0F); in SPI_I2S_GetITStatus() 850 if (((SPIx->SR & itpos) != (uint16_t)RESET) && enablestatus) in SPI_I2S_GetITStatus() 884 uint16_t itpos = 0; in SPI_I2S_ClearITPendingBit() local 890 itpos = 0x01 << (SPI_I2S_IT & 0x0F); in SPI_I2S_ClearITPendingBit() 893 SPIx->SR = (uint16_t)~itpos; in SPI_I2S_ClearITPendingBit()
|
A D | stm32f10x_usart.c | 387 uint32_t usartreg = 0x00, itpos = 0x00, itmask = 0x00; in USART_ITConfig() local 405 itpos = USART_IT & IT_Mask; in USART_ITConfig() 406 itmask = (((uint32_t)0x01) << itpos); in USART_ITConfig()
|
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/ |
A D | stm32f2xx_spi.c | 990 uint16_t itpos = 0, itmask = 0 ; in SPI_I2S_ITConfig() local 998 itpos = SPI_I2S_IT >> 4; in SPI_I2S_ITConfig() 1001 itmask = (uint16_t)1 << (uint16_t)itpos; in SPI_I2S_ITConfig() 1101 uint16_t itpos = 0, itmask = 0, enablestatus = 0; in SPI_I2S_GetITStatus() local 1108 itpos = 0x01 << (SPI_I2S_IT & 0x0F); in SPI_I2S_GetITStatus() 1120 if (((SPIx->SR & itpos) != (uint16_t)RESET) && enablestatus) in SPI_I2S_GetITStatus() 1155 uint16_t itpos = 0; in SPI_I2S_ClearITPendingBit() local 1161 itpos = 0x01 << (SPI_I2S_IT & 0x0F); in SPI_I2S_ClearITPendingBit() 1164 SPIx->SR = (uint16_t)~itpos; in SPI_I2S_ClearITPendingBit()
|
A D | stm32f2xx_usart.c | 1216 uint32_t usartreg = 0x00, itpos = 0x00, itmask = 0x00; in USART_ITConfig() local 1235 itpos = USART_IT & IT_MASK; in USART_ITConfig() 1236 itmask = (((uint32_t)0x01) << itpos); in USART_ITConfig()
|
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/ |
A D | stm32f4xx_spi.c | 1126 uint16_t itpos = 0, itmask = 0 ; in SPI_I2S_ITConfig() local 1134 itpos = SPI_I2S_IT >> 4; in SPI_I2S_ITConfig() 1137 itmask = (uint16_t)1 << (uint16_t)itpos; in SPI_I2S_ITConfig() 1237 uint16_t itpos = 0, itmask = 0, enablestatus = 0; in SPI_I2S_GetITStatus() local 1244 itpos = 0x01 << (SPI_I2S_IT & 0x0F); in SPI_I2S_GetITStatus() 1256 if (((SPIx->SR & itpos) != (uint16_t)RESET) && enablestatus) in SPI_I2S_GetITStatus() 1291 uint16_t itpos = 0; in SPI_I2S_ClearITPendingBit() local 1297 itpos = 0x01 << (SPI_I2S_IT & 0x0F); in SPI_I2S_ClearITPendingBit() 1300 SPIx->SR = (uint16_t)~itpos; in SPI_I2S_ClearITPendingBit()
|
A D | stm32f4xx_usart.c | 1233 uint32_t usartreg = 0x00, itpos = 0x00, itmask = 0x00; in USART_ITConfig() local 1252 itpos = USART_IT & IT_MASK; in USART_ITConfig() 1253 itmask = (((uint32_t)0x01) << itpos); in USART_ITConfig()
|
Completed in 15 milliseconds