![]() |
LibDriver AS608
1.0.0
AS608 full-featured driver
|
driver as608 advance source file More...
#include "driver_as608_advance.h"
Go to the source code of this file.
Functions | |
uint8_t | as608_advance_init (uint32_t addr) |
advance example init More... | |
uint8_t | as608_advance_input_fingerprint (void(*callback)(int8_t status, const char *const fmt,...), uint16_t *score, uint16_t *page_number, as608_status_t *status) |
advance example input fingerprint More... | |
uint8_t | as608_advance_verify (uint16_t *found_page, uint16_t *score, as608_status_t *status) |
advance example verify More... | |
uint8_t | as608_advance_high_speed_verify (uint16_t *found_page, uint16_t *score, as608_status_t *status) |
advance example high speed verify More... | |
uint8_t | as608_advance_print_status (as608_status_t status) |
advance example print status More... | |
uint8_t | as608_advance_delete_fingerprint (uint16_t page_number, as608_status_t *status) |
advance example delete fingerprint More... | |
uint8_t | as608_advance_empty_fingerprint (as608_status_t *status) |
advance example empty fingerprint More... | |
uint8_t | as608_advance_write_notepad (uint8_t page_number, uint8_t data[32], as608_status_t *status) |
advance example write notepad More... | |
uint8_t | as608_advance_read_notepad (uint8_t page_number, uint8_t data[32], as608_status_t *status) |
advance example read notepad More... | |
uint8_t | as608_advance_random (uint32_t *randn, as608_status_t *status) |
advance example get random More... | |
uint8_t | as608_advance_flash_information (uint8_t *output_buffer, uint16_t *output_len, as608_status_t *status) |
advance example get flash information More... | |
uint8_t | as608_advance_params (as608_params_t *params, as608_status_t *status) |
advance example get params More... | |
uint8_t | as608_advance_enroll (uint16_t *page_number, as608_status_t *status) |
advance example enroll More... | |
uint8_t | as608_advance_identify (uint16_t *page_number, uint16_t *score, as608_status_t *status) |
advance example identify More... | |
uint8_t | as608_advance_upload_flash_feature (uint16_t page_number, uint8_t *output_buffer, uint16_t *output_len, as608_status_t *status) |
advance example upload flash feature More... | |
uint8_t | as608_advance_upload_image_feature (uint8_t *output_buffer, uint16_t *output_len, as608_status_t *status) |
advance example upload image feature More... | |
uint8_t | as608_advance_download_flash_feature (uint16_t page_number, uint8_t *input_buffer, uint16_t input_len, as608_status_t *status) |
advance example download flash feature More... | |
uint8_t | as608_advance_upload_image (uint8_t *output_buffer, uint16_t *output_len, as608_status_t *status) |
advance example upload image More... | |
uint8_t | as608_advance_download_image (uint16_t page_number, uint8_t *input_buffer, uint16_t input_len, as608_status_t *status) |
advance example download image More... | |
uint8_t | as608_advance_deinit (void) |
advance example deinit More... | |
driver as608 advance source file
Copyright (c) 2015 - present LibDriver All rights reserved
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Date | Version | Author | Description |
---|---|---|---|
2023/09/30 | 1.0 | Shifeng Li | first upload |
Definition in file driver_as608_advance.c.