/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_dma2d.c | 1376 __IO uint32_t isrflags = 0x0U; in HAL_DMA2D_PollForTransfer() local 1386 isrflags = READ_REG(hdma2d->Instance->ISR); in HAL_DMA2D_PollForTransfer() 1387 if ((isrflags & (DMA2D_FLAG_CE | DMA2D_FLAG_TE)) != 0U) in HAL_DMA2D_PollForTransfer() 1389 if ((isrflags & DMA2D_FLAG_CE) != 0U) in HAL_DMA2D_PollForTransfer() 1393 if ((isrflags & DMA2D_FLAG_TE) != 0U) in HAL_DMA2D_PollForTransfer() 1437 isrflags = READ_REG(hdma2d->Instance->ISR); in HAL_DMA2D_PollForTransfer() 1438 if ((isrflags & (DMA2D_FLAG_CAE | DMA2D_FLAG_CE | DMA2D_FLAG_TE)) != 0U) in HAL_DMA2D_PollForTransfer() 1440 if ((isrflags & DMA2D_FLAG_CAE) != 0U) in HAL_DMA2D_PollForTransfer() 1444 if ((isrflags & DMA2D_FLAG_CE) != 0U) in HAL_DMA2D_PollForTransfer() 1448 if ((isrflags & DMA2D_FLAG_TE) != 0U) in HAL_DMA2D_PollForTransfer() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_uart.c | 2324 uint32_t isrflags = READ_REG(huart->Instance->ISR); in HAL_UART_IRQHandler() local 2332 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_UART_IRQHandler() 2337 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2341 if (((isrflags & USART_ISR_RXNE) != 0U) in HAL_UART_IRQHandler() 2365 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_UART_IRQHandler() 2373 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2381 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2390 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_UART_IRQHandler() 2394 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_UART_IRQHandler() 2405 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_UART_IRQHandler() [all …]
|
D | stm32l4xx_hal_dma2d.c | 1448 __IO uint32_t isrflags = 0x0U; in HAL_DMA2D_PollForTransfer() local 1458 isrflags = READ_REG(hdma2d->Instance->ISR); in HAL_DMA2D_PollForTransfer() 1459 if ((isrflags & (DMA2D_FLAG_CE | DMA2D_FLAG_TE)) != 0U) in HAL_DMA2D_PollForTransfer() 1461 if ((isrflags & DMA2D_FLAG_CE) != 0U) in HAL_DMA2D_PollForTransfer() 1465 if ((isrflags & DMA2D_FLAG_TE) != 0U) in HAL_DMA2D_PollForTransfer() 1509 isrflags = READ_REG(hdma2d->Instance->ISR); in HAL_DMA2D_PollForTransfer() 1510 if ((isrflags & (DMA2D_FLAG_CAE | DMA2D_FLAG_CE | DMA2D_FLAG_TE)) != 0U) in HAL_DMA2D_PollForTransfer() 1512 if ((isrflags & DMA2D_FLAG_CAE) != 0U) in HAL_DMA2D_PollForTransfer() 1516 if ((isrflags & DMA2D_FLAG_CE) != 0U) in HAL_DMA2D_PollForTransfer() 1520 if ((isrflags & DMA2D_FLAG_TE) != 0U) in HAL_DMA2D_PollForTransfer() [all …]
|
D | stm32l4xx_hal_smartcard.c | 1958 uint32_t isrflags = READ_REG(hsmartcard->Instance->ISR); in HAL_SMARTCARD_IRQHandler() local 1965 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_SMARTCARD_IRQHandler() 1970 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_SMARTCARD_IRQHandler() 1974 if (((isrflags & USART_ISR_RXNE) != 0U) in HAL_SMARTCARD_IRQHandler() 1998 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 2006 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 2014 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 2023 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_SMARTCARD_IRQHandler() 2028 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_SMARTCARD_IRQHandler() 2039 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_SMARTCARD_IRQHandler() [all …]
|
D | stm32l4xx_hal_usart.c | 2201 uint32_t isrflags = READ_REG(husart->Instance->ISR); in HAL_USART_IRQHandler() local 2210 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_USART_IRQHandler() 2213 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_USART_IRQHandler() 2219 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_USART_IRQHandler() 2223 if (((isrflags & USART_ISR_RXNE) != 0U) in HAL_USART_IRQHandler() 2247 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_USART_IRQHandler() 2255 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_USART_IRQHandler() 2263 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_USART_IRQHandler() 2272 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_USART_IRQHandler() 2276 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_USART_IRQHandler() [all …]
|
D | stm32l4xx_hal_irda.c | 1936 uint32_t isrflags = READ_REG(hirda->Instance->ISR); in HAL_IRDA_IRQHandler() local 1943 errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE)); in HAL_IRDA_IRQHandler() 1948 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) && ((cr1its & USART_CR1_RXNEIE_RXFNEIE) != 0U)) in HAL_IRDA_IRQHandler() 1950 if (((isrflags & USART_ISR_RXNE) != 0U) && ((cr1its & USART_CR1_RXNEIE) != 0U)) in HAL_IRDA_IRQHandler() 1969 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_IRDA_IRQHandler() 1977 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_IRDA_IRQHandler() 1985 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_IRDA_IRQHandler() 1993 if (((isrflags & USART_ISR_ORE) != 0U) && in HAL_IRDA_IRQHandler() 2010 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) && ((cr1its & USART_CR1_RXNEIE_RXFNEIE) != 0U)) in HAL_IRDA_IRQHandler() 2012 if (((isrflags & USART_ISR_RXNE) != 0U) && ((cr1its & USART_CR1_RXNEIE) != 0U)) in HAL_IRDA_IRQHandler() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dma2d.c | 1418 __IO uint32_t isrflags = 0x0U; in HAL_DMA2D_PollForTransfer() local 1428 isrflags = READ_REG(hdma2d->Instance->ISR); in HAL_DMA2D_PollForTransfer() 1429 if ((isrflags & (DMA2D_FLAG_CE | DMA2D_FLAG_TE)) != 0U) in HAL_DMA2D_PollForTransfer() 1431 if ((isrflags & DMA2D_FLAG_CE) != 0U) in HAL_DMA2D_PollForTransfer() 1435 if ((isrflags & DMA2D_FLAG_TE) != 0U) in HAL_DMA2D_PollForTransfer() 1479 isrflags = READ_REG(hdma2d->Instance->ISR); in HAL_DMA2D_PollForTransfer() 1480 if ((isrflags & (DMA2D_FLAG_CAE | DMA2D_FLAG_CE | DMA2D_FLAG_TE)) != 0U) in HAL_DMA2D_PollForTransfer() 1482 if ((isrflags & DMA2D_FLAG_CAE) != 0U) in HAL_DMA2D_PollForTransfer() 1486 if ((isrflags & DMA2D_FLAG_CE) != 0U) in HAL_DMA2D_PollForTransfer() 1490 if ((isrflags & DMA2D_FLAG_TE) != 0U) in HAL_DMA2D_PollForTransfer() [all …]
|
D | stm32u5xx_hal_uart.c | 2359 uint32_t isrflags = READ_REG(huart->Instance->ISR); in HAL_UART_IRQHandler() local 2367 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_UART_IRQHandler() 2371 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2389 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_UART_IRQHandler() 2397 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2405 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2413 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_UART_IRQHandler() 2423 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_UART_IRQHandler() 2434 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2528 && ((isrflags & USART_ISR_IDLE) != 0U) in HAL_UART_IRQHandler() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dma2d.c | 1418 __IO uint32_t isrflags = 0x0U; in HAL_DMA2D_PollForTransfer() local 1428 isrflags = READ_REG(hdma2d->Instance->ISR); in HAL_DMA2D_PollForTransfer() 1429 if ((isrflags & (DMA2D_FLAG_CE | DMA2D_FLAG_TE)) != 0U) in HAL_DMA2D_PollForTransfer() 1431 if ((isrflags & DMA2D_FLAG_CE) != 0U) in HAL_DMA2D_PollForTransfer() 1435 if ((isrflags & DMA2D_FLAG_TE) != 0U) in HAL_DMA2D_PollForTransfer() 1479 isrflags = READ_REG(hdma2d->Instance->ISR); in HAL_DMA2D_PollForTransfer() 1480 if ((isrflags & (DMA2D_FLAG_CAE | DMA2D_FLAG_CE | DMA2D_FLAG_TE)) != 0U) in HAL_DMA2D_PollForTransfer() 1482 if ((isrflags & DMA2D_FLAG_CAE) != 0U) in HAL_DMA2D_PollForTransfer() 1486 if ((isrflags & DMA2D_FLAG_CE) != 0U) in HAL_DMA2D_PollForTransfer() 1490 if ((isrflags & DMA2D_FLAG_TE) != 0U) in HAL_DMA2D_PollForTransfer() [all …]
|
D | stm32h7xx_hal_uart.c | 2214 uint32_t isrflags = READ_REG(huart->Instance->ISR); in HAL_UART_IRQHandler() local 2222 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_UART_IRQHandler() 2226 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2244 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_UART_IRQHandler() 2252 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2260 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2268 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_UART_IRQHandler() 2278 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_UART_IRQHandler() 2289 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2379 && ((isrflags & USART_ISR_IDLE) != 0U) in HAL_UART_IRQHandler() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_dma2d.c | 1386 __IO uint32_t isrflags = 0x0U; in HAL_DMA2D_PollForTransfer() local 1396 isrflags = READ_REG(hdma2d->Instance->ISR); in HAL_DMA2D_PollForTransfer() 1397 if ((isrflags & (DMA2D_FLAG_CE | DMA2D_FLAG_TE)) != 0U) in HAL_DMA2D_PollForTransfer() 1399 if ((isrflags & DMA2D_FLAG_CE) != 0U) in HAL_DMA2D_PollForTransfer() 1403 if ((isrflags & DMA2D_FLAG_TE) != 0U) in HAL_DMA2D_PollForTransfer() 1447 isrflags = READ_REG(hdma2d->Instance->ISR); in HAL_DMA2D_PollForTransfer() 1448 if ((isrflags & (DMA2D_FLAG_CAE | DMA2D_FLAG_CE | DMA2D_FLAG_TE)) != 0U) in HAL_DMA2D_PollForTransfer() 1450 if ((isrflags & DMA2D_FLAG_CAE) != 0U) in HAL_DMA2D_PollForTransfer() 1454 if ((isrflags & DMA2D_FLAG_CE) != 0U) in HAL_DMA2D_PollForTransfer() 1458 if ((isrflags & DMA2D_FLAG_TE) != 0U) in HAL_DMA2D_PollForTransfer() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_uart.c | 2328 uint32_t isrflags = READ_REG(huart->Instance->ISR); in HAL_UART_IRQHandler() local 2336 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_UART_IRQHandler() 2340 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2358 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_UART_IRQHandler() 2366 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2374 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2382 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_UART_IRQHandler() 2392 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_UART_IRQHandler() 2403 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2493 && ((isrflags & USART_ISR_IDLE) != 0U) in HAL_UART_IRQHandler() [all …]
|
D | stm32c0xx_hal_smartcard.c | 1877 uint32_t isrflags = READ_REG(hsmartcard->Instance->ISR); in HAL_SMARTCARD_IRQHandler() local 1884 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_SMARTCARD_IRQHandler() 1888 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_SMARTCARD_IRQHandler() 1906 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1914 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1922 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1930 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_SMARTCARD_IRQHandler() 1941 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1952 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_SMARTCARD_IRQHandler() 2088 if (((isrflags & USART_ISR_EOBF) != 0U) && ((cr1its & USART_CR1_EOBIE) != 0U)) in HAL_SMARTCARD_IRQHandler() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_uart.c | 2240 uint32_t isrflags = READ_REG(huart->Instance->ISR); in HAL_UART_IRQHandler() local 2248 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_UART_IRQHandler() 2252 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2270 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_UART_IRQHandler() 2278 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2286 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2294 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_UART_IRQHandler() 2304 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_UART_IRQHandler() 2315 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2405 && ((isrflags & USART_ISR_IDLE) != 0U) in HAL_UART_IRQHandler() [all …]
|
D | stm32g4xx_hal_smartcard.c | 1877 uint32_t isrflags = READ_REG(hsmartcard->Instance->ISR); in HAL_SMARTCARD_IRQHandler() local 1884 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_SMARTCARD_IRQHandler() 1888 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_SMARTCARD_IRQHandler() 1906 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1914 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1922 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1930 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_SMARTCARD_IRQHandler() 1941 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1952 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_SMARTCARD_IRQHandler() 2088 if (((isrflags & USART_ISR_EOBF) != 0U) && ((cr1its & USART_CR1_EOBIE) != 0U)) in HAL_SMARTCARD_IRQHandler() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_uart.c | 2214 uint32_t isrflags = READ_REG(huart->Instance->ISR); in HAL_UART_IRQHandler() local 2222 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_UART_IRQHandler() 2226 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2244 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_UART_IRQHandler() 2252 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2260 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2268 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_UART_IRQHandler() 2278 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_UART_IRQHandler() 2289 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2379 && ((isrflags & USART_ISR_IDLE) != 0U) in HAL_UART_IRQHandler() [all …]
|
D | stm32l5xx_hal_smartcard.c | 1872 uint32_t isrflags = READ_REG(hsmartcard->Instance->ISR); in HAL_SMARTCARD_IRQHandler() local 1879 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_SMARTCARD_IRQHandler() 1883 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_SMARTCARD_IRQHandler() 1901 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1909 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1917 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1925 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_SMARTCARD_IRQHandler() 1936 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1947 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_SMARTCARD_IRQHandler() 2083 if (((isrflags & USART_ISR_EOBF) != 0U) && ((cr1its & USART_CR1_EOBIE) != 0U)) in HAL_SMARTCARD_IRQHandler() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_uart.c | 2305 uint32_t isrflags = READ_REG(huart->Instance->ISR); in HAL_UART_IRQHandler() local 2313 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_UART_IRQHandler() 2317 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2335 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_UART_IRQHandler() 2343 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2351 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2359 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_UART_IRQHandler() 2369 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_UART_IRQHandler() 2380 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2470 && ((isrflags & USART_ISR_IDLE) != 0U) in HAL_UART_IRQHandler() [all …]
|
D | stm32g0xx_hal_smartcard.c | 1877 uint32_t isrflags = READ_REG(hsmartcard->Instance->ISR); in HAL_SMARTCARD_IRQHandler() local 1884 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_SMARTCARD_IRQHandler() 1888 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_SMARTCARD_IRQHandler() 1906 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1914 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1922 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1930 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_SMARTCARD_IRQHandler() 1941 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1952 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_SMARTCARD_IRQHandler() 2088 if (((isrflags & USART_ISR_EOBF) != 0U) && ((cr1its & USART_CR1_EOBIE) != 0U)) in HAL_SMARTCARD_IRQHandler() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_uart.c | 2321 uint32_t isrflags = READ_REG(huart->Instance->ISR); in HAL_UART_IRQHandler() local 2329 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_UART_IRQHandler() 2333 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2351 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_UART_IRQHandler() 2359 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2367 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2375 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_UART_IRQHandler() 2385 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_UART_IRQHandler() 2396 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2486 && ((isrflags & USART_ISR_IDLE) != 0U) in HAL_UART_IRQHandler() [all …]
|
D | stm32wlxx_hal_smartcard.c | 1872 uint32_t isrflags = READ_REG(hsmartcard->Instance->ISR); in HAL_SMARTCARD_IRQHandler() local 1879 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_SMARTCARD_IRQHandler() 1883 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_SMARTCARD_IRQHandler() 1901 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1909 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1917 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1925 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_SMARTCARD_IRQHandler() 1936 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1947 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_SMARTCARD_IRQHandler() 2083 if (((isrflags & USART_ISR_EOBF) != 0U) && ((cr1its & USART_CR1_EOBIE) != 0U)) in HAL_SMARTCARD_IRQHandler() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_uart.c | 2319 uint32_t isrflags = READ_REG(huart->Instance->ISR); in HAL_UART_IRQHandler() local 2327 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_UART_IRQHandler() 2331 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2349 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_UART_IRQHandler() 2357 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2365 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2373 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_UART_IRQHandler() 2383 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_UART_IRQHandler() 2394 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2483 && ((isrflags & USART_ISR_IDLE) != 0U) in HAL_UART_IRQHandler() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_uart.c | 2242 uint32_t isrflags = READ_REG(huart->Instance->ISR); in HAL_UART_IRQHandler() local 2250 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_UART_IRQHandler() 2254 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2272 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_UART_IRQHandler() 2280 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2288 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler() 2296 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_UART_IRQHandler() 2306 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_UART_IRQHandler() 2317 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_UART_IRQHandler() 2407 && ((isrflags & USART_ISR_IDLE) != 0U) in HAL_UART_IRQHandler() [all …]
|
D | stm32wbxx_hal_smartcard.c | 1872 uint32_t isrflags = READ_REG(hsmartcard->Instance->ISR); in HAL_SMARTCARD_IRQHandler() local 1879 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_SMARTCARD_IRQHandler() 1883 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_SMARTCARD_IRQHandler() 1901 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1909 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1917 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1925 if (((isrflags & USART_ISR_ORE) != 0U) in HAL_SMARTCARD_IRQHandler() 1936 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_SMARTCARD_IRQHandler() 1947 if (((isrflags & USART_ISR_RXNE_RXFNE) != 0U) in HAL_SMARTCARD_IRQHandler() 2083 if (((isrflags & USART_ISR_EOBF) != 0U) && ((cr1its & USART_CR1_EOBIE) != 0U)) in HAL_SMARTCARD_IRQHandler() [all …]
|
/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_smartcard.c | 1527 uint32_t isrflags = READ_REG(hsc->Instance->SR); in HAL_SMARTCARD_IRQHandler() local 1534 errorflags = (isrflags & (uint32_t)(USART_SR_PE | USART_SR_FE | USART_SR_ORE | USART_SR_NE)); in HAL_SMARTCARD_IRQHandler() 1538 if(((isrflags & USART_SR_RXNE) != RESET) && ((cr1its & USART_CR1_RXNEIE) != RESET)) in HAL_SMARTCARD_IRQHandler() 1549 if(((isrflags & SMARTCARD_FLAG_PE) != RESET) && ((cr1its & USART_CR1_PEIE) != RESET)) in HAL_SMARTCARD_IRQHandler() 1555 if(((isrflags & SMARTCARD_FLAG_FE) != RESET) && ((cr3its & USART_CR3_EIE) != RESET)) in HAL_SMARTCARD_IRQHandler() 1561 if(((isrflags & SMARTCARD_FLAG_NE) != RESET) && ((cr3its & USART_CR3_EIE) != RESET)) in HAL_SMARTCARD_IRQHandler() 1567 …if(((isrflags & SMARTCARD_FLAG_ORE) != RESET) && (((cr1its & USART_CR1_RXNEIE) != RESET) || ((cr3i… in HAL_SMARTCARD_IRQHandler() 1575 if(((isrflags & USART_SR_RXNE) != RESET) && ((cr1its & USART_CR1_RXNEIE) != RESET)) in HAL_SMARTCARD_IRQHandler() 1647 if(((isrflags & SMARTCARD_FLAG_TXE) != RESET) && ((cr1its & USART_CR1_TXEIE) != RESET)) in HAL_SMARTCARD_IRQHandler() 1654 if(((isrflags & SMARTCARD_FLAG_TC) != RESET) && ((cr1its & USART_CR1_TCIE) != RESET)) in HAL_SMARTCARD_IRQHandler()
|