|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_DMA2D_EnableIT_CE (DMA2D_TypeDef *DMA2Dx) |
| Enable Configuration Error Interrupt CR CEIE LL_DMA2D_EnableIT_CE. More... | |
| __STATIC_INLINE void | LL_DMA2D_EnableIT_CTC (DMA2D_TypeDef *DMA2Dx) |
| Enable CLUT Transfer Complete Interrupt CR CTCIE LL_DMA2D_EnableIT_CTC. More... | |
| __STATIC_INLINE void | LL_DMA2D_EnableIT_CAE (DMA2D_TypeDef *DMA2Dx) |
| Enable CLUT Access Error Interrupt CR CAEIE LL_DMA2D_EnableIT_CAE. More... | |
| __STATIC_INLINE void | LL_DMA2D_EnableIT_TW (DMA2D_TypeDef *DMA2Dx) |
| Enable Transfer Watermark Interrupt CR TWIE LL_DMA2D_EnableIT_TW. More... | |
| __STATIC_INLINE void | LL_DMA2D_EnableIT_TC (DMA2D_TypeDef *DMA2Dx) |
| Enable Transfer Complete Interrupt CR TCIE LL_DMA2D_EnableIT_TC. More... | |
| __STATIC_INLINE void | LL_DMA2D_EnableIT_TE (DMA2D_TypeDef *DMA2Dx) |
| Enable Transfer Error Interrupt CR TEIE LL_DMA2D_EnableIT_TE. More... | |
| __STATIC_INLINE void | LL_DMA2D_DisableIT_CE (DMA2D_TypeDef *DMA2Dx) |
| Disable Configuration Error Interrupt CR CEIE LL_DMA2D_DisableIT_CE. More... | |
| __STATIC_INLINE void | LL_DMA2D_DisableIT_CTC (DMA2D_TypeDef *DMA2Dx) |
| Disable CLUT Transfer Complete Interrupt CR CTCIE LL_DMA2D_DisableIT_CTC. More... | |
| __STATIC_INLINE void | LL_DMA2D_DisableIT_CAE (DMA2D_TypeDef *DMA2Dx) |
| Disable CLUT Access Error Interrupt CR CAEIE LL_DMA2D_DisableIT_CAE. More... | |
| __STATIC_INLINE void | LL_DMA2D_DisableIT_TW (DMA2D_TypeDef *DMA2Dx) |
| Disable Transfer Watermark Interrupt CR TWIE LL_DMA2D_DisableIT_TW. More... | |
| __STATIC_INLINE void | LL_DMA2D_DisableIT_TC (DMA2D_TypeDef *DMA2Dx) |
| Disable Transfer Complete Interrupt CR TCIE LL_DMA2D_DisableIT_TC. More... | |
| __STATIC_INLINE void | LL_DMA2D_DisableIT_TE (DMA2D_TypeDef *DMA2Dx) |
| Disable Transfer Error Interrupt CR TEIE LL_DMA2D_DisableIT_TE. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_IsEnabledIT_CE (DMA2D_TypeDef *DMA2Dx) |
| Check if the DMA2D Configuration Error interrupt source is enabled or disabled. CR CEIE LL_DMA2D_IsEnabledIT_CE. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_IsEnabledIT_CTC (DMA2D_TypeDef *DMA2Dx) |
| Check if the DMA2D CLUT Transfer Complete interrupt source is enabled or disabled. CR CTCIE LL_DMA2D_IsEnabledIT_CTC. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_IsEnabledIT_CAE (DMA2D_TypeDef *DMA2Dx) |
| Check if the DMA2D CLUT Access Error interrupt source is enabled or disabled. CR CAEIE LL_DMA2D_IsEnabledIT_CAE. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_IsEnabledIT_TW (DMA2D_TypeDef *DMA2Dx) |
| Check if the DMA2D Transfer Watermark interrupt source is enabled or disabled. CR TWIE LL_DMA2D_IsEnabledIT_TW. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_IsEnabledIT_TC (DMA2D_TypeDef *DMA2Dx) |
| Check if the DMA2D Transfer Complete interrupt source is enabled or disabled. CR TCIE LL_DMA2D_IsEnabledIT_TC. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_IsEnabledIT_TE (DMA2D_TypeDef *DMA2Dx) |
| Check if the DMA2D Transfer Error interrupt source is enabled or disabled. CR TEIE LL_DMA2D_IsEnabledIT_TE. More... | |
| __STATIC_INLINE void LL_DMA2D_DisableIT_CAE | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Disable CLUT Access Error Interrupt CR CAEIE LL_DMA2D_DisableIT_CAE.
| DMA2Dx | DMA2D Instance |
| None |
Definition at line 2005 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE void LL_DMA2D_DisableIT_CE | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Disable Configuration Error Interrupt CR CEIE LL_DMA2D_DisableIT_CE.
| DMA2Dx | DMA2D Instance |
| None |
Definition at line 1983 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE void LL_DMA2D_DisableIT_CTC | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Disable CLUT Transfer Complete Interrupt CR CTCIE LL_DMA2D_DisableIT_CTC.
| DMA2Dx | DMA2D Instance |
| None |
Definition at line 1994 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE void LL_DMA2D_DisableIT_TC | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Disable Transfer Complete Interrupt CR TCIE LL_DMA2D_DisableIT_TC.
| DMA2Dx | DMA2D Instance |
| None |
Definition at line 2027 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE void LL_DMA2D_DisableIT_TE | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Disable Transfer Error Interrupt CR TEIE LL_DMA2D_DisableIT_TE.
| DMA2Dx | DMA2D Instance |
| None |
Definition at line 2038 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE void LL_DMA2D_DisableIT_TW | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Disable Transfer Watermark Interrupt CR TWIE LL_DMA2D_DisableIT_TW.
| DMA2Dx | DMA2D Instance |
| None |
Definition at line 2016 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE void LL_DMA2D_EnableIT_CAE | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Enable CLUT Access Error Interrupt CR CAEIE LL_DMA2D_EnableIT_CAE.
| DMA2Dx | DMA2D Instance |
| None |
Definition at line 1939 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE void LL_DMA2D_EnableIT_CE | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Enable Configuration Error Interrupt CR CEIE LL_DMA2D_EnableIT_CE.
| DMA2Dx | DMA2D Instance |
| None |
Definition at line 1917 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE void LL_DMA2D_EnableIT_CTC | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Enable CLUT Transfer Complete Interrupt CR CTCIE LL_DMA2D_EnableIT_CTC.
| DMA2Dx | DMA2D Instance |
| None |
Definition at line 1928 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE void LL_DMA2D_EnableIT_TC | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Enable Transfer Complete Interrupt CR TCIE LL_DMA2D_EnableIT_TC.
| DMA2Dx | DMA2D Instance |
| None |
Definition at line 1961 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE void LL_DMA2D_EnableIT_TE | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Enable Transfer Error Interrupt CR TEIE LL_DMA2D_EnableIT_TE.
| DMA2Dx | DMA2D Instance |
| None |
Definition at line 1972 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE void LL_DMA2D_EnableIT_TW | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Enable Transfer Watermark Interrupt CR TWIE LL_DMA2D_EnableIT_TW.
| DMA2Dx | DMA2D Instance |
| None |
Definition at line 1950 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_CAE | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Check if the DMA2D CLUT Access Error interrupt source is enabled or disabled. CR CAEIE LL_DMA2D_IsEnabledIT_CAE.
| DMA2Dx | DMA2D Instance |
| State | of bit (1 or 0). |
Definition at line 2071 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_CE | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Check if the DMA2D Configuration Error interrupt source is enabled or disabled. CR CEIE LL_DMA2D_IsEnabledIT_CE.
| DMA2Dx | DMA2D Instance |
| State | of bit (1 or 0). |
Definition at line 2049 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_CTC | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Check if the DMA2D CLUT Transfer Complete interrupt source is enabled or disabled. CR CTCIE LL_DMA2D_IsEnabledIT_CTC.
| DMA2Dx | DMA2D Instance |
| State | of bit (1 or 0). |
Definition at line 2060 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_TC | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Check if the DMA2D Transfer Complete interrupt source is enabled or disabled. CR TCIE LL_DMA2D_IsEnabledIT_TC.
| DMA2Dx | DMA2D Instance |
| State | of bit (1 or 0). |
Definition at line 2093 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_TE | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Check if the DMA2D Transfer Error interrupt source is enabled or disabled. CR TEIE LL_DMA2D_IsEnabledIT_TE.
| DMA2Dx | DMA2D Instance |
| State | of bit (1 or 0). |
Definition at line 2104 of file stm32l4xx_ll_dma2d.h.
| __STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_TW | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Check if the DMA2D Transfer Watermark interrupt source is enabled or disabled. CR TWIE LL_DMA2D_IsEnabledIT_TW.
| DMA2Dx | DMA2D Instance |
| State | of bit (1 or 0). |
Definition at line 2082 of file stm32l4xx_ll_dma2d.h.