libtropic
C library for TROPIC01 chip
|
lt_ret_t lt_out__mcounter_init | ( | lt_handle_t * | h, |
const enum lt_mcounter_index_t | mcounter_index, | ||
const uint32_t | mcounter_value | ||
) |
h | Device's handle |
mcounter_index | Index of monotonic counter |
mcounter_value | Value to set as an initial value |
LT_OK | Function executed successfully |
other | Function did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value |