PM_PMCSEL_MSK
event &= PM_PMCSEL_MSK;
sel = event & PM_PMCSEL_MSK;
pp = event & PM_PMCSEL_MSK;
return (event & ~(PM_PMC_MSKS | PM_PMCSEL_MSK)) |
psel = event & PM_PMCSEL_MSK;
psel = event[i] & PM_PMCSEL_MSK;
pp = event & PM_PMCSEL_MSK;
return (event & ~(PM_PMC_MSKS | PM_PMCSEL_MSK)) |
psel = event & PM_PMCSEL_MSK;
psel = event[i] & PM_PMCSEL_MSK;
psel = (event & PM_PMCSEL_MSK) >> 1; /* drop edge/level bit */
psel = ev & PM_PMCSEL_MSK;
psel = event & (PM_PMCSEL_MSK & ~1); /* ignore edge bit */
psel = event & PM_PMCSEL_MSK;
psel = event & PM_PMCSEL_MSK & ~1; /* trim off edge/level bit */
psel = event[i] & PM_PMCSEL_MSK;
psel = event & PM_PMCSEL_MSK;
psel = event[i] & PM_PMCSEL_MSK;