![]() |
Edge AI Add-on API 2.2.0
|
| nrf_dsp_f24_t nrf_dsp_f24_init | ( | uint16_t | mantissa, |
| int8_t | exp, | ||
| uint8_t | sign ) |
#include <include/nrf_edgeai/dsp/support/nrf_dsp_f24.h>
Initialize Float24 value from metainformaton.
| [in] | mantissa | Mantissa |
| [in] | exp | Exponent |
| [in] | sign | Sign byte: nrf_dsp_f24_SIGNED or nrf_dsp_f24_UNSIGNED |