Home
last modified time | relevance | path

Searched refs:itflags (Results 1 – 25 of 61) sorted by relevance

123

/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc_ex.c829 uint32_t itflags = READ_REG(CRS->ISR); in HAL_RCCEx_CRS_IRQHandler() local
833 if(((itflags & RCC_CRS_FLAG_SYNCOK) != RESET) && ((itsources & RCC_CRS_IT_SYNCOK) != RESET)) in HAL_RCCEx_CRS_IRQHandler()
842 …else if(((itflags & RCC_CRS_FLAG_SYNCWARN) != RESET) && ((itsources & RCC_CRS_IT_SYNCWARN) != RESE… in HAL_RCCEx_CRS_IRQHandler()
851 else if(((itflags & RCC_CRS_FLAG_ESYNC) != RESET) && ((itsources & RCC_CRS_IT_ESYNC) != RESET)) in HAL_RCCEx_CRS_IRQHandler()
862 if(((itflags & RCC_CRS_FLAG_ERR) != RESET) && ((itsources & RCC_CRS_IT_ERR) != RESET)) in HAL_RCCEx_CRS_IRQHandler()
864 if((itflags & RCC_CRS_FLAG_SYNCERR) != RESET) in HAL_RCCEx_CRS_IRQHandler()
868 if((itflags & RCC_CRS_FLAG_SYNCMISS) != RESET) in HAL_RCCEx_CRS_IRQHandler()
872 if((itflags & RCC_CRS_FLAG_TRIMOVF) != RESET) in HAL_RCCEx_CRS_IRQHandler()
Dstm32f0xx_hal_smbus.c2525 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2531 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2541 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2551 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2561 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2571 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2581 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc_ex.c1091 uint32_t itflags = READ_REG(CRS->ISR); in HAL_RCCEx_CRS_IRQHandler() local
1095 if(((itflags & RCC_CRS_FLAG_SYNCOK) != 0U) && ((itsources & RCC_CRS_IT_SYNCOK) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1104 else if(((itflags & RCC_CRS_FLAG_SYNCWARN) != 0U) && ((itsources & RCC_CRS_IT_SYNCWARN) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1113 else if(((itflags & RCC_CRS_FLAG_ESYNC) != 0U) && ((itsources & RCC_CRS_IT_ESYNC) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1124 if(((itflags & RCC_CRS_FLAG_ERR) != 0U) && ((itsources & RCC_CRS_IT_ERR) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1126 if((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
1130 if((itflags & RCC_CRS_FLAG_SYNCMISS) != 0U) in HAL_RCCEx_CRS_IRQHandler()
1134 if((itflags & RCC_CRS_FLAG_TRIMOVF) != 0U) in HAL_RCCEx_CRS_IRQHandler()
Dstm32l0xx_hal_smbus.c2525 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2531 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2541 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2551 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2561 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2571 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2581 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c1542 uint32_t itflags = READ_REG(CRS->ISR); in HAL_RCCEx_CRS_IRQHandler() local
1546 if (((itflags & RCC_CRS_FLAG_SYNCOK) != 0U) && ((itsources & RCC_CRS_IT_SYNCOK) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1555 else if (((itflags & RCC_CRS_FLAG_SYNCWARN) != 0U) && ((itsources & RCC_CRS_IT_SYNCWARN) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1564 else if (((itflags & RCC_CRS_FLAG_ESYNC) != 0U) && ((itsources & RCC_CRS_IT_ESYNC) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1575 if (((itflags & RCC_CRS_FLAG_ERR) != 0U) && ((itsources & RCC_CRS_IT_ERR) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1577 if ((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
1581 if ((itflags & RCC_CRS_FLAG_SYNCMISS) != 0U) in HAL_RCCEx_CRS_IRQHandler()
1585 if ((itflags & RCC_CRS_FLAG_TRIMOVF) != 0U) in HAL_RCCEx_CRS_IRQHandler()
Dstm32g0xx_hal_smbus.c2525 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2531 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2541 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2551 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2561 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2571 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2581 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c1685 uint32_t itflags = READ_REG(CRS->ISR); in HAL_RCCEx_CRS_IRQHandler() local
1689 if(((itflags & RCC_CRS_FLAG_SYNCOK) != 0U) && ((itsources & RCC_CRS_IT_SYNCOK) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1698 else if(((itflags & RCC_CRS_FLAG_SYNCWARN) != 0U) && ((itsources & RCC_CRS_IT_SYNCWARN) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1707 else if(((itflags & RCC_CRS_FLAG_ESYNC) != 0U) && ((itsources & RCC_CRS_IT_ESYNC) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1718 if(((itflags & RCC_CRS_FLAG_ERR) != 0U) && ((itsources & RCC_CRS_IT_ERR) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1720 if((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
1724 if((itflags & RCC_CRS_FLAG_SYNCMISS) != 0U) in HAL_RCCEx_CRS_IRQHandler()
1728 if((itflags & RCC_CRS_FLAG_TRIMOVF) != 0U) in HAL_RCCEx_CRS_IRQHandler()
Dstm32g4xx_hal_smbus.c2538 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2544 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2554 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2564 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2574 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2584 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2594 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c1772 uint32_t itflags = READ_REG(CRS->ISR); in HAL_RCCEx_CRS_IRQHandler() local
1776 if (((itflags & RCC_CRS_FLAG_SYNCOK) != 0U) && ((itsources & RCC_CRS_IT_SYNCOK) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1785 else if (((itflags & RCC_CRS_FLAG_SYNCWARN) != 0U) && ((itsources & RCC_CRS_IT_SYNCWARN) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1794 else if (((itflags & RCC_CRS_FLAG_ESYNC) != 0U) && ((itsources & RCC_CRS_IT_ESYNC) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1805 if (((itflags & RCC_CRS_FLAG_ERR) != 0U) && ((itsources & RCC_CRS_IT_ERR) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
1807 if ((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
1811 if ((itflags & RCC_CRS_FLAG_SYNCMISS) != 0U) in HAL_RCCEx_CRS_IRQHandler()
1815 if ((itflags & RCC_CRS_FLAG_TRIMOVF) != 0U) in HAL_RCCEx_CRS_IRQHandler()
Dstm32wbxx_hal_smbus.c2557 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2563 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2573 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2583 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2593 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2603 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2613 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_sai.c1626 uint32_t itflags = hsai->Instance->SR; in HAL_SAI_IRQHandler() local
1632 if (((itflags & SAI_xSR_FREQ) == SAI_xSR_FREQ) && ((itsources & SAI_IT_FREQ) == SAI_IT_FREQ)) in HAL_SAI_IRQHandler()
1637 …else if (((itflags & SAI_FLAG_OVRUDR) == SAI_FLAG_OVRUDR) && ((itsources & SAI_IT_OVRUDR) == SAI_I… in HAL_SAI_IRQHandler()
1653 …else if (((itflags & SAI_FLAG_MUTEDET) == SAI_FLAG_MUTEDET) && ((itsources & SAI_IT_MUTEDET) == SA… in HAL_SAI_IRQHandler()
1665 …else if (((itflags & SAI_FLAG_AFSDET) == SAI_FLAG_AFSDET) && ((itsources & SAI_IT_AFSDET) == SAI_I… in HAL_SAI_IRQHandler()
1706 …else if (((itflags & SAI_FLAG_LFSDET) == SAI_FLAG_LFSDET) && ((itsources & SAI_IT_LFSDET) == SAI_I… in HAL_SAI_IRQHandler()
1747 …else if (((itflags & SAI_FLAG_WCKCFG) == SAI_FLAG_WCKCFG) && ((itsources & SAI_IT_WCKCFG) == SAI_I… in HAL_SAI_IRQHandler()
1791 …else if (((itflags & SAI_FLAG_CNRDY) == SAI_FLAG_CNRDY) && ((itsources & SAI_IT_CNRDY) == SAI_IT_C… in HAL_SAI_IRQHandler()
Dstm32f7xx_hal_smbus.c2525 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2531 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2541 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2551 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2561 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2571 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2581 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sai.c1605 uint32_t itflags = hsai->Instance->SR; in HAL_SAI_IRQHandler() local
1611 if (((itflags & SAI_xSR_FREQ) == SAI_xSR_FREQ) && ((itsources & SAI_IT_FREQ) == SAI_IT_FREQ)) in HAL_SAI_IRQHandler()
1616 …else if (((itflags & SAI_FLAG_OVRUDR) == SAI_FLAG_OVRUDR) && ((itsources & SAI_IT_OVRUDR) == SAI_I… in HAL_SAI_IRQHandler()
1635 …else if (((itflags & SAI_FLAG_MUTEDET) == SAI_FLAG_MUTEDET) && ((itsources & SAI_IT_MUTEDET) == SA… in HAL_SAI_IRQHandler()
1648 …else if (((itflags & SAI_FLAG_AFSDET) == SAI_FLAG_AFSDET) && ((itsources & SAI_IT_AFSDET) == SAI_I… in HAL_SAI_IRQHandler()
1691 …else if (((itflags & SAI_FLAG_LFSDET) == SAI_FLAG_LFSDET) && ((itsources & SAI_IT_LFSDET) == SAI_I… in HAL_SAI_IRQHandler()
1734 …else if (((itflags & SAI_FLAG_WCKCFG) == SAI_FLAG_WCKCFG) && ((itsources & SAI_IT_WCKCFG) == SAI_I… in HAL_SAI_IRQHandler()
1785 …else if (((itflags & SAI_FLAG_CNRDY) == SAI_FLAG_CNRDY) && ((itsources & SAI_IT_CNRDY) == SAI_IT_C… in HAL_SAI_IRQHandler()
Dstm32f4xx_hal_fmpsmbus.c2522 uint32_t itflags = READ_REG(hfmpsmbus->Instance->ISR); in FMPSMBUS_ITErrorHandler() local
2528 if (((itflags & FMPSMBUS_FLAG_BERR) == FMPSMBUS_FLAG_BERR) && \ in FMPSMBUS_ITErrorHandler()
2538 if (((itflags & FMPSMBUS_FLAG_OVR) == FMPSMBUS_FLAG_OVR) && \ in FMPSMBUS_ITErrorHandler()
2548 if (((itflags & FMPSMBUS_FLAG_ARLO) == FMPSMBUS_FLAG_ARLO) && \ in FMPSMBUS_ITErrorHandler()
2558 if (((itflags & FMPSMBUS_FLAG_TIMEOUT) == FMPSMBUS_FLAG_TIMEOUT) && \ in FMPSMBUS_ITErrorHandler()
2568 if (((itflags & FMPSMBUS_FLAG_ALERT) == FMPSMBUS_FLAG_ALERT) && \ in FMPSMBUS_ITErrorHandler()
2578 if (((itflags & FMPSMBUS_FLAG_PECERR) == FMPSMBUS_FLAG_PECERR) && \ in FMPSMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c2292 uint32_t itflags = READ_REG(CRS->ISR); in HAL_RCCEx_CRS_IRQHandler() local
2296 if (((itflags & RCC_CRS_FLAG_SYNCOK) != 0U) && ((itsources & RCC_CRS_IT_SYNCOK) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
2305 else if (((itflags & RCC_CRS_FLAG_SYNCWARN) != 0U) && ((itsources & RCC_CRS_IT_SYNCWARN) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
2314 else if (((itflags & RCC_CRS_FLAG_ESYNC) != 0U) && ((itsources & RCC_CRS_IT_ESYNC) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
2325 if (((itflags & RCC_CRS_FLAG_ERR) != 0U) && ((itsources & RCC_CRS_IT_ERR) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
2327 if ((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
2331 if ((itflags & RCC_CRS_FLAG_SYNCMISS) != 0U) in HAL_RCCEx_CRS_IRQHandler()
2335 if ((itflags & RCC_CRS_FLAG_TRIMOVF) != 0U) in HAL_RCCEx_CRS_IRQHandler()
Dstm32l5xx_hal_smbus.c2525 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2531 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2541 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2551 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2561 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2571 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2581 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_smbus.c2523 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2529 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2539 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2549 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2559 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2569 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2579 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_smbus.c2556 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2562 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2572 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2582 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2592 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2602 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2612 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_smbus.c2538 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2544 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2554 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2564 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2574 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2584 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2594 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_smbus.c2556 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2562 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2572 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2582 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2592 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2602 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2612 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_smbus.c2525 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2531 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2541 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2551 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2561 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2571 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2581 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_smbus.c2525 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2531 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2541 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2551 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2561 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2571 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2581 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_smbus.c2548 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2554 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2564 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2574 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2584 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2594 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2604 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_smbus.c2525 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2531 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2541 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2551 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2561 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2571 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2581 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_smbus.c2538 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler() local
2544 if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && \ in SMBUS_ITErrorHandler()
2554 if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && \ in SMBUS_ITErrorHandler()
2564 if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && \ in SMBUS_ITErrorHandler()
2574 if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && \ in SMBUS_ITErrorHandler()
2584 if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && \ in SMBUS_ITErrorHandler()
2594 if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && \ in SMBUS_ITErrorHandler()

123