nRF Connect SDK API 2.8.99
|
typedef int(* nrf_compress_deinit_func_t) (void *inst) |
#include <include/nrf_compress/implementation.h>
De-initialize compression implementation.
[in] | inst | Reserved for future use, must be NULL. |
0 | Success. |
-errno | Negative errno code on other failure. |