Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Public Attributes | List of all members
sbl::PwmHandle Struct Reference

PWM output handle. More...

#include <types.hpp>

Collaboration diagram for sbl::PwmHandle:

Public Attributes

uint32_t timer
 Timer/PWM peripheral number.
 
uint32_t channel
 Channel within the timer.
 

Detailed Description

PWM output handle.

Represents a PWM output as resolved from hardware manifests.

Definition at line 31 of file types.hpp.

Member Data Documentation

◆ channel

uint32_t sbl::PwmHandle::channel

Channel within the timer.

Definition at line 33 of file types.hpp.

◆ timer

uint32_t sbl::PwmHandle::timer

Timer/PWM peripheral number.

Definition at line 32 of file types.hpp.


The documentation for this struct was generated from the following file: