LOG_MASK method

int LOG_MASK(
  1. int pri
)

Creates a mask for a single priority.

Implementation

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