pub unsafe extern "C" fn psa_interruptible_get_max_ops() -> u32
Expand description

\brief Get the maximum number of ops allowed to be executed by an interruptible function in a single call. This will return the last value set by \c psa_interruptible_set_max_ops() or #PSA_INTERRUPTIBLE_MAX_OPS_UNLIMITED if that function has never been called.

\warning This is a beta API, and thus subject to change at any point. It is not bound by the usual interface stability promises.

\return Maximum number of ops allowed to be executed by an interruptible function in a single call.