PMU_SET_POLL_MASK
uint8_t cmd[] = {0, PMU_SET_POLL_MASK,
uint8_t cmd[] = {0, PMU_SET_POLL_MASK, (mask >> 8) & 0xff, mask & 0xff};