Type for mcuxClSession workareas flags. More...
#include <mcuxClSession_Types.h>
Data Fields | |
uint32_t * | buffer |
Pointer to the starting address of the workarea buffer. | |
uint32_t | size |
Size of the workarea buffer in words (uint32_t) | |
uint32_t | used |
Used portion of the workarea buffer in words (uint32_t) | |
uint32_t | dirty |
Maximum used portion of the workarea buffer in words (uint32_t) | |
Type for mcuxClSession workareas flags.
uint32_t* mcuxClSession_WorkArea::buffer |
Pointer to the starting address of the workarea buffer.
uint32_t mcuxClSession_WorkArea::size |
Size of the workarea buffer in words (uint32_t)
uint32_t mcuxClSession_WorkArea::used |
Used portion of the workarea buffer in words (uint32_t)
uint32_t mcuxClSession_WorkArea::dirty |
Maximum used portion of the workarea buffer in words (uint32_t)