struct rpc_bit_map_entry

Overview

Entry for mapping a bit of bitmask to its string value More…

#include <te_rpc_defs.h>

struct rpc_bit_map_entry {
    // fields

    const char* str_val;
    unsigned int bit_val;
};

Detailed Documentation

Entry for mapping a bit of bitmask to its string value

Fields

const char* str_val

String value

unsigned int bit_val

Numerical value