nRF Connect SDK API 2.8.99
|
struct nrf_compress_implementation * nrf_compress_implementation_find | ( | uint16_t | id | ) |
#include <include/nrf_compress/implementation.h>
Find a compression implementation.
[in] | id | Type of compression nrf_compress_types. |
non-NULL | Success. |
NULL | Compression type not found/supported. |