Types used by the buffer operations. More...
Typedefs | |
typedef const uint8_t * | mcuxCl_InputBuffer_t |
Input buffer type. | |
typedef uint8_t * | mcuxCl_Buffer_t |
Input/output buffer type. | |
Types used by the buffer operations.
typedef const uint8_t* mcuxCl_InputBuffer_t |
Input buffer type.
This type provides a pointer to the memory location that should be used to read input data from.
typedef uint8_t* mcuxCl_Buffer_t |
Input/output buffer type.
This type provides a pointer to the memory location that can be used for both reading input data and writing output data.