This file contains the possible external configuration of the PWM DAC.
Definition in file conf_pwm_dac.h.
#include <avr32/io.h>
#include "intc.h"
#include "board.h"
Go to the source code of this file.
Defines | |
PWM Connections | |
| #define | PWM_DAC_PWM (&AVR32_PWM) |
| #define | PWM_DAC_PWM_CHANNEL_LSB 1 |
| Least significant 8-bit PWM channel. | |
| #define | PWM_DAC_PWM_CHANNEL_LSB_PIN |
| Least significant 8-bit PWM channel pin. | |
| #define | PWM_DAC_PWM_CHANNEL_MSB 0 |
| Most significant 8-bit PWM channel. | |
| #define | PWM_DAC_PWM_CHANNEL_MSB_PIN |
| Most significant 8-bit PWM channel pin. | |
| #define | PWM_DAC_PWM_INT_LEVEL AVR32_INTC_INT3 |
| #define | PWM_DAC_PWM_IRQ AVR32_PWM_IRQ |
| #define PWM_DAC_PWM (&AVR32_PWM) |
Definition at line 59 of file conf_pwm_dac.h.
| #define PWM_DAC_PWM_CHANNEL_LSB 1 |
| #define PWM_DAC_PWM_CHANNEL_LSB_PIN |
| #define PWM_DAC_PWM_CHANNEL_MSB 0 |
| #define PWM_DAC_PWM_CHANNEL_MSB_PIN |
| #define PWM_DAC_PWM_INT_LEVEL AVR32_INTC_INT3 |
Definition at line 61 of file conf_pwm_dac.h.
| #define PWM_DAC_PWM_IRQ AVR32_PWM_IRQ |
Definition at line 60 of file conf_pwm_dac.h.
1.5.5