In this code, what is the importance of MASK ? divider = (CS->CTL1 & CS_CTL1_DIVM_MASK) >> CS_CTL1_DIVM_OFS; dividerValue = 1 CTL1 & CS_CTL1_SELM_MASK;
↧