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 |
Defines all types of mcuxClResource.
| 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.
| 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.