39#ifndef __INCLUDE_SENSING_TAP_MANAGER_H
40#define __INCLUDE_SENSING_TAP_MANAGER_H
58typedef void (FAR *tap_mng_out_cbs)(
int tap_cnt);
int TapMngStart(struct tap_mng_start_param *sta_prm, int *ctl_id)
Start Accel sensor and detect tap.
int TapMngInit(void)
Initial processing. Create task.
int TapMngFin(void)
Finalize processing.
int TapMngStop(int ctl_id)
Stop the Accel sensor and stop tap detection.
Coefficient required for tap detection.
Definition: tap.h:131
tap manager initial setting value
Definition: tap_manager.h:73
tap_mng_out_cbs cbs
Definition: tap_manager.h:75
ST_TAP_OPEN tap_prm
Definition: tap_manager.h:74