PSoC 6 Peripheral Driver Library
cy_stc_canfd_interrupt_handling_t Struct Reference

Description

CAN FD interrupt pointer structure.

Holds some pointers to callback functions and buffer

Data Fields

cy_canfd_tx_msg_func_ptr_t canFDTxInterruptFunction
 The pointer to transmit interrupt callback.
 
cy_canfd_rx_msg_func_ptr_t canFDRxInterruptFunction
 The pointer to receive interrupt callback (dedicated Rx Buffer or RxFIFO without Top pointer logic)
 
cy_canfd_error_func_ptr_t canFDErrorInterruptFunction
 The pointer to error interrupt callback.