Microchip® Advanced Software Framework

conf_pwm_dac.h File Reference

PWM mono audio DAC driver configuration file for AVR32.

This file contains the possible external configuration of the PWM DAC.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

#include <avr32/io.h>
#include "intc.h"
#include "board.h"

Macros

PWM Connections
#define PWM_DAC_PWM   (&AVR32_PWM)
 
#define PWM_DAC_PWM_IRQ   AVR32_PWM_IRQ
 
#define PWM_DAC_PWM_INT_LEVEL   AVR32_INTC_INT3
 
#define PWM_DAC_PWM_CHANNEL_LSB   1
 Least significant 8-bit PWM channel. More...
 
#define PWM_DAC_PWM_CHANNEL_LSB_PIN
 Least significant 8-bit PWM channel pin. More...
 
#define PWM_DAC_PWM_CHANNEL_MSB   0
 Most significant 8-bit PWM channel. More...
 
#define PWM_DAC_PWM_CHANNEL_MSB_PIN
 Most significant 8-bit PWM channel pin. More...
 

#define PWM_DAC_PWM   (&AVR32_PWM)
#define PWM_DAC_PWM_CHANNEL_LSB   1
#define PWM_DAC_PWM_CHANNEL_LSB_PIN

Least significant 8-bit PWM channel pin.

#define PWM_DAC_PWM_CHANNEL_MSB   0
#define PWM_DAC_PWM_CHANNEL_MSB_PIN

Most significant 8-bit PWM channel pin.

#define PWM_DAC_PWM_INT_LEVEL   AVR32_INTC_INT3

Referenced by pwm_dac_start().

#define PWM_DAC_PWM_IRQ   AVR32_PWM_IRQ

Referenced by pwm_dac_start().