Synopsis
typedef struct {
  const  __AHRS_METHODS_s *__methods;
} AHRS_STATE_t;
Description

AHRS_STATE_t contains the internal state of the AHRS and all fields are considered private to the driver and inaccessible to the user. The API-level functions alter the state and inquire data, please do not directly reference the state!