Go to the source code of this file.
Classes | |
| struct | tap_mng_start_param |
| tap manager initial setting value More... | |
Typedefs | |
| typedef void(FAR * | tap_mng_out_cbs) (int tap_cnt) |
Functions | |
| int | TapMngInit (void) |
| Initial processing. Create task. More... | |
| int | TapMngStart (struct tap_mng_start_param *sta_prm, int *ctl_id) |
| Start Accel sensor and detect tap. More... | |
| int | TapMngStop (int ctl_id) |
| Stop the Accel sensor and stop tap detection. More... | |
| int | TapMngFin (void) |
| Finalize processing. More... | |