HAL
+
0
/3 examples
SourceVu will show references to
HAL_CEC_ErrorCallback()
from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
CEC
CEC_DataExchange
CEC_ListenMode
CEC_MultiAddress
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
HAL_CEC_ErrorCallback()
HAL_CEC_ErrorCallback() function
CEC error callbacks
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_cec.h:681
void
HAL_CEC_ErrorCallback
(
CEC_HandleTypeDef
*
hcec
)
;
Implemented in
stm32f4xx_hal_cec.c:929
Arguments
Argument
Description
hcec
CEC handle
Return value
None
Related Functions
Found 13 other functions taking a
CEC_HandleTypeDef
argument:
Function
Description
HAL_CEC_MspInit()
CEC MSP Init
HAL_CEC_MspDeInit()
CEC MSP DeInit
HAL_CEC_TxCpltCallback()
Tx Transfer completed callback
HAL_CEC_RxCpltCallback()
Rx Transfer completed callback
HAL_CEC_Init()
Initializes the CEC mode according to the specified parameters in the CEC_InitTypeDef and creates the associated handle .
HAL_CEC_DeInit()
DeInitializes the CEC peripheral
HAL_CEC_Transmit_IT()
Send data in interrupt mode
HAL_CEC_IRQHandler()
This function handles CEC interrupt requests.
HAL_CEC_SetDeviceAddress()
Initializes the Own Address of the CEC device
HAL_CEC_GetLastReceivedFrameSize()
Get size of the received frame.
HAL_CEC_ChangeRxBuffer()
Change Rx Buffer.
HAL_CEC_GetState()
return the CEC state
HAL_CEC_GetError()
Return the CEC error code
Examples
HAL_CEC_ErrorCallback()
is referenced by 3 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