|
void | nfc2_cfg_setup (nfc2_cfg_t *cfg) |
| NFC 2 configuration object setup function.
|
|
err_t | nfc2_init (nfc2_t *ctx, nfc2_cfg_t *cfg) |
| NFC 2 initialization function.
|
|
void | nfc2_default_cfg (nfc2_t *ctx, control_packet_t *ctrl_pck) |
| NFC 2 default configuration function.
|
|
err_t | nfc2_generic_write (nfc2_t *ctx, uint8_t *p_tx_data, uint8_t n_bytes) |
| NFC 2 I2C writing function.
|
|
err_t | nfc2_generic_read (nfc2_t *ctx, uint8_t *p_rx_h_data, uint8_t *p_rx_p_data) |
| NFC 2 I2C reading function.
|
|
void | nfc2_hw_reset (nfc2_t *ctx) |
| HW reset function.
|
|
uint8_t | nfc2_get_data (nfc2_t *ctx, uint8_t *p_rx_data) |
| Get data function.
|
|
void | nfc2_read_ctrl_packet_data (nfc2_t *ctx, control_packet_t *ctrl_pck) |
| Read control packet data function.
|
|
void | nfc2_write_ctrl_packet_data (nfc2_t *ctx, control_packet_t ctrl_pck) |
| Write control packet data function.
|
|
uint8_t | nfc2_check_irq (nfc2_t *ctx) |
| Check IRQ ststus function.
|
|
void | nfc2_cmd_core_reset (nfc2_t *ctx) |
| Core reset command function.
|
|
void | nfc2_cmd_core_init (nfc2_t *ctx) |
| Core init command function.
|
|
void | nfc2_cmd_disable_standby_mode (nfc2_t *ctx) |
| Disable standby mode command function.
|
|
void | nfc2_cmd_antenna_test (nfc2_t *ctx, uint8_t sel_ant) |
| Antenna test function.
|
|
void | nfc2_cmd_test_procedure (nfc2_t *ctx) |
| NFC test procedure command function.
|
|
void | nfc2_core_reset (nfc2_t *ctx) |
| Core reset command function.
|
|
void | nfc2_init_core (nfc2_t *ctx) |
| Core initialization command function.
|
|
void | nfc2_core_set_default_config (nfc2_t *ctx) |
| Set default configuration function.
|
|
void | nfc2_core_set_protocol_config (nfc2_t *ctx) |
| Set protocol configuration function.
|
|
void | nfc2_cmd_start_discovery (nfc2_t *ctx) |
| Start discovery command function.
|
|
void | nfc2_activate_rmt_mifare_card (nfc2_t *ctx) |
| Activate remote mifare card command function.
|
|
void | nfc2_cmd_authenticate_sector (nfc2_t *ctx, uint8_t sel_sect_addr) |
| Authenticate sector command function.
|
|
void | nfc2_cmd_card_disconnected (nfc2_t *ctx) |
| Card disconnected command function.
|
|
This file contains API for NFC 2 Click Driver.