首页 > TAG信息列表 > regmap

读寄存器的值

1、读RTC相关寄存器值   adb shell echo "0x5A58" > d/regmap/spmi0-00/address //要读的寄存器的起始地址 adb shell echo "10" > d/regmap/spmi0-00/count //读10个 adb shell cat d/regmap/spmi0-00/data //读值