Home
last modified time | relevance | path

Searched refs:remote_frame (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_can.c280 ((can_pn_mode_filter_struct *)p_struct)->remote_frame = (uint32_t)RESET; in can_struct_para_init()
321 ((can_rx_fifo_id_filter_struct *)p_struct)->remote_frame = 0x00000000U; in can_struct_para_init()
717 if(CAN_REMOTE_FRAME_ACCEPTED == id_filter_table[i].remote_frame) { in can_rx_fifo_filter_table_config()
735 if(CAN_REMOTE_FRAME_ACCEPTED == id_filter_table[j].remote_frame) { in can_rx_fifo_filter_table_config()
746 if(CAN_REMOTE_FRAME_ACCEPTED == id_filter_table[j].remote_frame) { in can_rx_fifo_filter_table_config()
1291 if((uint32_t)SET == expect->remote_frame) { in can_pn_mode_filter_config()
1308 if((uint32_t)SET == filter->remote_frame) { in can_pn_mode_filter_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_can.h834 …uint32_t remote_frame; /*!< expected… member
848 …uint32_t remote_frame; /*!< remote f… member