Internal buffer information.
Data Fields | |
uint16_t | nb |
Number of data available in buffer. More... | |
uint16_t | pos |
Position of consumer in this buffer. More... | |
uint8_t * | ptr |
Pointer on internal buffer. More... | |
uint16_t uhi_cdc_buf_t::nb |
Number of data available in buffer.
Referenced by uhi_cdc_get_nb_received(), uhi_cdc_getc(), uhi_cdc_install(), uhi_cdc_is_tx_ready(), uhi_cdc_putc(), uhi_cdc_read_buf(), uhi_cdc_rx_received(), uhi_cdc_rx_update(), uhi_cdc_tx_send(), uhi_cdc_tx_update(), and uhi_cdc_write_buf().
uint16_t uhi_cdc_buf_t::pos |
Position of consumer in this buffer.
Referenced by uhi_cdc_get_nb_received(), uhi_cdc_getc(), uhi_cdc_install(), uhi_cdc_read_buf(), uhi_cdc_rx_received(), and uhi_cdc_rx_update().
uint8_t* uhi_cdc_buf_t::ptr |
Pointer on internal buffer.
Referenced by uhi_cdc_free_device(), uhi_cdc_getc(), uhi_cdc_install(), uhi_cdc_putc(), uhi_cdc_read_buf(), uhi_cdc_rx_update(), uhi_cdc_tx_update(), and uhi_cdc_write_buf().