pub unsafe extern "C" fn pxiDevMakeWaitOperation(
    waitType: PXIDEV_WaitType,
    deassertType: PXIDEV_DeassertType,
    timeout: u64_
) -> u64_
Expand description

Creates a packed card SPI wait operation value.

§Arguments

  • waitType - Type of wait to perform.
  • deassertType - Type of register deassertion to perform.
  • timeout - Timeout, in nanoseconds, to wait, if applicable.

§Returns

A packed card SPI wait operation value.