Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Ddev_can.h393 struct rt_can_hdr struct
423 struct rt_can_hdr *hdr;
472 struct rt_can_hdr *owner;
/components/drivers/can/
A Ddev_can.c358 struct rt_can_hdr *phdr; in rt_can_open()
360 phdr = (struct rt_can_hdr *) rt_malloc(can->config.maxhdr * sizeof(struct rt_can_hdr)); in rt_can_open()
362 rt_memset(phdr, 0, can->config.maxhdr * sizeof(struct rt_can_hdr)); in rt_can_open()

Completed in 5 milliseconds