#include <stdint.h>
Go to the source code of this file.
◆ LBM_FLAG_ATOMIC_MALFUNCTION
#define LBM_FLAG_ATOMIC_MALFUNCTION (1 << 0) |
◆ LBM_FLAG_BLOCKED_NOT_FOUND
#define LBM_FLAG_BLOCKED_NOT_FOUND (1 << 3) |
◆ LBM_FLAG_HANDLER_EVENT_DELIVERY_FAILED
#define LBM_FLAG_HANDLER_EVENT_DELIVERY_FAILED (1 << 1) |
◆ LBM_FLAG_UNFLATTENING_FAILED
#define LBM_FLAG_UNFLATTENING_FAILED (1 << 2) |
◆ lbm_clr_flags()
void lbm_clr_flags |
( |
uint32_t |
flags | ) |
|
◆ lbm_get_flags()
uint32_t lbm_get_flags |
( |
void |
| ) |
|
◆ lbm_set_flags()
void lbm_set_flags |
( |
uint32_t |
flags | ) |
|