![]() |
nRF Connect SDK API 3.3.99
|
| #define ACCEL_TO_ANGLE_FILTER_DEFINE | ( | _instance_name, | |
| _ctx, | |||
| _process_request, | |||
| _clean_request ) |
#include <include/accel_to_angle/accel_to_angle.h>
Define a filter instance.
The macro defines a filter instance with the specified parameters.
The filter context pointer can be NULL if not needed by the filter implementation. The clean request pointer can be NULL if not needed.
| _instance_name | Name of the filter instance. |
| _ctx | Pointer to the filter context. |
| _process_request | Pointer to the data process request callback function. |
| _clean_request | Pointer to the data clean request callback function. |