libtropic
C library for TROPIC01 chip
|
lt_ret_t lt_r_mem_data_write | ( | lt_handle_t * | h, |
const uint16_t | udata_slot, | ||
uint8_t * | data, | ||
const uint16_t | size | ||
) |
h | Device's handle |
udata_slot | Memory's slot to be written |
data | Buffer of data to be written into R MEMORY slot |
size | Size of data to be written (valid range given by macros R_MEM_DATA_SIZE_MIN and R_MEM_DATA_SIZE_MAX ) |
LT_OK | Function executed successfully |
other | Function did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value |