/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_smbus.c | 1532 uint32_t itsources = READ_REG(hsmbus->Instance->CR2); in HAL_SMBUS_EV_IRQHandler() local 1540 if (((sr1itflags & SMBUS_FLAG_SB) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler() 1545 else if (((sr1itflags & SMBUS_FLAG_ADD10) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler() 1550 else if (((sr1itflags & SMBUS_FLAG_ADDR) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler() 1558 …if (((sr1itflags & SMBUS_FLAG_TXE) != RESET) && ((itsources & SMBUS_IT_BUF) != RESET) && ((sr1itfl… in HAL_SMBUS_EV_IRQHandler() 1563 else if (((sr1itflags & SMBUS_FLAG_BTF) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler() 1572 …if (((sr1itflags & SMBUS_FLAG_RXNE) != RESET) && ((itsources & SMBUS_IT_BUF) != RESET) && ((sr1itf… in HAL_SMBUS_EV_IRQHandler() 1577 else if (((sr1itflags & SMBUS_FLAG_BTF) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler() 1587 if (((sr1itflags & SMBUS_FLAG_ADDR) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler() 1592 else if (((sr1itflags & SMBUS_FLAG_STOPF) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler() [all …]
|
D | stm32l1xx_hal_i2c.c | 4769 uint32_t itsources = READ_REG(hi2c->Instance->CR2); in HAL_I2C_EV_IRQHandler() local 4787 …if ((I2C_CHECK_FLAG(sr1itflags, I2C_FLAG_SB) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_E… in HAL_I2C_EV_IRQHandler() 4795 …HECK_FLAG(sr1itflags, I2C_FLAG_ADD10) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_EVT) != … in HAL_I2C_EV_IRQHandler() 4800 …else if ((I2C_CHECK_FLAG(sr1itflags, I2C_FLAG_ADDR) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I… in HAL_I2C_EV_IRQHandler() 4811 …if ((I2C_CHECK_FLAG(sr1itflags, I2C_FLAG_TXE) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_… in HAL_I2C_EV_IRQHandler() 4816 …_CHECK_FLAG(sr1itflags, I2C_FLAG_BTF) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_EVT) != … in HAL_I2C_EV_IRQHandler() 4843 …if ((I2C_CHECK_FLAG(sr1itflags, I2C_FLAG_RXNE) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT… in HAL_I2C_EV_IRQHandler() 4848 …_CHECK_FLAG(sr1itflags, I2C_FLAG_BTF) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_EVT) != … in HAL_I2C_EV_IRQHandler() 4875 …if ((I2C_CHECK_FLAG(sr1itflags, I2C_FLAG_ADDR) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT… in HAL_I2C_EV_IRQHandler() 4885 …HECK_FLAG(sr1itflags, I2C_FLAG_STOPF) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_EVT) != … in HAL_I2C_EV_IRQHandler() [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_smbus.c | 1520 uint32_t itsources = READ_REG(hsmbus->Instance->CR2); in HAL_SMBUS_EV_IRQHandler() local 1528 if (((sr1itflags & SMBUS_FLAG_SB) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler() 1533 else if (((sr1itflags & SMBUS_FLAG_ADD10) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler() 1538 else if (((sr1itflags & SMBUS_FLAG_ADDR) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler() 1546 …if (((sr1itflags & SMBUS_FLAG_TXE) != RESET) && ((itsources & SMBUS_IT_BUF) != RESET) && ((sr1itfl… in HAL_SMBUS_EV_IRQHandler() 1551 else if (((sr1itflags & SMBUS_FLAG_BTF) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler() 1560 …if (((sr1itflags & SMBUS_FLAG_RXNE) != RESET) && ((itsources & SMBUS_IT_BUF) != RESET) && ((sr1itf… in HAL_SMBUS_EV_IRQHandler() 1565 else if (((sr1itflags & SMBUS_FLAG_BTF) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler() 1575 if (((sr1itflags & SMBUS_FLAG_ADDR) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler() 1580 else if (((sr1itflags & SMBUS_FLAG_STOPF) != RESET) && ((itsources & SMBUS_IT_EVT) != RESET)) in HAL_SMBUS_EV_IRQHandler() [all …]
|
D | stm32f4xx_hal_sai.c | 1606 uint32_t itsources = hsai->Instance->IMR; 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()
|
D | stm32f4xx_hal_fmpsmbus.c | 2523 uint32_t itsources = READ_REG(hfmpsmbus->Instance->CR1); in FMPSMBUS_ITErrorHandler() local 2529 ((itsources & FMPSMBUS_IT_ERRI) == FMPSMBUS_IT_ERRI)) in FMPSMBUS_ITErrorHandler() 2539 ((itsources & FMPSMBUS_IT_ERRI) == FMPSMBUS_IT_ERRI)) in FMPSMBUS_ITErrorHandler() 2549 ((itsources & FMPSMBUS_IT_ERRI) == FMPSMBUS_IT_ERRI)) in FMPSMBUS_ITErrorHandler() 2559 ((itsources & FMPSMBUS_IT_ERRI) == FMPSMBUS_IT_ERRI)) in FMPSMBUS_ITErrorHandler() 2569 ((itsources & FMPSMBUS_IT_ERRI) == FMPSMBUS_IT_ERRI)) in FMPSMBUS_ITErrorHandler() 2579 ((itsources & FMPSMBUS_IT_ERRI) == FMPSMBUS_IT_ERRI)) in FMPSMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_rcc_ex.c | 830 uint32_t itsources = READ_REG(CRS->CR); 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()
|
D | stm32f0xx_hal_smbus.c | 2526 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2532 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2542 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2552 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2562 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2572 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2582 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_rcc_ex.c | 1092 uint32_t itsources = READ_REG(CRS->CR); 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()
|
D | stm32l0xx_hal_smbus.c | 2526 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2532 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2542 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2552 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2562 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2572 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2582 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_sai.c | 1627 uint32_t itsources = hsai->Instance->IMR; 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()
|
D | stm32f7xx_hal_smbus.c | 2526 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2532 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2542 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2552 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2562 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2572 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2582 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_smbus.c | 2524 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2530 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2540 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2550 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2560 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2570 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2580 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_smbus.c | 2557 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2563 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2573 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2583 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2593 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2603 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2613 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_smbus.c | 2539 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2545 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2555 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2565 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2575 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2585 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2595 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_smbus.c | 2557 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2563 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2573 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2583 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2593 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2603 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2613 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_smbus.c | 2558 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2564 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2574 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2584 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2594 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2604 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2614 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_smbus.c | 2526 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2532 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2542 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2552 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2562 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2572 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2582 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_smbus.c | 2526 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2532 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2542 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2552 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2562 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2572 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2582 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_smbus.c | 2526 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2532 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2542 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2552 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2562 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2572 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2582 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_smbus.c | 2549 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2555 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2565 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2575 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2585 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2595 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2605 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_smbus.c | 2526 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2532 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2542 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2552 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2562 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2572 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2582 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_smbus.c | 2539 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2545 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2555 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2565 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2575 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2585 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2595 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_smbus.c | 2539 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2545 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2555 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2565 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2575 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2585 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2595 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_smbus.c | 2526 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2532 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2542 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2552 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2562 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2572 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler() 2582 ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERRI)) in SMBUS_ITErrorHandler()
|
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_i2c.c | 4781 uint32_t itsources = READ_REG(hi2c->Instance->CR2); in HAL_I2C_EV_IRQHandler() local 4799 …if ((I2C_CHECK_FLAG(sr1itflags, I2C_FLAG_SB) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_E… in HAL_I2C_EV_IRQHandler() 4807 …HECK_FLAG(sr1itflags, I2C_FLAG_ADD10) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_EVT) != … in HAL_I2C_EV_IRQHandler() 4812 …else if ((I2C_CHECK_FLAG(sr1itflags, I2C_FLAG_ADDR) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I… in HAL_I2C_EV_IRQHandler() 4823 …if ((I2C_CHECK_FLAG(sr1itflags, I2C_FLAG_TXE) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_… in HAL_I2C_EV_IRQHandler() 4828 …_CHECK_FLAG(sr1itflags, I2C_FLAG_BTF) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_EVT) != … in HAL_I2C_EV_IRQHandler() 4855 …if ((I2C_CHECK_FLAG(sr1itflags, I2C_FLAG_RXNE) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT… in HAL_I2C_EV_IRQHandler() 4860 …_CHECK_FLAG(sr1itflags, I2C_FLAG_BTF) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_EVT) != … in HAL_I2C_EV_IRQHandler() 4887 …if ((I2C_CHECK_FLAG(sr1itflags, I2C_FLAG_ADDR) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT… in HAL_I2C_EV_IRQHandler() 4897 …HECK_FLAG(sr1itflags, I2C_FLAG_STOPF) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_EVT) != … in HAL_I2C_EV_IRQHandler() [all …]
|