Go to the documentation of this file.
11 #define LM7000_DATA (1 << 0)
12 #define LM7000_CLK (1 << 1)
13 #define LM7000_CE (1 << 2)
15 #define LM7000_FM_100 (0 << 20)
16 #define LM7000_FM_50 (1 << 20)
17 #define LM7000_FM_25 (2 << 20)
18 #define LM7000_BIT_FM (1 << 23)
21 void (*set_pins)(
void *handle,
u8 pins))
31 for (i = 0; i < 24; i++) {