Searched refs:maxhdr (Results 1 – 2 of 2) sorted by relevance
70 … if (hdr >= 0 && can->hdr && hdr < can->config.maxhdr && !rt_list_isempty(&can->hdr[hdr].list)) in _can_int_rx()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()363 for (i = 0; i < can->config.maxhdr; i++) in rt_can_open()599 if (pitem->hdr_bank >= can->config.maxhdr || pitem->hdr_bank < 0) in rt_can_control()627 if (pitem->hdr_bank >= can->config.maxhdr || pitem->hdr_bank < 0) in rt_can_control()850 RT_ASSERT(hdr < can->config.maxhdr && hdr >= 0); in rt_hw_can_isr()868 RT_ASSERT(hdr < can->config.maxhdr && hdr >= 0); in rt_hw_can_isr()
314 rt_uint32_t maxhdr; member
Completed in 6 milliseconds