CAT2 Peripheral Driver Library
cy_stc_can_rx_buffer_config_t Struct Reference

Description

Rx buffer configuration.

Data Fields

cy_stc_can_rx_filter_element_t acceptanceMask
 Acceptance mask setting. More...
 
cy_stc_can_rx_filter_element_t acceptanceCode
 Acceptance code setting. More...
 
bool linked
 Set to TRUE if this buffer is linked with next buffer.
 
bool interruptEnabled
 Set to TRUE if interrupt is enabled.
 
bool autoReplyRtr
 Set TRUE to automatically reply to remote frame.
 
bool enable
 Set TRUE to use this buffer.
 

Field Documentation

◆ acceptanceMask

cy_stc_can_rx_filter_element_t cy_stc_can_rx_buffer_config_t::acceptanceMask

Acceptance mask setting.

See cy_stc_can_rx_filter_element_t

◆ acceptanceCode

cy_stc_can_rx_filter_element_t cy_stc_can_rx_buffer_config_t::acceptanceCode

Acceptance code setting.

See cy_stc_can_rx_filter_element_t