2009-02-12 13:39:05 +01:00
|
|
|
EXPORTS
|
2010-01-13 16:57:46 +01:00
|
|
|
; acr122.h
|
|
|
|
acr122_connect
|
|
|
|
acr122_disconnect
|
|
|
|
acr122_transceive
|
|
|
|
acr122_firmware
|
|
|
|
acr122_led_red
|
2009-04-29 14:47:41 +02:00
|
|
|
|
2010-01-13 16:57:46 +01:00
|
|
|
; arygon.h
|
|
|
|
arygon_connect
|
|
|
|
arygon_disconnect
|
|
|
|
arygon_transceive
|
2009-07-23 12:20:30 +02:00
|
|
|
|
2009-04-29 14:47:41 +02:00
|
|
|
; libnfc.h
|
2010-01-13 16:57:46 +01:00
|
|
|
nfc_list_devices
|
2009-04-29 14:47:41 +02:00
|
|
|
nfc_connect
|
|
|
|
nfc_disconnect
|
|
|
|
nfc_configure
|
2009-07-23 12:20:30 +02:00
|
|
|
nfc_initiator_init
|
|
|
|
nfc_initiator_transceive_bits
|
|
|
|
nfc_initiator_transceive_bytes
|
2009-09-30 11:47:12 +02:00
|
|
|
nfc_initiator_transceive_dep_bytes
|
2009-07-23 12:20:30 +02:00
|
|
|
nfc_initiator_select_tag
|
2009-09-30 11:47:12 +02:00
|
|
|
nfc_initiator_select_dep_target
|
2009-07-23 12:20:30 +02:00
|
|
|
nfc_initiator_deselect_tag
|
|
|
|
nfc_initiator_mifare_cmd
|
2009-02-12 13:39:05 +01:00
|
|
|
nfc_target_init
|
|
|
|
nfc_target_receive_bits
|
2009-04-29 14:47:41 +02:00
|
|
|
nfc_target_receive_bytes
|
2009-09-30 11:47:12 +02:00
|
|
|
nfc_target_receive_dep_bytes
|
2009-02-12 13:39:05 +01:00
|
|
|
nfc_target_send_bits
|
2009-04-29 14:47:41 +02:00
|
|
|
nfc_target_send_bytes
|
2009-09-30 11:47:12 +02:00
|
|
|
nfc_target_send_dep_bytes
|
2010-01-13 16:57:46 +01:00
|
|
|
nfc_version
|
|
|
|
nfc_device_name
|
2009-02-12 13:39:05 +01:00
|
|
|
|
2009-04-29 14:47:41 +02:00
|
|
|
; bitutils.h
|
2009-02-12 13:39:05 +01:00
|
|
|
oddparity
|
|
|
|
oddparity_bytes
|
|
|
|
mirror
|
|
|
|
mirror32
|
|
|
|
mirror64
|
|
|
|
mirror_bytes
|
|
|
|
swap_endian32
|
|
|
|
swap_endian64
|
|
|
|
append_iso14443a_crc
|
|
|
|
print_hex
|
2009-04-29 14:47:41 +02:00
|
|
|
print_hex_bits
|
2009-02-12 13:39:05 +01:00
|
|
|
print_hex_par
|
|
|
|
|
|
|
|
|