LibDriver NTAG21X
Loading...
Searching...
No Matches
ntag21x_handle_s Struct Reference

ntag21x handle structure definition More...

#include <driver_ntag21x.h>

Data Fields

uint8_t(* contactless_init )(void)
uint8_t(* contactless_deinit )(void)
uint8_t(* contactless_transceiver )(uint8_t *in_buf, uint8_t in_len, uint8_t *out_buf, uint8_t *out_len)
void(* delay_ms )(uint32_t ms)
void(* debug_print )(const char *const fmt,...)
uint8_t type
uint8_t inited
uint8_t end_page

Detailed Description

ntag21x handle structure definition

Definition at line 147 of file driver_ntag21x.h.

Field Documentation

◆ contactless_deinit

uint8_t(* contactless_deinit) (void)

point to a contactless_deinit function address

Definition at line 150 of file driver_ntag21x.h.

◆ contactless_init

uint8_t(* contactless_init) (void)

point to a contactless_init function address

Definition at line 149 of file driver_ntag21x.h.

◆ contactless_transceiver

uint8_t(* contactless_transceiver) (uint8_t *in_buf, uint8_t in_len, uint8_t *out_buf, uint8_t *out_len)

point to a contactless_transceiver function address

Definition at line 151 of file driver_ntag21x.h.

◆ debug_print

void(* debug_print) (const char *const fmt,...)

point to a debug_print function address

Definition at line 154 of file driver_ntag21x.h.

◆ delay_ms

void(* delay_ms) (uint32_t ms)

point to a delay_ms function address

Definition at line 153 of file driver_ntag21x.h.

◆ end_page

uint8_t end_page

end page

Definition at line 157 of file driver_ntag21x.h.

◆ inited

uint8_t inited

inited flag

Definition at line 156 of file driver_ntag21x.h.

◆ type

uint8_t type

ntag type

Definition at line 155 of file driver_ntag21x.h.


The documentation for this struct was generated from the following file: