Home
last modified time | relevance | path

Searched refs:hcec (Results 1 – 20 of 20) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_cec.c181 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec) in HAL_CEC_Init() argument
184 if ((hcec == NULL) || (hcec->Init.RxBuffer == NULL)) in HAL_CEC_Init()
190 assert_param(IS_CEC_ALL_INSTANCE(hcec->Instance)); in HAL_CEC_Init()
191 assert_param(IS_CEC_SIGNALFREETIME(hcec->Init.SignalFreeTime)); in HAL_CEC_Init()
192 assert_param(IS_CEC_TOLERANCE(hcec->Init.Tolerance)); in HAL_CEC_Init()
193 assert_param(IS_CEC_BRERXSTOP(hcec->Init.BRERxStop)); in HAL_CEC_Init()
194 assert_param(IS_CEC_BREERRORBITGEN(hcec->Init.BREErrorBitGen)); in HAL_CEC_Init()
195 assert_param(IS_CEC_LBPEERRORBITGEN(hcec->Init.LBPEErrorBitGen)); in HAL_CEC_Init()
196 assert_param(IS_CEC_BROADCASTERROR_NO_ERRORBIT_GENERATION(hcec->Init.BroadcastMsgNoErrorBitGen)); in HAL_CEC_Init()
197 assert_param(IS_CEC_SFTOP(hcec->Init.SignalFreeTimeOption)); in HAL_CEC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_cec.c181 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec) in HAL_CEC_Init() argument
184 if ((hcec == NULL) || (hcec->Init.RxBuffer == NULL)) in HAL_CEC_Init()
190 assert_param(IS_CEC_ALL_INSTANCE(hcec->Instance)); in HAL_CEC_Init()
191 assert_param(IS_CEC_SIGNALFREETIME(hcec->Init.SignalFreeTime)); in HAL_CEC_Init()
192 assert_param(IS_CEC_TOLERANCE(hcec->Init.Tolerance)); in HAL_CEC_Init()
193 assert_param(IS_CEC_BRERXSTOP(hcec->Init.BRERxStop)); in HAL_CEC_Init()
194 assert_param(IS_CEC_BREERRORBITGEN(hcec->Init.BREErrorBitGen)); in HAL_CEC_Init()
195 assert_param(IS_CEC_LBPEERRORBITGEN(hcec->Init.LBPEErrorBitGen)); in HAL_CEC_Init()
196 assert_param(IS_CEC_BROADCASTERROR_NO_ERRORBIT_GENERATION(hcec->Init.BroadcastMsgNoErrorBitGen)); in HAL_CEC_Init()
197 assert_param(IS_CEC_SFTOP(hcec->Init.SignalFreeTimeOption)); in HAL_CEC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cec.c181 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec) in HAL_CEC_Init() argument
184 if ((hcec == NULL) || (hcec->Init.RxBuffer == NULL)) in HAL_CEC_Init()
190 assert_param(IS_CEC_ALL_INSTANCE(hcec->Instance)); in HAL_CEC_Init()
191 assert_param(IS_CEC_SIGNALFREETIME(hcec->Init.SignalFreeTime)); in HAL_CEC_Init()
192 assert_param(IS_CEC_TOLERANCE(hcec->Init.Tolerance)); in HAL_CEC_Init()
193 assert_param(IS_CEC_BRERXSTOP(hcec->Init.BRERxStop)); in HAL_CEC_Init()
194 assert_param(IS_CEC_BREERRORBITGEN(hcec->Init.BREErrorBitGen)); in HAL_CEC_Init()
195 assert_param(IS_CEC_LBPEERRORBITGEN(hcec->Init.LBPEErrorBitGen)); in HAL_CEC_Init()
196 assert_param(IS_CEC_BROADCASTERROR_NO_ERRORBIT_GENERATION(hcec->Init.BroadcastMsgNoErrorBitGen)); in HAL_CEC_Init()
197 assert_param(IS_CEC_SFTOP(hcec->Init.SignalFreeTimeOption)); in HAL_CEC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_cec.c181 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec) in HAL_CEC_Init() argument
184 if ((hcec == NULL) || (hcec->Init.RxBuffer == NULL)) in HAL_CEC_Init()
190 assert_param(IS_CEC_ALL_INSTANCE(hcec->Instance)); in HAL_CEC_Init()
191 assert_param(IS_CEC_SIGNALFREETIME(hcec->Init.SignalFreeTime)); in HAL_CEC_Init()
192 assert_param(IS_CEC_TOLERANCE(hcec->Init.Tolerance)); in HAL_CEC_Init()
193 assert_param(IS_CEC_BRERXSTOP(hcec->Init.BRERxStop)); in HAL_CEC_Init()
194 assert_param(IS_CEC_BREERRORBITGEN(hcec->Init.BREErrorBitGen)); in HAL_CEC_Init()
195 assert_param(IS_CEC_LBPEERRORBITGEN(hcec->Init.LBPEErrorBitGen)); in HAL_CEC_Init()
196 assert_param(IS_CEC_BROADCASTERROR_NO_ERRORBIT_GENERATION(hcec->Init.BroadcastMsgNoErrorBitGen)); in HAL_CEC_Init()
197 assert_param(IS_CEC_SFTOP(hcec->Init.SignalFreeTimeOption)); in HAL_CEC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_cec.c181 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec) in HAL_CEC_Init() argument
184 if ((hcec == NULL) || (hcec->Init.RxBuffer == NULL)) in HAL_CEC_Init()
190 assert_param(IS_CEC_ALL_INSTANCE(hcec->Instance)); in HAL_CEC_Init()
191 assert_param(IS_CEC_SIGNALFREETIME(hcec->Init.SignalFreeTime)); in HAL_CEC_Init()
192 assert_param(IS_CEC_TOLERANCE(hcec->Init.Tolerance)); in HAL_CEC_Init()
193 assert_param(IS_CEC_BRERXSTOP(hcec->Init.BRERxStop)); in HAL_CEC_Init()
194 assert_param(IS_CEC_BREERRORBITGEN(hcec->Init.BREErrorBitGen)); in HAL_CEC_Init()
195 assert_param(IS_CEC_LBPEERRORBITGEN(hcec->Init.LBPEErrorBitGen)); in HAL_CEC_Init()
196 assert_param(IS_CEC_BROADCASTERROR_NO_ERRORBIT_GENERATION(hcec->Init.BroadcastMsgNoErrorBitGen)); in HAL_CEC_Init()
197 assert_param(IS_CEC_SFTOP(hcec->Init.SignalFreeTimeOption)); in HAL_CEC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_cec.c181 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec) in HAL_CEC_Init() argument
184 if ((hcec == NULL) || (hcec->Init.RxBuffer == NULL)) in HAL_CEC_Init()
190 assert_param(IS_CEC_ALL_INSTANCE(hcec->Instance)); in HAL_CEC_Init()
191 assert_param(IS_CEC_SIGNALFREETIME(hcec->Init.SignalFreeTime)); in HAL_CEC_Init()
192 assert_param(IS_CEC_TOLERANCE(hcec->Init.Tolerance)); in HAL_CEC_Init()
193 assert_param(IS_CEC_BRERXSTOP(hcec->Init.BRERxStop)); in HAL_CEC_Init()
194 assert_param(IS_CEC_BREERRORBITGEN(hcec->Init.BREErrorBitGen)); in HAL_CEC_Init()
195 assert_param(IS_CEC_LBPEERRORBITGEN(hcec->Init.LBPEErrorBitGen)); in HAL_CEC_Init()
196 assert_param(IS_CEC_BROADCASTERROR_NO_ERRORBIT_GENERATION(hcec->Init.BroadcastMsgNoErrorBitGen)); in HAL_CEC_Init()
197 assert_param(IS_CEC_SFTOP(hcec->Init.SignalFreeTimeOption)); in HAL_CEC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cec.c181 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec) in HAL_CEC_Init() argument
184 if ((hcec == NULL) || (hcec->Init.RxBuffer == NULL)) in HAL_CEC_Init()
190 assert_param(IS_CEC_ALL_INSTANCE(hcec->Instance)); in HAL_CEC_Init()
191 assert_param(IS_CEC_SIGNALFREETIME(hcec->Init.SignalFreeTime)); in HAL_CEC_Init()
192 assert_param(IS_CEC_TOLERANCE(hcec->Init.Tolerance)); in HAL_CEC_Init()
193 assert_param(IS_CEC_BRERXSTOP(hcec->Init.BRERxStop)); in HAL_CEC_Init()
194 assert_param(IS_CEC_BREERRORBITGEN(hcec->Init.BREErrorBitGen)); in HAL_CEC_Init()
195 assert_param(IS_CEC_LBPEERRORBITGEN(hcec->Init.LBPEErrorBitGen)); in HAL_CEC_Init()
196 assert_param(IS_CEC_BROADCASTERROR_NO_ERRORBIT_GENERATION(hcec->Init.BroadcastMsgNoErrorBitGen)); in HAL_CEC_Init()
197 assert_param(IS_CEC_SFTOP(hcec->Init.SignalFreeTimeOption)); in HAL_CEC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_cec.c181 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec) in HAL_CEC_Init() argument
184 if ((hcec == NULL) || (hcec->Init.RxBuffer == NULL)) in HAL_CEC_Init()
190 assert_param(IS_CEC_ALL_INSTANCE(hcec->Instance)); in HAL_CEC_Init()
191 assert_param(IS_CEC_SIGNALFREETIME(hcec->Init.SignalFreeTime)); in HAL_CEC_Init()
192 assert_param(IS_CEC_TOLERANCE(hcec->Init.Tolerance)); in HAL_CEC_Init()
193 assert_param(IS_CEC_BRERXSTOP(hcec->Init.BRERxStop)); in HAL_CEC_Init()
194 assert_param(IS_CEC_BREERRORBITGEN(hcec->Init.BREErrorBitGen)); in HAL_CEC_Init()
195 assert_param(IS_CEC_LBPEERRORBITGEN(hcec->Init.LBPEErrorBitGen)); in HAL_CEC_Init()
196 assert_param(IS_CEC_BROADCASTERROR_NO_ERRORBIT_GENERATION(hcec->Init.BroadcastMsgNoErrorBitGen)); in HAL_CEC_Init()
197 assert_param(IS_CEC_SFTOP(hcec->Init.SignalFreeTimeOption)); in HAL_CEC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_cec.c181 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec) in HAL_CEC_Init() argument
184 if ((hcec == NULL) || (hcec->Init.RxBuffer == NULL)) in HAL_CEC_Init()
190 assert_param(IS_CEC_ALL_INSTANCE(hcec->Instance)); in HAL_CEC_Init()
191 assert_param(IS_CEC_SIGNALFREETIME(hcec->Init.SignalFreeTime)); in HAL_CEC_Init()
192 assert_param(IS_CEC_TOLERANCE(hcec->Init.Tolerance)); in HAL_CEC_Init()
193 assert_param(IS_CEC_BRERXSTOP(hcec->Init.BRERxStop)); in HAL_CEC_Init()
194 assert_param(IS_CEC_BREERRORBITGEN(hcec->Init.BREErrorBitGen)); in HAL_CEC_Init()
195 assert_param(IS_CEC_LBPEERRORBITGEN(hcec->Init.LBPEErrorBitGen)); in HAL_CEC_Init()
196 assert_param(IS_CEC_BROADCASTERROR_NO_ERRORBIT_GENERATION(hcec->Init.BroadcastMsgNoErrorBitGen)); in HAL_CEC_Init()
197 assert_param(IS_CEC_SFTOP(hcec->Init.SignalFreeTimeOption)); in HAL_CEC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_cec.c146 static HAL_StatusTypeDef CEC_Transmit_IT(CEC_HandleTypeDef *hcec);
147 static HAL_StatusTypeDef CEC_Receive_IT(CEC_HandleTypeDef *hcec);
182 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec) in HAL_CEC_Init() argument
185 if ((hcec == NULL) || (hcec->Init.RxBuffer == NULL)) in HAL_CEC_Init()
191 assert_param(IS_CEC_ALL_INSTANCE(hcec->Instance)); in HAL_CEC_Init()
192 assert_param(IS_CEC_BIT_TIMING_ERROR_MODE(hcec->Init.TimingErrorFree)); in HAL_CEC_Init()
193 assert_param(IS_CEC_BIT_PERIOD_ERROR_MODE(hcec->Init.PeriodErrorFree)); in HAL_CEC_Init()
194 assert_param(IS_CEC_ADDRESS(hcec->Init.OwnAddress)); in HAL_CEC_Init()
196 if (hcec->gState == HAL_CEC_STATE_RESET) in HAL_CEC_Init()
199 hcec->Lock = HAL_UNLOCKED; in HAL_CEC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_cec.h147 …void (* TxCpltCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Tx Transfer completed callback…
148 void (* RxCpltCallback)(struct __CEC_HandleTypeDef *hcec,
150 …void (* ErrorCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC error callback …
152 …void (* MspInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp Init callba…
153 …void (* MspDeInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp DeInit call…
174 typedef void (*pCEC_CallbackTypeDef)(CEC_HandleTypeDef *hcec); /*!< pointer to an CEC callback fu…
175 typedef void (*pCEC_RxCallbackTypeDef)(CEC_HandleTypeDef *hcec,
424 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec);
425 HAL_StatusTypeDef HAL_CEC_DeInit(CEC_HandleTypeDef *hcec);
426 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_cec.h196 … *hcec); /*!< CEC Tx Transfer completed callback */
197 void (* RxCpltCallback)(struct __CEC_HandleTypeDef *hcec,
199 …void (* ErrorCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC error callback …
201 …void (* MspInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp Init callback …
202 …void (* MspDeInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp DeInit callback …
223 typedef void (*pCEC_CallbackTypeDef)(CEC_HandleTypeDef *hcec); /*!< pointer to an CEC callback fu…
224 typedef void (*pCEC_RxCallbackTypeDef)(CEC_HandleTypeDef *hcec,
652 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec);
653 HAL_StatusTypeDef HAL_CEC_DeInit(CEC_HandleTypeDef *hcec);
654 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_cec.h196 … *hcec); /*!< CEC Tx Transfer completed callback */
197 void (* RxCpltCallback)(struct __CEC_HandleTypeDef *hcec,
199 …void (* ErrorCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC error callback …
201 …void (* MspInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp Init callback …
202 …void (* MspDeInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp DeInit callback …
223 typedef void (*pCEC_CallbackTypeDef)(CEC_HandleTypeDef *hcec); /*!< pointer to an CEC callback fu…
224 typedef void (*pCEC_RxCallbackTypeDef)(CEC_HandleTypeDef *hcec,
652 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec);
653 HAL_StatusTypeDef HAL_CEC_DeInit(CEC_HandleTypeDef *hcec);
654 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_cec.h196 … *hcec); /*!< CEC Tx Transfer completed callback */
197 void (* RxCpltCallback)(struct __CEC_HandleTypeDef *hcec,
199 …void (* ErrorCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC error callback …
201 …void (* MspInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp Init callback …
202 …void (* MspDeInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp DeInit callback …
223 typedef void (*pCEC_CallbackTypeDef)(CEC_HandleTypeDef *hcec); /*!< pointer to an CEC callback fu…
224 typedef void (*pCEC_RxCallbackTypeDef)(CEC_HandleTypeDef *hcec,
652 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec);
653 HAL_StatusTypeDef HAL_CEC_DeInit(CEC_HandleTypeDef *hcec);
654 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_cec.h196 … *hcec); /*!< CEC Tx Transfer completed callback */
197 void (* RxCpltCallback)(struct __CEC_HandleTypeDef *hcec,
199 …void (* ErrorCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC error callback …
201 …void (* MspInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp Init callback …
202 …void (* MspDeInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp DeInit callback …
223 typedef void (*pCEC_CallbackTypeDef)(CEC_HandleTypeDef *hcec); /*!< pointer to an CEC callback fu…
224 typedef void (*pCEC_RxCallbackTypeDef)(CEC_HandleTypeDef *hcec,
652 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec);
653 HAL_StatusTypeDef HAL_CEC_DeInit(CEC_HandleTypeDef *hcec);
654 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
[all …]
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_cec.h196 … *hcec); /*!< CEC Tx Transfer completed callback */
197 void (* RxCpltCallback)(struct __CEC_HandleTypeDef *hcec,
199 …void (* ErrorCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC error callback …
201 …void (* MspInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp Init callback …
202 …void (* MspDeInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp DeInit callback …
223 typedef void (*pCEC_CallbackTypeDef)(CEC_HandleTypeDef *hcec); /*!< pointer to an CEC callback fu…
224 typedef void (*pCEC_RxCallbackTypeDef)(CEC_HandleTypeDef *hcec,
652 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec);
653 HAL_StatusTypeDef HAL_CEC_DeInit(CEC_HandleTypeDef *hcec);
654 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
[all …]
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_cec.h186 … *hcec); /*!< CEC Tx Transfer completed callback */
187 void (* RxCpltCallback)(struct __CEC_HandleTypeDef *hcec,
189 …void (* ErrorCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC…
191 …void (* MspInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp Init callba…
192 …void (* MspDeInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp DeInit call…
213 typedef void (*pCEC_CallbackTypeDef)(CEC_HandleTypeDef *hcec); /*!< pointer to an CEC callback fu…
214 typedef void (*pCEC_RxCallbackTypeDef)(CEC_HandleTypeDef *hcec,
640 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec);
641 HAL_StatusTypeDef HAL_CEC_DeInit(CEC_HandleTypeDef *hcec);
642 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
[all …]
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_cec.h196 … *hcec); /*!< CEC Tx Transfer completed callback */
197 void (* RxCpltCallback)(struct __CEC_HandleTypeDef *hcec,
199 …void (* ErrorCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC error callback …
201 …void (* MspInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp Init callback …
202 …void (* MspDeInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp DeInit callback …
223 typedef void (*pCEC_CallbackTypeDef)(CEC_HandleTypeDef *hcec); /*!< pointer to an CEC callback fu…
224 typedef void (*pCEC_RxCallbackTypeDef)(CEC_HandleTypeDef *hcec,
652 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec);
653 HAL_StatusTypeDef HAL_CEC_DeInit(CEC_HandleTypeDef *hcec);
654 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_cec.h196 … *hcec); /*!< CEC Tx Transfer completed callback */
197 void (* RxCpltCallback)(struct __CEC_HandleTypeDef *hcec,
199 …void (* ErrorCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC error callback …
201 …void (* MspInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp Init callback …
202 …void (* MspDeInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp DeInit callback …
223 typedef void (*pCEC_CallbackTypeDef)(CEC_HandleTypeDef *hcec); /*!< pointer to an CEC callback fu…
224 typedef void (*pCEC_RxCallbackTypeDef)(CEC_HandleTypeDef *hcec,
652 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec);
653 HAL_StatusTypeDef HAL_CEC_DeInit(CEC_HandleTypeDef *hcec);
654 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_cec.h196 … *hcec); /*!< CEC Tx Transfer completed callback */
197 void (* RxCpltCallback)(struct __CEC_HandleTypeDef *hcec,
199 …void (* ErrorCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC error callback …
201 …void (* MspInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp Init callback …
202 …void (* MspDeInitCallback)(struct __CEC_HandleTypeDef *hcec); /*!< CEC Msp DeInit callback …
223 typedef void (*pCEC_CallbackTypeDef)(CEC_HandleTypeDef *hcec); /*!< pointer to an CEC callback fu…
224 typedef void (*pCEC_RxCallbackTypeDef)(CEC_HandleTypeDef *hcec,
652 HAL_StatusTypeDef HAL_CEC_Init(CEC_HandleTypeDef *hcec);
653 HAL_StatusTypeDef HAL_CEC_DeInit(CEC_HandleTypeDef *hcec);
654 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
[all …]