Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_can.c309 ((can_rx_fifo_struct *)p_struct)->timestamp = 0x00000000U; in can_struct_para_init()
310 ((can_rx_fifo_struct *)p_struct)->dlc = 0x00000000U; in can_struct_para_init()
311 ((can_rx_fifo_struct *)p_struct)->rtr = 0x00000000U; in can_struct_para_init()
312 ((can_rx_fifo_struct *)p_struct)->ide = 0x00000000U; in can_struct_para_init()
313 ((can_rx_fifo_struct *)p_struct)->srr = 0x00000000U; in can_struct_para_init()
314 ((can_rx_fifo_struct *)p_struct)->idhit = 0x00000000U; in can_struct_para_init()
315 ((can_rx_fifo_struct *)p_struct)->id = 0x00000000U; in can_struct_para_init()
316 ((can_rx_fifo_struct *)p_struct)->data[0] = 0x00000000U; in can_struct_para_init()
317 ((can_rx_fifo_struct *)p_struct)->data[1] = 0x00000000U; in can_struct_para_init()
808 void can_rx_fifo_read(uint32_t can_periph, can_rx_fifo_struct *rx_fifo) in can_rx_fifo_read()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_can.h816 } can_rx_fifo_struct; typedef
1184 void can_rx_fifo_read(uint32_t can_periph, can_rx_fifo_struct *rx_fifo);