nfc_tag.h | 36 * Common methods of the NFC tag module. This *must* be the first member of 41 struct hw_module_t common; member in struct:nfc_tag_module_t 46 * Common methods of the NFC tag device. This *must* be the first member of 51 struct hw_device_t common; member in struct:nfc_tag_device 90 return dev->common.close(&dev->common);
|