Home
last modified time | relevance | path

Searched refs:tmp_reg2 (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dts.c1659 uint32_t tmp_reg2; in HAL_DTS_IRQHandler() local
1676 tmp_reg2 = psensor->TS_ISR; in HAL_DTS_IRQHandler()
1677 interrupts = (tmp_reg1 & tmp_reg2); in HAL_DTS_IRQHandler()
Dstm32n6xx_hal_gfxtim.c1844 uint32_t tmp_reg2; in HAL_GFXTIM_IRQHandler() local
1849 tmp_reg2 = READ_REG(hgfxtim->Instance->IER); in HAL_GFXTIM_IRQHandler()
1850 interrupts = tmp_reg1 & tmp_reg2; in HAL_GFXTIM_IRQHandler()
Dstm32n6xx_hal_mdf.c3012 uint32_t tmp_reg2; in HAL_MDF_IRQHandler() local
3017 tmp_reg2 = hmdf->Instance->DFLTISR; in HAL_MDF_IRQHandler()
3018 interrupts = (tmp_reg1 & tmp_reg2); in HAL_MDF_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gfxtim.c1844 uint32_t tmp_reg2; in HAL_GFXTIM_IRQHandler() local
1849 tmp_reg2 = READ_REG(hgfxtim->Instance->IER); in HAL_GFXTIM_IRQHandler()
1850 interrupts = tmp_reg1 & tmp_reg2; in HAL_GFXTIM_IRQHandler()
Dstm32h7rsxx_hal_mdf.c1835 uint32_t tmp_reg2; in HAL_MDF_IRQHandler() local
1840 tmp_reg2 = hmdf->Instance->DFLTISR; in HAL_MDF_IRQHandler()
1841 interrupts = (tmp_reg1 & tmp_reg2); in HAL_MDF_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxtim.c1844 uint32_t tmp_reg2; in HAL_GFXTIM_IRQHandler() local
1849 tmp_reg2 = READ_REG(hgfxtim->Instance->IER); in HAL_GFXTIM_IRQHandler()
1850 interrupts = tmp_reg1 & tmp_reg2; in HAL_GFXTIM_IRQHandler()
Dstm32u5xx_hal_mdf.c3016 uint32_t tmp_reg2; in HAL_MDF_IRQHandler() local
3021 tmp_reg2 = hmdf->Instance->DFLTISR; in HAL_MDF_IRQHandler()
3022 interrupts = (tmp_reg1 & tmp_reg2); in HAL_MDF_IRQHandler()