ESP-IDF
+
0
/1 examples
SourceVu will show references to
parlio_del_rx_unit()
from the following samples and libraries:
logic_analyzer sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
parlio_del_rx_unit()
parlio_del_rx_unit() function
Delete a Parallel IO RX unit
Syntax
Show:
Summary
Declaration
from
parlio_rx.h:72
esp_err_t
parlio_del_rx_unit
(
parlio_rx_unit_handle_t
rx_unit
)
;
Arguments
Argument
Description
rx_unit
Parallel IO RX unit handle that created by `parlio_new_rx_unit`
Return value
- ESP_ERR_INVALID_ARG rx_unit is NULL - ESP_ERR_INVALID_STATE The rx unit is enabled, can't delete an enabled rx unit - ESP_OK Success to delete the rx unit
Related Functions
Found 7 other functions taking a
parlio_rx_unit_t
argument:
Function
Description
parlio_rx_soft_delimiter_start_stop()
Start/stop the soft delimiter
parlio_new_rx_unit()
Create a Parallel IO RX unit
parlio_rx_unit_enable()
Enable the Parallel IO RX unit
parlio_rx_unit_disable()
Disable the Parallel IO RX unit
parlio_rx_unit_receive()
Receive data by Parallel IO RX unit
parlio_rx_unit_register_event_callbacks()
Register event callbacks for Parallel IO RX unit
parlio_rx_unit_wait_all_done()
Wait for all pending RX transactions done
Examples
parlio_del_rx_unit()
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out