nfctag5 2.0.0.0
|
This file contains API for NFC Tag 5 Click Driver. More...
#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_i2c_master.h"
#include "drv_analog_in.h"
Go to the source code of this file.
Data Structures | |
union | nfctag5_block_t |
NFC Tag 5 Click memory block union definition. More... | |
struct | nfctag5_t |
NFC Tag 5 Click context object. More... | |
struct | nfctag5_cfg_t |
NFC Tag 5 Click configuration object. More... | |
Enumerations | |
enum | nfctag5_return_value_t { NFCTAG5_OK = 0 , NFCTAG5_ERROR = -1 } |
NFC Tag 5 Click return value data. More... | |
Functions | |
void | nfctag5_cfg_setup (nfctag5_cfg_t *cfg) |
NFC Tag 5 configuration object setup function. | |
err_t | nfctag5_init (nfctag5_t *ctx, nfctag5_cfg_t *cfg) |
NFC Tag 5 initialization function. | |
err_t | nfctag5_default_cfg (nfctag5_t *ctx) |
NFC Tag 5 default configuration function. | |
err_t | nfctag5_set_address_mode (nfctag5_t *ctx, uint8_t mode) |
NFC Tag 5 set address mode function. | |
err_t | nfctag5_write_memory_block (nfctag5_t *ctx, uint16_t block_addr, nfctag5_block_t *block) |
NFC Tag 5 write memory block function. | |
err_t | nfctag5_read_memory_block (nfctag5_t *ctx, uint16_t block_addr, nfctag5_block_t *block) |
NFC Tag 5 read memory block function. | |
err_t | nfctag5_write_multiple_memory_block (nfctag5_t *ctx, uint16_t block_addr, nfctag5_block_t *block, uint8_t num_blocks) |
NFC Tag 5 write multiple memory block function. | |
err_t | nfctag5_read_multiple_memory_block (nfctag5_t *ctx, uint16_t block_addr, nfctag5_block_t *block, uint8_t num_blocks) |
NFC Tag 5 read multiple memory block function. | |
err_t | nfctag5_write_ndef_uri_record (nfctag5_t *ctx, uint8_t uri_prefix, uint8_t *uri_data, uint8_t data_len) |
NFC Tag 5 write NDEF URI record function. | |
err_t | nfctag5_format_memory (nfctag5_t *ctx) |
NFC Tag 5 format memory function. | |
err_t | nfctag5_write_message_to_memory (nfctag5_t *ctx, uint16_t block_addr, uint8_t *message, uint16_t message_len) |
NFC Tag 5 write message to memory function. | |
err_t | nfctag5_read_message_from_memory (nfctag5_t *ctx, uint16_t block_addr, uint8_t *message, uint16_t message_len) |
NFC Tag 5 read message from memory function. | |
err_t | nfctag5_read_vh_pin_value (nfctag5_t *ctx, uint16_t *data_out) |
NFC Tag 5 read AN pin value function. | |
err_t | nfctag5_read_vh_pin_voltage (nfctag5_t *ctx, float *data_out) |
NFC Tag 5 read VH pin voltage level function. | |
uint8_t | nfctag5_get_busy_pin (nfctag5_t *ctx) |
NFC Tag 5 get busy pin function. | |
This file contains API for NFC Tag 5 Click Driver.