Implement temperature control using peci
This commit is contained in:
@ -22,6 +22,24 @@ bool gpio_get(struct Gpio * gpio);
|
||||
void gpio_set(struct Gpio * gpio, bool value);
|
||||
|
||||
volatile uint8_t __xdata __at(0x1600) GCR;
|
||||
volatile uint8_t __xdata __at(0x16F0) GCR1;
|
||||
volatile uint8_t __xdata __at(0x16F1) GCR2;
|
||||
volatile uint8_t __xdata __at(0x16F2) GCR3;
|
||||
volatile uint8_t __xdata __at(0x16F3) GCR4;
|
||||
volatile uint8_t __xdata __at(0x16F4) GCR5;
|
||||
volatile uint8_t __xdata __at(0x16F5) GCR6;
|
||||
volatile uint8_t __xdata __at(0x16F6) GCR7;
|
||||
volatile uint8_t __xdata __at(0x16F7) GCR8;
|
||||
volatile uint8_t __xdata __at(0x16F8) GCR9;
|
||||
volatile uint8_t __xdata __at(0x16F9) GCR10;
|
||||
volatile uint8_t __xdata __at(0x16FA) GCR11;
|
||||
volatile uint8_t __xdata __at(0x16FB) GCR12;
|
||||
volatile uint8_t __xdata __at(0x16FC) GCR13;
|
||||
volatile uint8_t __xdata __at(0x16FD) GCR14;
|
||||
volatile uint8_t __xdata __at(0x16FE) GCR15;
|
||||
volatile uint8_t __xdata __at(0x16E0) GCR16;
|
||||
volatile uint8_t __xdata __at(0x16E1) GCR17;
|
||||
volatile uint8_t __xdata __at(0x16E2) GCR18;
|
||||
|
||||
volatile uint8_t __xdata __at(0x1601) GPDRA;
|
||||
volatile uint8_t __xdata __at(0x1602) GPDRB;
|
||||
|
Reference in New Issue
Block a user