Searched refs:Interrupts (Results 1 – 6 of 6) sorted by relevance
186 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.Interrupts.Activation)); in HAL_GFXMMU_Init()207 if(hgfxmmu->Init.Interrupts.Activation == ENABLE) in HAL_GFXMMU_Init()209 assert_param(IS_GFXMMU_INTERRUPTS(hgfxmmu->Init.Interrupts.UsedInterrupts)); in HAL_GFXMMU_Init()210 hgfxmmu->Instance->CR |= hgfxmmu->Init.Interrupts.UsedInterrupts; in HAL_GFXMMU_Init()
202 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.Interrupts.Activation)); in HAL_GFXMMU_Init()244 if(hgfxmmu->Init.Interrupts.Activation == ENABLE) in HAL_GFXMMU_Init()246 assert_param(IS_GFXMMU_INTERRUPTS(hgfxmmu->Init.Interrupts.UsedInterrupts)); in HAL_GFXMMU_Init()247 hgfxmmu->Instance->CR |= hgfxmmu->Init.Interrupts.UsedInterrupts; in HAL_GFXMMU_Init()
215 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.Interrupts.Activation)); in HAL_GFXMMU_Init()270 if (hgfxmmu->Init.Interrupts.Activation == ENABLE) in HAL_GFXMMU_Init()272 assert_param(IS_GFXMMU_INTERRUPTS(hgfxmmu->Init.Interrupts.UsedInterrupts)); in HAL_GFXMMU_Init()273 hgfxmmu->Instance->CR |= hgfxmmu->Init.Interrupts.UsedInterrupts; in HAL_GFXMMU_Init()
85 GFXMMU_InterruptsTypeDef Interrupts; /*!< Interrupts parameters. */ member
109 GFXMMU_InterruptsTypeDef Interrupts; /*!< Interrupts parameters. */ member
132 GFXMMU_InterruptsTypeDef Interrupts; /*!< Interrupts parameters. */ member