Deleted Added
sdiff udiff text old ( 11320:42ecb523c64a ) new ( 11810:de0de48a2d1c )
full compact
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 80 unchanged lines hidden (view full) ---

89const uint32_t REG_RLPML = 0x05004;
90const uint32_t REG_RFCTL = 0x05008;
91const uint32_t REG_MTA = 0x05200;
92const uint32_t REG_RAL = 0x05400;
93const uint32_t REG_RAH = 0x05404;
94const uint32_t REG_VFTA = 0x05600;
95
96const uint32_t REG_WUC = 0x05800;
97const uint32_t REG_MANC = 0x05820;
98const uint32_t REG_SWSM = 0x05B50;
99const uint32_t REG_FWSM = 0x05B54;
100const uint32_t REG_SWFWSYNC = 0x05B5C;
101
102const uint8_t EEPROM_READ_OPCODE_SPI = 0x03;
103const uint8_t EEPROM_RDSR_OPCODE_SPI = 0x05;
104const uint8_t EEPROM_SIZE = 64;

--- 750 unchanged lines hidden ---