|
Zephyr Project API 4.3.99
A Scalable Open Source RTOS
|
@driver_ops{Biometrics} More...
#include <biometrics.h>
Data Fields | |
| biometric_api_get_capabilities | get_capabilities |
| @driver_ops_mandatory Get biometric sensor capabilities. | |
| biometric_api_attr_set | attr_set |
| @driver_ops_optional Set a biometric sensor attribute. | |
| biometric_api_attr_get | attr_get |
| @driver_ops_optional Get a biometric sensor attribute. | |
| biometric_api_enroll_start | enroll_start |
| @driver_ops_mandatory Start biometric enrollment. | |
| biometric_api_enroll_capture | enroll_capture |
| @driver_ops_mandatory Capture enrollment samples. | |
| biometric_api_enroll_finalize | enroll_finalize |
| @driver_ops_mandatory Finalize enrollment. | |
| biometric_api_enroll_abort | enroll_abort |
| @driver_ops_optional Abort enrollment. | |
| biometric_api_template_store | template_store |
| @driver_ops_optional Store biometric template. | |
| biometric_api_template_read | template_read |
| @driver_ops_optional Read biometric template. | |
| biometric_api_template_delete | template_delete |
| @driver_ops_mandatory Delete biometric template. | |
| biometric_api_template_delete_all | template_delete_all |
| @driver_ops_optional Delete all biometric templates. | |
| biometric_api_template_list | template_list |
| @driver_ops_optional List stored template IDs. | |
| biometric_api_match | match |
| @driver_ops_mandatory Perform biometric matching. | |
| biometric_api_led_control | led_control |
| @driver_ops_optional Control biometric sensor LED. | |
@driver_ops{Biometrics}
| biometric_api_attr_get biometric_driver_api::attr_get |
@driver_ops_optional Get a biometric sensor attribute.
| biometric_api_attr_set biometric_driver_api::attr_set |
@driver_ops_optional Set a biometric sensor attribute.
| biometric_api_enroll_abort biometric_driver_api::enroll_abort |
@driver_ops_optional Abort enrollment.
| biometric_api_enroll_capture biometric_driver_api::enroll_capture |
@driver_ops_mandatory Capture enrollment samples.
| biometric_api_enroll_finalize biometric_driver_api::enroll_finalize |
@driver_ops_mandatory Finalize enrollment.
| biometric_api_enroll_start biometric_driver_api::enroll_start |
@driver_ops_mandatory Start biometric enrollment.
| biometric_api_get_capabilities biometric_driver_api::get_capabilities |
@driver_ops_mandatory Get biometric sensor capabilities.
| biometric_api_led_control biometric_driver_api::led_control |
@driver_ops_optional Control biometric sensor LED.
| biometric_api_match biometric_driver_api::match |
@driver_ops_mandatory Perform biometric matching.
| biometric_api_template_delete biometric_driver_api::template_delete |
@driver_ops_mandatory Delete biometric template.
| biometric_api_template_delete_all biometric_driver_api::template_delete_all |
@driver_ops_optional Delete all biometric templates.
| biometric_api_template_list biometric_driver_api::template_list |
@driver_ops_optional List stored template IDs.
| biometric_api_template_read biometric_driver_api::template_read |
@driver_ops_optional Read biometric template.
| biometric_api_template_store biometric_driver_api::template_store |
@driver_ops_optional Store biometric template.