|
nfc5 2.2.0
|
NFC 5 Click RFAL NFC structure. More...
#include <nfc5.h>
Data Fields | |
| nfc5_rfal_nfc_state_t | state |
| uint8_t | sel_dev_idx |
| nfc5_rfal_nfc_device_t * | active_dev |
| nfc5_rfal_nfc_device_t | dev_list [NFC5_NFC_MAX_DEVICES] |
| uint8_t | dev_cnt |
| bool | is_tech_init |
| bool | is_oper_ongoing |
NFC 5 Click RFAL NFC structure.
RFAL NFC main struct.
| nfc5_rfal_nfc_device_t* active_dev |
Active device pointer.
| uint8_t dev_cnt |
Decices found counter.
| nfc5_rfal_nfc_device_t dev_list[NFC5_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.
| nfc5_rfal_nfc_state_t state |
Main state.