SDP Module API
==============

Module implementing the SDP communication protocol.

.. toctree::
   :maxdepth: 1

   sdp_interfaces


SDP Communication protocol
---------------------------

.. automodule:: spsdk.sdp.sdp
   :members:
   :undoc-members:
   :show-inheritance:



SDP Commands
------------

.. automodule:: spsdk.sdp.commands
   :members:
   :undoc-members:
   :show-inheritance:


SDPS communication protocol
----------------------------
.. automodule:: spsdk.sdp.sdps
   :members:
   :undoc-members:
   :show-inheritance:


SDP Error/Status codes
-----------------------

.. automodule:: spsdk.sdp.error_codes
   :members:
   :undoc-members:
   :show-inheritance:


SDP Exceptions
----------------
.. automodule:: spsdk.sdp.exceptions
   :members:
   :undoc-members:
   :show-inheritance:

