pub unsafe extern "C" fn nfc_set_guard_time_us(
instance: *mut Nfc,
guard_time_us: u32,
)Expand description
Set guard time.
ยงArguments
instance(direction in, out) - pointer to the instance to be modified.guard_time_us(direction in) - guard time, in microseconds.