|
Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
PWM output handle. More...
#include <types.hpp>
Public Attributes | |
| uint32_t | timer |
| Timer/PWM peripheral number. | |
| uint32_t | channel |
| Channel within the timer. | |
PWM output handle.
Represents a PWM output as resolved from hardware manifests.
| uint32_t sbl::PwmHandle::timer |