SZSPTP ez430-RF2480 1.0

ZigBee Sensor Network with synchronized time and time-stamped measurements.
Configuration interface
+ Collaboration diagram for Configuration interface:

Functions

UInt8 ccai_s_zb_read_configuration (UInt8 configId)
 Read configuration request. More...
 
UInt8 ccai_s_zb_write_configuration (UInt8 configId, UInt8 len, void *pBuf)
 Write configuration request. More...
 

Detailed Description

Function Documentation

UInt8 ccai_s_zb_read_configuration ( UInt8  configId)

Read configuration request.

Request to read a configuration parameter.

Parameters
[in]configIdSpecifies the identifier for the configuration property.
Returns
1 if sent, 0 if fail (fail if SPI is busy).

Definition at line 1223 of file cc2480ai.c.

References spi_reqBegin(), spi_reqData(), and spi_reqEnd().

+ Here is the call graph for this function:

UInt8 ccai_s_zb_write_configuration ( UInt8  configId,
UInt8  len,
void *  pBuf 
)

Write configuration request.

Request to write a configuration parameter.

Parameters
[in]configIdSpecifies the identifier for the configuration property.
[in]lenLength of the configuration value.
[in]pBufPointer to the data to write.
Returns
1 if sent, 0 if fail (fail if SPI is busy).

Definition at line 1256 of file cc2480ai.c.

References spi_reqBegin(), spi_reqData(), and spi_reqEnd().

Referenced by nwk_configureWrite().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: