mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-04 20:26:38 +03:00
Merge branch 'fix/improve_spi_and_twai_docs' into 'master'
fix(driver_twai): improve new driver API description Closes IDFGH-16806 See merge request espressif/esp-idf!43922
This commit is contained in:
@@ -42,7 +42,7 @@ typedef struct {
|
||||
twai_error_state_t state; /**< Node's error state */
|
||||
uint16_t tx_error_count; /**< Node's TX error count */
|
||||
uint16_t rx_error_count; /**< Node's RX error count */
|
||||
uint32_t tx_queue_remaining; /**< Node's TX free queue space */
|
||||
uint32_t tx_queue_remaining; /**< Node's TX queue remaining frame space (number of frames) */
|
||||
} twai_node_status_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user