Searched refs:itsources (Results 1 – 9 of 9) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_rcc_ex.c | 1035 uint32_t itsources = READ_REG(CRS->CR); in HAL_RCCEx_CRS_IRQHandler() local 1038 if(((itflags & RCC_CRS_FLAG_SYNCOK) != RESET) && ((itsources & RCC_CRS_IT_SYNCOK) != RESET)) in HAL_RCCEx_CRS_IRQHandler() 1047 …else if(((itflags & RCC_CRS_FLAG_SYNCWARN) != RESET) && ((itsources & RCC_CRS_IT_SYNCWARN) != RESE… in HAL_RCCEx_CRS_IRQHandler() 1056 else if(((itflags & RCC_CRS_FLAG_ESYNC) != RESET) && ((itsources & RCC_CRS_IT_ESYNC) != RESET)) in HAL_RCCEx_CRS_IRQHandler() 1067 if(((itflags & RCC_CRS_FLAG_ERR) != RESET) && ((itsources & RCC_CRS_IT_ERR) != RESET)) in HAL_RCCEx_CRS_IRQHandler()
|
D | stm32l0xx_hal_smbus.c | 1944 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 1947 if (((itflags & SMBUS_FLAG_BERR) != RESET) && ((itsources & SMBUS_IT_ERRI) != RESET)) in SMBUS_ITErrorHandler() 1956 if (((itflags & SMBUS_FLAG_OVR) != RESET) && ((itsources & SMBUS_IT_ERRI) != RESET)) in SMBUS_ITErrorHandler() 1965 if (((itflags & SMBUS_FLAG_ARLO) != RESET) && ((itsources & SMBUS_IT_ERRI) != RESET)) in SMBUS_ITErrorHandler() 1974 if (((itflags & SMBUS_FLAG_TIMEOUT) != RESET) && ((itsources & SMBUS_IT_ERRI) != RESET)) in SMBUS_ITErrorHandler() 1983 if (((itflags & SMBUS_FLAG_ALERT) != RESET) && ((itsources & SMBUS_IT_ERRI) != RESET)) in SMBUS_ITErrorHandler() 1992 if (((itflags & SMBUS_FLAG_PECERR) != RESET) && ((itsources & SMBUS_IT_ERRI) != RESET)) in SMBUS_ITErrorHandler()
|
D | stm32l0xx_hal_i2c.c | 2974 uint32_t itsources = READ_REG(hi2c->Instance->CR1); in HAL_I2C_EV_IRQHandler() local 2979 hi2c->XferISR(hi2c, itflags, itsources); in HAL_I2C_EV_IRQHandler() 2992 uint32_t itsources = READ_REG(hi2c->Instance->CR1); in HAL_I2C_ER_IRQHandler() local 2995 if (((itflags & I2C_FLAG_BERR) != RESET) && ((itsources & I2C_IT_ERRI) != RESET)) in HAL_I2C_ER_IRQHandler() 3004 if (((itflags & I2C_FLAG_OVR) != RESET) && ((itsources & I2C_IT_ERRI) != RESET)) in HAL_I2C_ER_IRQHandler() 3013 if (((itflags & I2C_FLAG_ARLO) != RESET) && ((itsources & I2C_IT_ERRI) != RESET)) in HAL_I2C_ER_IRQHandler()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_i2c.c | 3277 uint32_t itsources = READ_REG(hi2c->Instance->CR2); in HAL_I2C_EV_IRQHandler() local 3284 if(((sr1itflags & I2C_FLAG_SB) != RESET) && ((itsources & I2C_IT_EVT) != RESET)) in HAL_I2C_EV_IRQHandler() 3289 else if(((sr1itflags & I2C_FLAG_ADD10) != RESET) && ((itsources & I2C_IT_EVT) != RESET)) in HAL_I2C_EV_IRQHandler() 3294 else if(((sr1itflags & I2C_FLAG_ADDR) != RESET) && ((itsources & I2C_IT_EVT) != RESET)) in HAL_I2C_EV_IRQHandler() 3303 …if(((sr1itflags & I2C_FLAG_TXE) != RESET) && ((itsources & I2C_IT_BUF) != RESET) && ((sr1itflags &… in HAL_I2C_EV_IRQHandler() 3308 else if(((sr1itflags & I2C_FLAG_BTF) != RESET) && ((itsources & I2C_IT_EVT) != RESET)) in HAL_I2C_EV_IRQHandler() 3317 …if(((sr1itflags & I2C_FLAG_RXNE) != RESET) && ((itsources & I2C_IT_BUF) != RESET) && ((sr1itflags … in HAL_I2C_EV_IRQHandler() 3322 else if(((sr1itflags & I2C_FLAG_BTF) != RESET) && ((itsources & I2C_IT_EVT) != RESET)) in HAL_I2C_EV_IRQHandler() 3332 if(((sr1itflags & I2C_FLAG_ADDR) != RESET) && ((itsources & I2C_IT_EVT) != RESET)) in HAL_I2C_EV_IRQHandler() 3337 else if(((sr1itflags & I2C_FLAG_STOPF) != RESET) && ((itsources & I2C_IT_EVT) != RESET)) in HAL_I2C_EV_IRQHandler() [all …]
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_smbus.c | 2475 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler() local 2480 …if (((itflags & SMBUS_FLAG_BERR) == SMBUS_FLAG_BERR) && ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_E… in SMBUS_ITErrorHandler() 2489 …if (((itflags & SMBUS_FLAG_OVR) == SMBUS_FLAG_OVR) && ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_ERR… in SMBUS_ITErrorHandler() 2498 …if (((itflags & SMBUS_FLAG_ARLO) == SMBUS_FLAG_ARLO) && ((itsources & SMBUS_IT_ERRI) == SMBUS_IT_E… in SMBUS_ITErrorHandler() 2507 …if (((itflags & SMBUS_FLAG_TIMEOUT) == SMBUS_FLAG_TIMEOUT) && ((itsources & SMBUS_IT_ERRI) == SMBU… in SMBUS_ITErrorHandler() 2516 …if (((itflags & SMBUS_FLAG_ALERT) == SMBUS_FLAG_ALERT) && ((itsources & SMBUS_IT_ERRI) == SMBUS_IT… in SMBUS_ITErrorHandler() 2525 …if (((itflags & SMBUS_FLAG_PECERR) == SMBUS_FLAG_PECERR) && ((itsources & SMBUS_IT_ERRI) == SMBUS_… in SMBUS_ITErrorHandler()
|
D | stm32l4xx_hal_sai.c | 1793 uint32_t itsources = hsai->Instance->IMR; in HAL_SAI_IRQHandler() local 1798 if (((itflags & SAI_xSR_FREQ) == SAI_xSR_FREQ) && ((itsources & SAI_IT_FREQ) == SAI_IT_FREQ)) in HAL_SAI_IRQHandler() 1803 …else if (((itflags & SAI_FLAG_OVRUDR) == SAI_FLAG_OVRUDR) && ((itsources & SAI_IT_OVRUDR) == SAI_I… in HAL_SAI_IRQHandler() 1819 …else if (((itflags & SAI_FLAG_MUTEDET) == SAI_FLAG_MUTEDET) && ((itsources & SAI_IT_MUTEDET) == SA… in HAL_SAI_IRQHandler() 1831 …else if (((itflags & SAI_FLAG_AFSDET) == SAI_FLAG_AFSDET) && ((itsources & SAI_IT_AFSDET) == SAI_I… in HAL_SAI_IRQHandler() 1886 …else if (((itflags & SAI_FLAG_LFSDET) == SAI_FLAG_LFSDET) && ((itsources & SAI_IT_LFSDET) == SAI_I… in HAL_SAI_IRQHandler() 1941 …else if (((itflags & SAI_FLAG_WCKCFG) == SAI_FLAG_WCKCFG) && ((itsources & SAI_IT_WCKCFG) == SAI_I… in HAL_SAI_IRQHandler() 2002 …else if (((itflags & SAI_FLAG_CNRDY) == SAI_FLAG_CNRDY) && ((itsources & SAI_IT_CNRDY) == SAI_IT_C… in HAL_SAI_IRQHandler()
|
D | stm32l4xx_hal_ltdc.c | 582 uint32_t itsources = READ_REG(hltdc->Instance->IER); in HAL_LTDC_IRQHandler() local 585 if(((isrflags & LTDC_ISR_TERRIF) != 0U) && ((itsources & LTDC_IER_TERRIE) != 0U)) in HAL_LTDC_IRQHandler() 613 if(((isrflags & LTDC_ISR_FUIF) != 0U) && ((itsources & LTDC_IER_FUIE) != 0U)) in HAL_LTDC_IRQHandler() 641 if(((isrflags & LTDC_ISR_LIF) != 0U) && ((itsources & LTDC_IER_LIE) != 0U)) in HAL_LTDC_IRQHandler() 666 if(((isrflags & LTDC_ISR_RRIF) != 0U) && ((itsources & LTDC_IER_RRIE) != 0U)) in HAL_LTDC_IRQHandler()
|
D | stm32l4xx_hal_rcc_ex.c | 2743 uint32_t itsources = READ_REG(CRS->CR); in HAL_RCCEx_CRS_IRQHandler() local 2746 if(((itflags & RCC_CRS_FLAG_SYNCOK) != 0U) && ((itsources & RCC_CRS_IT_SYNCOK) != 0U)) in HAL_RCCEx_CRS_IRQHandler() 2755 else if(((itflags & RCC_CRS_FLAG_SYNCWARN) != 0U) && ((itsources & RCC_CRS_IT_SYNCWARN) != 0U)) in HAL_RCCEx_CRS_IRQHandler() 2764 else if(((itflags & RCC_CRS_FLAG_ESYNC) != 0U) && ((itsources & RCC_CRS_IT_ESYNC) != 0U)) in HAL_RCCEx_CRS_IRQHandler() 2775 if(((itflags & RCC_CRS_FLAG_ERR) != 0U) && ((itsources & RCC_CRS_IT_ERR) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
|
D | stm32l4xx_hal_i2c.c | 4317 uint32_t itsources = READ_REG(hi2c->Instance->CR1); in HAL_I2C_EV_IRQHandler() local 4322 hi2c->XferISR(hi2c, itflags, itsources); in HAL_I2C_EV_IRQHandler() 4335 uint32_t itsources = READ_REG(hi2c->Instance->CR1); in HAL_I2C_ER_IRQHandler() local 4339 …if ((I2C_CHECK_FLAG(itflags, I2C_FLAG_BERR) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_ER… in HAL_I2C_ER_IRQHandler() 4348 …if ((I2C_CHECK_FLAG(itflags, I2C_FLAG_OVR) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_ERR… in HAL_I2C_ER_IRQHandler() 4357 …if ((I2C_CHECK_FLAG(itflags, I2C_FLAG_ARLO) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_ER… in HAL_I2C_ER_IRQHandler()
|