|
| #define | NRF_DSP_ZERO_DIV_FLAG 0 |
| | Macro for return values to indicate potential divide-by-zero in the DSP functions.
|
| |
| #define | NRF_DSP_RETURN_IF(is_true, ret_val) |
| | Macro for verifying that the provided condition is true. It will cause the exterior function to return an error value if it is not, only if runtime checks are enabled.
|
| |
| #define | NRF_DSP_LOG_ENABLE 0 |
| | Logging macro, can be enabled by setting NRF_DSP_LOG_ENABLE to 1.
|
| |
| #define | NRF_DSP_LOG(...) |
| |
| #define | NRF_DSP_ASSERT_ENABLE 0 |
| | Assertion macro, can be enabled by setting NRF_DSP_ASSERT_ENABLE to 1.
|
| |
| #define | nrf_dsp_assert(x) |
| |