#include "board.h"
#include "gpio.h"
#include "power_clocks_lib.h"
#include "et024006dhu.h"
#include "delay.h"
#include "avr32_logo.h"
#include "conf_clock.h"
#include "pwm.h"
Functions | |
int | main (void) |
static void | tft_bl_init (void) |
Variables | |
avr32_pwm_channel_t | pwm_channel6 |
int main | ( | void | ) |
References avr32_logo, BLACK, BLUE, delay_ms, et024006_DrawFilledRect(), et024006_DrawHorizLine(), et024006_DrawLine(), et024006_DrawVertLine(), ET024006_HEIGHT, et024006_Init(), et024006_PrintString(), et024006_PutPixmap(), ET024006_WIDTH, ET024006DHU_BL_PIN, FONT6x8, FONT8x8, FOSC0, gpio_enable_gpio_pin(), gpio_set_gpio_pin(), LED0_GPIO, LED1_GPIO, LED2_GPIO, LED3_GPIO, OSC0_STARTUP, PCL_OSC0, pcl_switch_to_osc(), pwm_async_update_channel(), pwm_channel6, and tft_bl_init().
|
static |
References pwm_opt_t::diva, pwm_channel6, pwm_channel_init(), pwm_init(), PWM_MODE_LEFT_ALIGNED, PWM_POLARITY_HIGH, pwm_start_channels(), and PWM_UPDATE_DUTY.
Referenced by main().
avr32_pwm_channel_t pwm_channel6 |
Referenced by main(), and tft_bl_init().