| lt_ret_t lt_r_config_read | ( | lt_handle_t * | h, |
| const enum lt_config_obj_addr_t | addr, | ||
| uint32_t * | obj | ||
| ) |
| h | Handle for communication with TROPIC01 |
| addr | Address of a config object |
| obj | Variable to read content into |
| LT_OK | Function executed successfully |
| other | Function did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value |