diff options
author | Uros Majstorovic <majstor@majstor.org> | 2025-02-13 18:38:59 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2025-02-13 18:38:59 +0100 |
commit | 2d238f621b57a10dd262be124e0771ba1826347a (patch) | |
tree | 7f5e04e560e63af8b1b046f5f532aae24d060258 /fw/fe310/eos/dev/tps61052.h | |
parent | b74fe91ca04484567b10bb7f3136d39d5e2363d8 (diff) |
moved other drivers to drv/
Diffstat (limited to 'fw/fe310/eos/dev/tps61052.h')
-rw-r--r-- | fw/fe310/eos/dev/tps61052.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/fw/fe310/eos/dev/tps61052.h b/fw/fe310/eos/dev/tps61052.h deleted file mode 100644 index 2711d2b..0000000 --- a/fw/fe310/eos/dev/tps61052.h +++ /dev/null @@ -1,34 +0,0 @@ -#include <stdint.h> - -/* register b00 */ -int eos_tps61052_get_tc(uint8_t *tc); -int eos_tps61052_set_tc(uint8_t tc); -int eos_tps61052_get_dim(uint8_t *dim); -int eos_tps61052_set_dim(uint8_t dim); -int eos_tps61052_get_ov(uint8_t *ov); -int eos_tps61052_set_ov(uint8_t ov); -int eos_tps61052_get_mode0(uint8_t *mode); -int eos_tps61052_set_mode0(uint8_t mode); - -/* register b01 */ -int eos_tps61052_get_fc(uint8_t *fc); -int eos_tps61052_set_fc(uint8_t fc); -int eos_tps61052_get_sft(uint8_t *sft); -int eos_tps61052_set_sft(uint8_t sft); -int eos_tps61052_get_stt(uint8_t *stt); -int eos_tps61052_set_stt(uint8_t stt); -int eos_tps61052_get_to(uint8_t *to); -int eos_tps61052_get_mode1(uint8_t *mode); -int eos_tps61052_set_mode1(uint8_t mode); - -/* register b10 */ -int eos_tps61052_get_adc(uint8_t *adc); -int eos_tps61052_get_lf(uint8_t *lf); -int eos_tps61052_get_ot(uint8_t *ot); -int eos_tps61052_set_ilim(uint8_t ilim); - -/* register b11 */ -int eos_tps61052_get_stim(uint8_t *stim); -int eos_tps61052_set_stim(uint8_t stim); -int eos_tps61052_get_dctim(uint8_t *dctim); -int eos_tps61052_set_dctim(uint8_t dctim); |