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.
trezor-firmware/core/embed/trezorhal/stm32f4/backlight_pwm.h

18 lines
266 B

#ifndef CORE_BACKLIGHT_H
#define CORE_BACKLIGHT_H
#include "common.h"
int backlight_pwm_set(int val);
int backlight_pwm_get(void);
void backlight_pwm_init(void);
void backlight_pwm_reinit(void);
void backlight_pwm_set_slow(void);
#endif // CORE_BACKLIGHT_H