![]() |
LibDriver AS608
|
driver as608 advance header file More...
#include "driver_as608_interface.h"Go to the source code of this file.
Macros | |
| #define | AS608_ADVANCE_SEND_CONFIG 0 |
| as608 advance send command configure | |
| #define | AS608_ADVANCE_DEFAULT_PORT AS608_BOOL_TRUE |
| as608 advance example default definition | |
| #define | AS608_ADVANCE_DEFAULT_BAUD_RATE 6 |
| #define | AS608_ADVANCE_DEFAULT_LEVEL AS608_LEVEL_3 |
| #define | AS608_ADVANCE_DEFAULT_PACKET_SIZE AS608_PACKET_SIZE_128_BYTES |
| #define | AS608_ADVANCE_DEFAULT_PASSWORD 0x00000000 |
| #define | AS608_ADVANCE_DEFAULT_ADDRESS 0xFFFFFFFF |
| #define | AS608_ADVANCE_DEFAULT_FEATURE AS608_BUFFER_NUMBER_1 |
| #define | AS608_ADVANCE_DEFAULT_TIMEOUT 10 |
Functions | |
| uint8_t | as608_advance_init (uint32_t addr) |
| advance example init | |
| uint8_t | as608_advance_deinit (void) |
| advance example deinit | |
| uint8_t | as608_advance_print_status (as608_status_t status) |
| advance example print status | |
| 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 | |
| uint8_t | as608_advance_verify (uint16_t *found_page, uint16_t *score, as608_status_t *status) |
| advance example verify | |
| uint8_t | as608_advance_high_speed_verify (uint16_t *found_page, uint16_t *score, as608_status_t *status) |
| advance example high speed verify | |
| uint8_t | as608_advance_delete_fingerprint (uint16_t page_number, as608_status_t *status) |
| advance example delete fingerprint | |
| uint8_t | as608_advance_empty_fingerprint (as608_status_t *status) |
| advance example empty fingerprint | |
| uint8_t | as608_advance_write_notepad (uint8_t page_number, uint8_t data[32], as608_status_t *status) |
| advance example write notepad | |
| uint8_t | as608_advance_read_notepad (uint8_t page_number, uint8_t data[32], as608_status_t *status) |
| advance example read notepad | |
| uint8_t | as608_advance_random (uint32_t *randn, as608_status_t *status) |
| advance example get random | |
| uint8_t | as608_advance_flash_information (uint8_t *output_buffer, uint16_t *output_len, as608_status_t *status) |
| advance example get flash information | |
| uint8_t | as608_advance_params (as608_params_t *params, as608_status_t *status) |
| advance example get params | |
| uint8_t | as608_advance_enroll (uint16_t *page_number, as608_status_t *status) |
| advance example enroll | |
| uint8_t | as608_advance_identify (uint16_t *page_number, uint16_t *score, as608_status_t *status) |
| advance example identify | |
| 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 | |
| uint8_t | as608_advance_upload_image_feature (uint8_t *output_buffer, uint16_t *output_len, as608_status_t *status) |
| advance example upload image feature | |
| 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 | |
| uint8_t | as608_advance_upload_image (uint8_t *output_buffer, uint16_t *output_len, as608_status_t *status) |
| advance example upload image | |
| 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 | |
driver as608 advance header 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.h.