P0=counter&0x0f怎么理解

问题描述:

P0=counter&0x0f怎么理解
counter是一个变量

P0等于counter的低4bit,忽略counter的高位数据