mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-04 20:26:38 +03:00
docs: Sync the CN transation and EN source
This commit is contained in:
@@ -134,7 +134,6 @@ The ECDSA peripheral in Mbed TLS stack is integrated by overriding the ECDSA sig
|
||||
|
||||
For a particular TLS context, additional APIs have been supplied to populate certain fields (e.g., private key ctx) to differentiate routing to hardware. ESP-TLS layer integrates these APIs internally and hence no additional work is required at the application layer. However, for custom use-cases please refer to API details below.
|
||||
|
||||
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
====================
|
||||
I3C master interface
|
||||
====================
|
||||
|
||||
@@ -501,10 +502,12 @@ Thread Safety
|
||||
The following functions of the I3C driver are thread-safe and can be called from different RTOS tasks without additional lock protection:
|
||||
|
||||
Factory functions:
|
||||
|
||||
- :cpp:func:`i3c_new_master_bus`
|
||||
- :cpp:func:`i3c_del_master_bus`
|
||||
|
||||
I3C master operation functions (thread safety guaranteed through bus operation signals):
|
||||
|
||||
- :cpp:func:`i3c_master_bus_add_i3c_static_device`
|
||||
- :cpp:func:`i3c_master_bus_rm_i3c_device`
|
||||
- :cpp:func:`i3c_master_i3c_device_transmit`
|
||||
|
||||
Reference in New Issue
Block a user