BSL430.NET  1.3.4
Properties | List of all members
BSL430_NET.FirmwareTools.FwTools.FwNode Class Reference

Atomic unit which every firmware consits of representated by single byte with max 32-bit long address. More...

Properties

byte Data = 0xFF [get, set]
 Data is single data byte with associated 16-bit address Addr. More...
 
long Addr = 0 [get, set]
 Addr is address of Data byte, max 32-bit length is supported. More...
 

Detailed Description

Atomic unit which every firmware consits of representated by single byte with max 32-bit long address.

Property Documentation

◆ Addr

long BSL430_NET.FirmwareTools.FwTools.FwNode.Addr = 0
getset

Addr is address of Data byte, max 32-bit length is supported.

◆ Data

byte BSL430_NET.FirmwareTools.FwTools.FwNode.Data = 0xFF
getset

Data is single data byte with associated 16-bit address Addr.


The documentation for this class was generated from the following file: