nfc_config

Function nfc_config 

Source
pub unsafe extern "C" fn nfc_config(
    instance: *mut Nfc,
    mode: NfcMode,
    tech: NfcTech,
)
Expand description

Configure the Nfc instance to work in a particular mode.

Not all technologies implement the listener operating mode.

ยงArguments

  • instance (direction in, out) - pointer to the instance to be configured.
  • mode (direction in) - required operating mode.
  • tech (direction in) - required technology configuration.