summaryrefslogtreecommitdiff
path: root/firmware/export/mc13783.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/mc13783.h')
-rw-r--r--firmware/export/mc13783.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/mc13783.h b/firmware/export/mc13783.h
index eede1cd307..32b788544e 100644
--- a/firmware/export/mc13783.h
+++ b/firmware/export/mc13783.h
@@ -1281,12 +1281,12 @@ uint32_t mc13783_set(unsigned address, uint32_t bits);
1281uint32_t mc13783_clear(unsigned address, uint32_t bits); 1281uint32_t mc13783_clear(unsigned address, uint32_t bits);
1282int mc13783_write(unsigned address, uint32_t data); 1282int mc13783_write(unsigned address, uint32_t data);
1283uint32_t mc13783_write_masked(unsigned address, uint32_t data, uint32_t mask); 1283uint32_t mc13783_write_masked(unsigned address, uint32_t data, uint32_t mask);
1284int mc13783_write_multiple(unsigned start, const uint32_t *buffer, int count);
1285int mc13783_write_regset(const unsigned char *regs, const uint32_t *data, int count); 1284int mc13783_write_regset(const unsigned char *regs, const uint32_t *data, int count);
1286uint32_t mc13783_read(unsigned address); 1285uint32_t mc13783_read(unsigned address);
1287int mc13783_read_multiple(unsigned start, uint32_t *buffer, int count);
1288int mc13783_read_regset(const unsigned char *regs, uint32_t *buffer, int count); 1286int mc13783_read_regset(const unsigned char *regs, uint32_t *buffer, int count);
1289 1287
1288#define MC13783_DATA_ERROR UINT32_MAX
1289
1290/* Statically-registered event enable/disable */ 1290/* Statically-registered event enable/disable */
1291enum mc13783_event_sets 1291enum mc13783_event_sets
1292{ 1292{