MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClResource_Types

Defines all types of mcuxClResource. More...

Typedefs

typedef uint32_t mcuxClResource_Status_t
 Type for mcuxClResource status codes.
typedef struct mcuxClResource_Context mcuxClResource_Context_t
 Resource context type.
typedef uint32_t(* mcuxClResource_MutexAcquire_Callback_t) (uint32_t value)
 Callback type for acquiring a mutex.
typedef uint32_t(* mcuxClResource_MutexRelease_Callback_t) (uint32_t value)
 Callback type for releasing a mutex.
typedef uint32_t mcuxClResource_HwId_t
typedef uint32_t mcuxClResource_HwStatus_t
typedef uint32_t mcuxClResource_Interrupt_t

Detailed Description

Defines all types of mcuxClResource.

Typedef Documentation

◆ mcuxClResource_Status_t

typedef uint32_t mcuxClResource_Status_t

Type for mcuxClResource status codes.

This type provides information about the status of the Resource operation that has been performed.

◆ mcuxClResource_Context_t

◆ mcuxClResource_MutexAcquire_Callback_t

typedef uint32_t(* mcuxClResource_MutexAcquire_Callback_t) (uint32_t value)

Callback type for acquiring a mutex.

◆ mcuxClResource_MutexRelease_Callback_t

typedef uint32_t(* mcuxClResource_MutexRelease_Callback_t) (uint32_t value)

Callback type for releasing a mutex.