|
nfc5 2.2.0
|
NFC 5 Click context object. More...
#include <nfc5.h>
Data Fields | |
| digital_in_t | irq |
| i2c_master_t | i2c |
| spi_master_t | spi |
| uint8_t | slave_address |
| pin_name_t | chip_select |
| nfc5_drv_t | drv_sel |
| nfc5_master_io_t | write_f |
| nfc5_master_io_t | read_f |
| uint32_t | int_status |
| nfc5_an_cfg_mgmt_t | an_cfg_mgmt |
| nfc5_rfal_t | rfal |
| nfc5_rfal_nfc_t | nfc_dev |
| nfc5_rfal_nfca_t | nfca |
NFC 5 Click context object.
Context object definition of NFC 5 Click driver.
| nfc5_an_cfg_mgmt_t an_cfg_mgmt |
Analog Configuration LUT management.
| pin_name_t chip_select |
Chip select pin descriptor (used for SPI driver).
| nfc5_drv_t drv_sel |
Master driver interface selector.
| i2c_master_t i2c |
I2C driver object.
| uint32_t int_status |
Interrupt status.
| digital_in_t irq |
IRQ pin.
| nfc5_rfal_nfc_t nfc_dev |
RFAL NFC device instance.
| nfc5_rfal_nfca_t nfca |
RFAL NFC-A instance.
| nfc5_master_io_t read_f |
Master read function.
| nfc5_rfal_t rfal |
RFAL module instance.
| uint8_t slave_address |
Device slave address (used for I2C driver).
| spi_master_t spi |
SPI driver object.
| nfc5_master_io_t write_f |
Master write function.