Interface: tos.chips.cc1000.HplCC1000
interface HplCC1000
Low-level CC1000 radio-access operations that must be provided by a
platform wishing to use this CC1000 implementation.
- Author:
-
Jason Hill
-
David Gay
-
Philip Levis
Commands
command bool getLOCK()
command void init()
command uint8_t read(uint8_t addr)
command void write(uint8_t addr, uint8_t data)
Commands - Details
getLOCK
command bool getLOCK()
- Returns:
-
State of CHP_OUT as a boolean (TRUE for high)
init
command void init()
read
command uint8_t read(uint8_t addr)
- Parameters:
-
addr - Which CC1000 register
- Returns:
-
Value of register
write
command void write(uint8_t addr, uint8_t data)
- Parameters:
-
addr - Which CC1000 register
-
data - Value to write