![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Functions | |
HAL_StatusTypeDef | HAL_CEC_Transmit_IT (CEC_HandleTypeDef *hcec, uint8_t InitiatorAddress, uint8_t DestinationAddress, uint8_t *pData, uint32_t Size) |
uint32_t | HAL_CEC_GetLastReceivedFrameSize (CEC_HandleTypeDef *hcec) |
void | HAL_CEC_ChangeRxBuffer (CEC_HandleTypeDef *hcec, uint8_t *Rxbuffer) |
void | HAL_CEC_IRQHandler (CEC_HandleTypeDef *hcec) |
void | HAL_CEC_TxCpltCallback (CEC_HandleTypeDef *hcec) |
void | HAL_CEC_RxCpltCallback (CEC_HandleTypeDef *hcec, uint32_t RxFrameSize) |
void | HAL_CEC_ErrorCallback (CEC_HandleTypeDef *hcec) |
void HAL_CEC_ChangeRxBuffer | ( | CEC_HandleTypeDef * | hcec, |
uint8_t * | Rxbuffer | ||
) |
void HAL_CEC_ErrorCallback | ( | CEC_HandleTypeDef * | hcec | ) |
uint32_t HAL_CEC_GetLastReceivedFrameSize | ( | CEC_HandleTypeDef * | hcec | ) |
void HAL_CEC_IRQHandler | ( | CEC_HandleTypeDef * | hcec | ) |
void HAL_CEC_RxCpltCallback | ( | CEC_HandleTypeDef * | hcec, |
uint32_t | RxFrameSize | ||
) |
HAL_StatusTypeDef HAL_CEC_Transmit_IT | ( | CEC_HandleTypeDef * | hcec, |
uint8_t | InitiatorAddress, | ||
uint8_t | DestinationAddress, | ||
uint8_t * | pData, | ||
uint32_t | Size | ||
) |
void HAL_CEC_TxCpltCallback | ( | CEC_HandleTypeDef * | hcec | ) |