macro LFDS710_QUEUE_BMM_GET_USER_STATE_FROM_STATE
Jump to navigation
Jump to search
Source File
└───liblfds710 └───inc └───liblfds710 lfds710_queue_bmm.h
Macro
#define LFDS710_QUEUE_BMM_GET_USER_STATE_FROM_STATE( queue_bmm_state )
Parameters
queue_bmm_state
- An initialized struct lfds710_queue_bmm_state. Not a pointer to it - the struct itself.
Return Value
Returns a void *, the user_state argument from lfds710_bmm_queue_init_valid_on_current_logical_core.
Notes
The user state value can only be set the once, when the data structure instance is initialized.
As with all liblfds macros, the macro operates on the structure itself, not a pointer to it.
Example
Coming soon! (no, really!)