Home
last modified time | relevance | path

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

/components/utilities/rt-link/src/
A Drtlink.c317 if (rt_link_scb->rx_record.dataspace != RT_NULL) in _stop_recv_long()
319 rt_free(rt_link_scb->rx_record.dataspace); in _stop_recv_long()
320 rt_link_scb->rx_record.dataspace = RT_NULL; in _stop_recv_long()
329 if (rt_link_scb->rx_record.dataspace) in rt_link_frame_stop_receive()
331 rt_free(rt_link_scb->rx_record.dataspace); in rt_link_frame_stop_receive()
333 rt_link_scb->rx_record.dataspace = RT_NULL; in rt_link_frame_stop_receive()
442 if (rt_link_scb->rx_record.dataspace != RT_NULL) in rt_link_short_handle()
453 rt_link_scb->rx_record.dataspace = RT_NULL; in rt_link_short_handle()
476 if (rt_link_scb->rx_record.dataspace == RT_NULL) in _long_handle_first()
499 else if (rt_link_scb->rx_record.dataspace != RT_NULL) in _long_handle_second()
[all …]
/components/utilities/rt-link/inc/
A Drtlink.h136 rt_uint8_t *dataspace; /* the space of long frame */ member

Completed in 29 milliseconds