Loading...
Searching...
No Matches
dac_dds_params_t Struct Reference

Configuration struct for a DAC DDS channel. More...

Detailed Description

Configuration struct for a DAC DDS channel.

Definition at line 67 of file dac_dds.h.

#include <dac_dds.h>

Data Fields

dac_t dac
 The DAC used for playing the sample

 
tim_t timer
 Timer used for periodic DAC events

 
uint32_t timer_hz
 Timer frequency, must be at least 2x sample rate.
 

Field Documentation

◆ dac

dac_t dac_dds_params_t::dac

The DAC used for playing the sample

Definition at line 68 of file dac_dds.h.

◆ timer

tim_t dac_dds_params_t::timer

Timer used for periodic DAC events

Definition at line 69 of file dac_dds.h.

◆ timer_hz

uint32_t dac_dds_params_t::timer_hz

Timer frequency, must be at least 2x sample rate.

Definition at line 70 of file dac_dds.h.


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