HAL
HAL_CEC_GetError()
is only used within HAL.
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_GetError()
HAL_CEC_GetError() function
Return the CEC error code
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_cec.h:691
uint32_t
HAL_CEC_GetError
(
const
CEC_HandleTypeDef
*
hcec
)
;
Implemented in
stm32f4xx_hal_cec.c:977
Arguments
Argument
Description
hcec
pointer to a CEC_HandleTypeDef structure that contains the configuration information for the specified CEC.
Return value
CEC Error Code
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_ErrorCallback()
CEC error callbacks
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
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