mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
doc: clarify num_symbols in the tx done event data
Closes https://github.com/espressif/esp-idf/issues/10435
This commit is contained in:
@@ -187,7 +187,7 @@ In the callback function, users can fetch the event specific data that is filled
|
||||
|
||||
The TX done event data is defined in :cpp:type:`rmt_tx_done_event_data_t`:
|
||||
|
||||
- :cpp:member:`rmt_tx_done_event_data_t::num_symbols` tells the number of transmitted RMT symbols. This also reflects the size of encoding artifacts.
|
||||
- :cpp:member:`rmt_tx_done_event_data_t::num_symbols` tells the number of transmitted RMT symbols. This also reflects the size of encoding artifacts. Please note, this value will count in the EOF symbol as well, which is appended by the driver, to mark the end of one transaction.
|
||||
|
||||
The RX complete event data is defined in :cpp:type:`rmt_rx_done_event_data_t`:
|
||||
|
||||
|
Reference in New Issue
Block a user