LOG_MASK function

int LOG_MASK(
  1. int pri
)

Implementation

int LOG_MASK(int pri) => 1 << pri;