pub unsafe extern "C" fn nfc_device_reset(instance: *mut NfcDevice)Expand description
Reset an NfcDevice instance.
The data contained in the instance will be reset according to the protocol-defined procedure. Unlike the nfc_device_clear() function, the instance will remain valid.
ยงArguments
instance(direction in, out) - pointer to the instance to be reset.