STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
Data transfers functions

Data transfers functions. More...

Functions

void CEC_SendData (uint8_t Data)
 Transmits single data through the CEC peripheral. More...
 
uint8_t CEC_ReceiveData (void)
 Returns the most recent received data by the CEC peripheral. More...
 
void CEC_StartOfMessage (void)
 Starts a new message. More...
 
void CEC_EndOfMessage (void)
 Transmits message with an EOM bit. More...
 

Detailed Description

Data transfers functions.

 ===============================================================================
                            ##### Data transfers functions #####
 ===============================================================================
    [..] This section provides functions allowing the CEC data transfers.The read 
         access of the CEC_RXDR register can be done using the CEC_ReceiveData()function 
         and returns the Rx buffered value. Whereas a write access to the CEC_TXDR can be 
         done using CEC_SendData() function.

Function Documentation

void CEC_EndOfMessage ( void  )

Transmits message with an EOM bit.

Parameters
None
Return values
None
uint8_t CEC_ReceiveData ( void  )

Returns the most recent received data by the CEC peripheral.

Parameters
None
Return values
Thereceived data.
void CEC_SendData ( uint8_t  Data)

Transmits single data through the CEC peripheral.

Parameters
Data,:the data to transmit.
Return values
None
void CEC_StartOfMessage ( void  )

Starts a new message.

Parameters
None
Return values
None