4 #include <twr_common.h> 
    8     TWR_INFO_PIB_VALID = 0,
 
    9     TWR_INFO_PIB_ERR_SIGNATURE = -1,
 
   10     TWR_INFO_PIB_ERR_VERSION = -2,
 
   11     TWR_INFO_PIB_ERR_SIZE = -3,
 
   12     TWR_INFO_PIB_ERR_CRC = -4,
 
   16 void twr_info_init(
void);
 
   19 twr_info_pib_check(
void);
 
   22 twr_info_serial_number(
void);
 
   25 twr_info_hw_revision(
void);
 
   28 twr_info_hw_variant(
void);
 
   31 twr_info_fw_version(
void);
 
   34 twr_info_vendor_name(
void);
 
   37 twr_info_product_name(
void);