以GPIO的PWREN寄存器为例,其寄存器位的描述如下所示:
Bit 31-24 共8位,field的描述是key,Type是W,意思是这8位是一个key值,只能写入固定的值才可以。因此他的Description如下:
KEY to allow Power State Change
26h = KEY to allow write access to this register
但是Bit 0的Type是K,他的Description如下:
Enable the power
KEY must be set to 26h to write to this bit.
0h = Disable Power
1h = Enable Power
那么这个Bit 0到底是可以读,还是可以写呢?还是说不能读写,只是给Bit 31-24 写0x26就可以改变Bit 0的状态呢?这点需要实际验证。
|