You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
304 B
14 lines
304 B
#ifndef __LEDS_RENESAS_TPU_H__
|
|
#define __LEDS_RENESAS_TPU_H__
|
|
|
|
struct led_renesas_tpu_config {
|
|
char *name;
|
|
unsigned pin_gpio_fn;
|
|
unsigned pin_gpio;
|
|
unsigned int channel_offset;
|
|
unsigned int timer_bit;
|
|
unsigned int max_brightness;
|
|
unsigned int refresh_rate;
|
|
};
|
|
|
|
#endif /* __LEDS_RENESAS_TPU_H__ */
|
|
|