51 lines
793 B
ReStructuredText
51 lines
793 B
ReStructuredText
Sigma-delta Modulation
|
|
======================
|
|
|
|
Overview
|
|
--------
|
|
|
|
ESP32 has a second-order sigma-delta modulation module.
|
|
This driver configures the channels of the sigma-delta module.
|
|
|
|
Application Example
|
|
-------------------
|
|
|
|
Sigma-delta Modulation example: :example:`peripherals/sigmadelta`.
|
|
|
|
API Reference
|
|
-------------
|
|
|
|
Header Files
|
|
^^^^^^^^^^^^
|
|
|
|
* :component_file:`driver/include/driver/sigmadelta.h`
|
|
|
|
|
|
Macros
|
|
^^^^^^
|
|
|
|
|
|
Type Definitions
|
|
^^^^^^^^^^^^^^^^
|
|
|
|
|
|
Enumerations
|
|
^^^^^^^^^^^^
|
|
|
|
.. doxygenenum:: sigmadelta_channel_t
|
|
|
|
Structures
|
|
^^^^^^^^^^
|
|
|
|
.. doxygenstruct:: sigmadelta_config_t
|
|
:members:
|
|
|
|
|
|
Functions
|
|
^^^^^^^^^
|
|
|
|
.. doxygenfunction:: sigmadelta_config
|
|
.. doxygenfunction:: sigmadelta_set_duty
|
|
.. doxygenfunction:: sigmadelta_set_prescale
|
|
.. doxygenfunction:: sigmadelta_set_pin
|
|
|