Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dts.c1658 uint32_t tmp_reg1; in HAL_DTS_IRQHandler() local
1675 tmp_reg1 = psensor->TS_IER; in HAL_DTS_IRQHandler()
1677 interrupts = (tmp_reg1 & tmp_reg2); in HAL_DTS_IRQHandler()
Dstm32n6xx_hal_gfxtim.c1843 uint32_t tmp_reg1; in HAL_GFXTIM_IRQHandler() local
1848 tmp_reg1 = READ_REG(hgfxtim->Instance->ISR); in HAL_GFXTIM_IRQHandler()
1850 interrupts = tmp_reg1 & tmp_reg2; in HAL_GFXTIM_IRQHandler()
Dstm32n6xx_hal_mdf.c3011 uint32_t tmp_reg1; in HAL_MDF_IRQHandler() local
3016 tmp_reg1 = hmdf->Instance->DFLTIER; in HAL_MDF_IRQHandler()
3018 interrupts = (tmp_reg1 & tmp_reg2); in HAL_MDF_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gfxtim.c1843 uint32_t tmp_reg1; in HAL_GFXTIM_IRQHandler() local
1848 tmp_reg1 = READ_REG(hgfxtim->Instance->ISR); in HAL_GFXTIM_IRQHandler()
1850 interrupts = tmp_reg1 & tmp_reg2; in HAL_GFXTIM_IRQHandler()
Dstm32h7rsxx_hal_mdf.c1834 uint32_t tmp_reg1; in HAL_MDF_IRQHandler() local
1839 tmp_reg1 = hmdf->Instance->DFLTIER; in HAL_MDF_IRQHandler()
1841 interrupts = (tmp_reg1 & tmp_reg2); in HAL_MDF_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxtim.c1843 uint32_t tmp_reg1; in HAL_GFXTIM_IRQHandler() local
1848 tmp_reg1 = READ_REG(hgfxtim->Instance->ISR); in HAL_GFXTIM_IRQHandler()
1850 interrupts = tmp_reg1 & tmp_reg2; in HAL_GFXTIM_IRQHandler()
Dstm32u5xx_hal_mdf.c3015 uint32_t tmp_reg1; in HAL_MDF_IRQHandler() local
3020 tmp_reg1 = hmdf->Instance->DFLTIER; in HAL_MDF_IRQHandler()
3022 interrupts = (tmp_reg1 & tmp_reg2); in HAL_MDF_IRQHandler()