HAL + 0/3 examples
CodeScope will show references to CEC_InitTypeDef::ListenMode from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
CEC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALCEC_InitTypeDef::ListenMode

CEC_InitTypeDef::ListenMode field

Set LSTN bit CEC_Listening_Mode : specifies device listening mode. It can take two values: CEC_REDUCED_LISTENING_MODE: CEC peripheral receives only message addressed to its own address (OAR). Messages addressed to different destination are ignored. Broadcast messages are always received. CEC_FULL_LISTENING_MODE: CEC peripheral receives messages addressed to its own address (OAR) with positive acknowledge. Messages addressed to different destination are received, but without interfering with the CEC bus: no acknowledge sent.

Syntax

uint32_t ListenMode;

Examples

CEC_InitTypeDef::ListenMode is referenced by 3 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_cec.h:100
uint32_t ListenMode; /*!< Set LSTN bit CEC_Listening_Mode : specifies device listening mode.
stm32f4xx_hal_cec.c:239HAL_CEC_Init()
hcec->Init.ListenMode;

Data Use

Functions reading CEC_InitTypeDef::ListenMode
CEC_InitTypeDef::ListenMode
all items filtered out
Type of CEC_InitTypeDef::ListenMode
CEC_InitTypeDef::ListenMode
uint32_t
all items filtered out