Lines Matching refs:rt_uint8_t
112 rt_uint8_t data[RT_LINK_RECEIVE_BUFFER_LENGTH];
113 rt_uint8_t *read_point;
114 rt_uint8_t *write_point;
115 rt_uint8_t *end_point;
120 rt_uint8_t magicid : 5;
121 rt_uint8_t extend : 1;
122 rt_uint8_t crc : 1;
123 rt_uint8_t ack : 1;
125 rt_uint8_t sequence;
133 rt_uint8_t rx_seq; /* record the opposite sequence */
134 rt_uint8_t total; /* the number of long frame number */
135 rt_uint8_t long_count; /* long packet recv counter */
136 rt_uint8_t *dataspace; /* the space of long frame */
149 rt_uint8_t *real_data; /* the origin data */
155 rt_uint8_t issent;
156 rt_uint8_t index; /* the index frame for long frame */
157 rt_uint8_t total; /* the total frame for long frame */
169 rt_uint8_t flag; /* Whether to use the CRC and ACK */
180 rt_uint8_t tx_seq; /* Sequence number of the send data frame */
182 rt_uint8_t sendbuffer[RT_LINK_MAX_FRAME_LENGTH];
191 rt_uint32_t (*calculate_crc)(rt_uint8_t using_buffer_ring, rt_uint8_t *data, rt_size_t size);