|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
| #define | __HAL_DSI_RESET_HANDLE_STATE(__HANDLE__) |
| Reset DSI handle state. | |
| #define | __HAL_DSI_ENABLE(__HANDLE__) |
| Enables the DSI host. | |
| #define | __HAL_DSI_DISABLE(__HANDLE__) |
| Disables the DSI host. | |
| #define | __HAL_DSI_WRAPPER_ENABLE(__HANDLE__) |
| Enables the DSI wrapper. | |
| #define | __HAL_DSI_WRAPPER_DISABLE(__HANDLE__) |
| Disable the DSI wrapper. | |
| #define | __HAL_DSI_PLL_ENABLE(__HANDLE__) |
| Enables the DSI PLL. | |
| #define | __HAL_DSI_PLL_DISABLE(__HANDLE__) |
| Disables the DSI PLL. | |
| #define | __HAL_DSI_REG_ENABLE(__HANDLE__) |
| Enables the DSI regulator. | |
| #define | __HAL_DSI_REG_DISABLE(__HANDLE__) |
| Disables the DSI regulator. | |
| #define | __HAL_DSI_GET_FLAG(__HANDLE__, __FLAG__) |
| Get the DSI pending flags. | |
| #define | __HAL_DSI_CLEAR_FLAG(__HANDLE__, __FLAG__) |
| Clears the DSI pending flags. | |
| #define | __HAL_DSI_ENABLE_IT(__HANDLE__, __INTERRUPT__) |
| Enables the specified DSI interrupts. | |
| #define | __HAL_DSI_DISABLE_IT(__HANDLE__, __INTERRUPT__) |
| Disables the specified DSI interrupts. | |
| #define | __HAL_DSI_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) |
| Checks whether the specified DSI interrupt source is enabled or not. | |
| #define __HAL_DSI_RESET_HANDLE_STATE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_dsi.h>
Reset DSI handle state.
| __HANDLE__ | DSI handle |
| None |
Definition at line 942 of file stm32f4xx_hal_dsi.h.
| #define __HAL_DSI_ENABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_dsi.h>
Enables the DSI host.
| __HANDLE__ | DSI handle |
| None. |
Definition at line 950 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_Init(), and HAL_DSI_Start().
| #define __HAL_DSI_DISABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_dsi.h>
Disables the DSI host.
| __HANDLE__ | DSI handle |
| None. |
Definition at line 963 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_DeInit(), HAL_DSI_Init(), and HAL_DSI_Stop().
| #define __HAL_DSI_WRAPPER_ENABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_dsi.h>
Enables the DSI wrapper.
| __HANDLE__ | DSI handle |
| None. |
Definition at line 976 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_Start().
| #define __HAL_DSI_WRAPPER_DISABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_dsi.h>
Disable the DSI wrapper.
| __HANDLE__ | DSI handle |
| None. |
Definition at line 989 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_DeInit(), and HAL_DSI_Stop().
| #define __HAL_DSI_PLL_ENABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_dsi.h>
Enables the DSI PLL.
| __HANDLE__ | DSI handle |
| None. |
Definition at line 1002 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ExitULPM(), HAL_DSI_ExitULPMData(), and HAL_DSI_Init().
| #define __HAL_DSI_PLL_DISABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_dsi.h>
Disables the DSI PLL.
| __HANDLE__ | DSI handle |
| None. |
Definition at line 1015 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_DeInit(), and HAL_DSI_EnterULPM().
| #define __HAL_DSI_REG_ENABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_dsi.h>
Enables the DSI regulator.
| __HANDLE__ | DSI handle |
| None. |
Definition at line 1028 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_Init().
| #define __HAL_DSI_REG_DISABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_dsi.h>
Disables the DSI regulator.
| __HANDLE__ | DSI handle |
| None. |
Definition at line 1041 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_DeInit().
| #define __HAL_DSI_GET_FLAG | ( | __HANDLE__, | |
| __FLAG__ ) |
#include <stm32f4xx_hal_dsi.h>
Get the DSI pending flags.
| __HANDLE__ | DSI handle. |
| __FLAG__ | Get the specified flag. This parameter can be any combination of the following values:
|
| The | state of FLAG (SET or RESET). |
Definition at line 1064 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_EnterULPM(), HAL_DSI_EnterULPMData(), HAL_DSI_ExitULPM(), HAL_DSI_ExitULPMData(), HAL_DSI_Init(), and HAL_DSI_IRQHandler().
| #define __HAL_DSI_CLEAR_FLAG | ( | __HANDLE__, | |
| __FLAG__ ) |
#include <stm32f4xx_hal_dsi.h>
Clears the DSI pending flags.
| __HANDLE__ | DSI handle. |
| __FLAG__ | specifies the flag to clear. This parameter can be any combination of the following values:
|
| None |
Definition at line 1078 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_IRQHandler().
| #define __HAL_DSI_ENABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_dsi.h>
Enables the specified DSI interrupts.
| __HANDLE__ | DSI handle. |
| __INTERRUPT__ | specifies the DSI interrupt sources to be enabled. This parameter can be any combination of the following values:
|
| None |
Definition at line 1092 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode().
| #define __HAL_DSI_DISABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_dsi.h>
Disables the specified DSI interrupts.
| __HANDLE__ | DSI handle |
| __INTERRUPT__ | specifies the DSI interrupt sources to be disabled. This parameter can be any combination of the following values:
|
| None |
Definition at line 1106 of file stm32f4xx_hal_dsi.h.
| #define __HAL_DSI_GET_IT_SOURCE | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_dsi.h>
Checks whether the specified DSI interrupt source is enabled or not.
| __HANDLE__ | DSI handle |
| __INTERRUPT__ | specifies the DSI interrupt source to check. This parameter can be one of the following values:
|
| The | state of INTERRUPT (SET or RESET). |
Definition at line 1120 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_IRQHandler().