nfc4 2.0.0.0
|
NFC 4 Click RFAL NFC structure. More...
#include <nfc4.h>
Data Fields | |
nfc4_rfal_nfc_state_t | state |
uint8_t | sel_dev_idx |
nfc4_rfal_nfc_device_t * | active_dev |
nfc4_rfal_nfc_device_t | dev_list [NFC4_NFC_MAX_DEVICES] |
uint8_t | dev_cnt |
bool | is_tech_init |
bool | is_oper_ongoing |
NFC 4 Click RFAL NFC structure.
RFAL NFC main struct.
nfc4_rfal_nfc_device_t* active_dev |
Active device pointer.
uint8_t dev_cnt |
Decices found counter.
nfc4_rfal_nfc_device_t dev_list[NFC4_NFC_MAX_DEVICES] |
Location of device list.
bool is_oper_ongoing |
Flag indicating opration is ongoing.
bool is_tech_init |
Flag indicating technology has been set.
uint8_t sel_dev_idx |
Selected device index.
nfc4_rfal_nfc_state_t state |
Main state.