HAL
__HAL_CEC_SET_OAR
is only used within HAL.
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_CEC_SET_OAR
__HAL_CEC_SET_OAR macro
Set OAR register (without resetting previously set address in case of multi-address mode) To reset OAR, __HAL_CEC_CLEAR_OAR() needs to be called beforehand
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_cec.h:636
#define
__HAL_CEC_SET_OAR
(
__HANDLE__
,
__ADDRESS__
)
SET_BIT
(
(
__HANDLE__
)
->
Instance
->
CFGR
,
\
(
__ADDRESS__
)
<
<
CEC_CFGR_OAR_LSB_POS
)
Arguments
Argument
Description
__HANDLE__
specifies the CEC Handle.
__ADDRESS__
Own Address value (CEC logical address is identified by bit position)
Return value
none
Examples
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