libtropic
C library for TROPIC01 chip

◆ lt_r_mem_data_write()

lt_ret_t lt_r_mem_data_write ( lt_handle_t h,
const uint16_t  udata_slot,
uint8_t *  data,
const uint16_t  size 
)
Parameters
hDevice's handle
udata_slotMemory's slot to be written
dataBuffer of data to be written into R MEMORY slot
sizeSize of data to be read
Returns
LT_OK if success, otherwise returns other error code.