HAL
+
0
/4 examples
SourceVu will show references to
__HAL_DSI_ENABLE
from the following samples and libraries:
Examples
STM32469I-Discovery
Examples
LCD_DSI
LCD_DSI_ULPM_Data
LCD_DSI_ULPM_DataClock
STM32469I_EVAL
Examples
LCD_DSI
LCD_DSI_ULPM_Data
LCD_DSI_ULPM_DataClock
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
__HAL_DSI_ENABLE
__HAL_DSI_ENABLE macro
Enables the DSI host.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_dsi.h:950
#define
__HAL_DSI_ENABLE
(
__HANDLE__
)
do
{
\
__IO
uint32_t
tmpreg
=
0x00U
;
\
SET_BIT
(
(
__HANDLE__
)
->
Instance
->
CR
,
DSI_CR_EN
)
;
\
\
tmpreg
=
READ_BIT
(
(
__HANDLE__
)
->
Instance
->
CR
,
DSI_CR_EN
)
;
\
UNUSED
(
tmpreg
)
;
\
}
while
(
0U
)
Arguments
Argument
Description
__HANDLE__
DSI handle
Return value
None.
Examples
__HAL_DSI_ENABLE
is referenced by 4 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out