Home
last modified time | relevance | path

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

/components/drivers/can/
A Ddev_can.c114 RT_ASSERT(rx_fifo->freenumbers <= can->config.msgboxsz); in _can_int_rx()
296 can->config.msgboxsz * sizeof(struct rt_can_msg_list)); in rt_can_open()
300 rt_memset(rx_fifo->buffer, 0, can->config.msgboxsz * sizeof(struct rt_can_msg_list)); in rt_can_open()
303 rx_fifo->freenumbers = can->config.msgboxsz; in rt_can_open()
304 for (i = 0; i < can->config.msgboxsz; i++) in rt_can_open()
/components/drivers/include/drivers/
A Ddev_can.h307 rt_uint32_t msgboxsz; member

Completed in 7 milliseconds