HAL
+
0
/3 examples
SourceVu will show references to
HAL_CEC_Transmit_IT()
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_Transmit_IT()
HAL_CEC_Transmit_IT() function
Send data in interrupt mode
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_cec.h:674
HAL_StatusTypeDef
HAL_CEC_Transmit_IT
(
CEC_HandleTypeDef
*
hcec
,
uint8_t
InitiatorAddress
,
uint8_t
DestinationAddress
,
const
uint8_t
*
pData
,
uint32_t
Size
)
;
Implemented in
stm32f4xx_hal_cec.c:697
Arguments
Argument
Description
hcec
CEC handle
InitiatorAddress
Initiator address
DestinationAddress
destination logical address
pData
pointer to input byte data buffer
Size
amount of data to be sent in bytes (without counting the header). 0 means only the header is sent (ping operation). Maximum TX size is 15 bytes (1 opcode and up to 14 operands).
Return value
HAL status
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_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_Transmit_IT()
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