nfc7i2c
2.1.0.0
|
NFC 7 I2C Click context object. More...
#include <nfc7i2c.h>
Data Fields | |
digital_out_t | ven |
digital_in_t | irq |
i2c_master_t | i2c |
uint8_t | slave_address |
nfc7i2c_pkt_ctrl_t | pkt_ctrl |
nfc7i2c_pkt_data_t | pkt_data |
uint8_t | cmd [NFC7I2C_MAX_NCI_FRAME_SIZE] |
uint8_t | rsp [NFC7I2C_MAX_NCI_FRAME_SIZE] |
uint16_t | rsp_len |
uint8_t | fw_version [3] |
uint8_t | next_tag_protocol |
NFC 7 I2C Click context object.
Context object definition of NFC 7 I2C Click driver.
uint8_t cmd[NFC7I2C_MAX_NCI_FRAME_SIZE] |
NCI command buffer.
uint8_t fw_version[3] |
FW version (ROM.major.minor).
i2c_master_t i2c |
I2C driver object.
digital_in_t irq |
Interrupt request pin.
uint8_t next_tag_protocol |
Next discovered tag protocol.
nfc7i2c_pkt_ctrl_t pkt_ctrl |
NCI Packet control.
nfc7i2c_pkt_data_t pkt_data |
NCI Packet data.
uint8_t rsp[NFC7I2C_MAX_NCI_FRAME_SIZE] |
NCI response buffer.
uint16_t rsp_len |
NCI response length.
uint8_t slave_address |
Device slave address (used for I2C driver).
digital_out_t ven |
Reset pin (active low).