I wander what does "user should enable the output" mean? Does it mean that the user should keep in mind that output should be enabled first, or does it mean that the user must set the corresponding bit in GPIO_ENABLE register simultaneously every time when writing to GPIO_OUT_W1TC, otherwise the value in GPIO_OUT_W1TC won't have effect on register GPIO_OUT or whatever?
8A-GPIO接口文档的2.2.4节“输出低电平寄存器GPIO_OUTPUT_W1TC”说“若对应的位被置1,表示示该IO的输出为低电平(同时需要使能输出)”。这个“同时需要使能输出”是什么意思?是让开发者记得先使能输出再使用这个寄存器,还是每次写GPIO_OUTPUT_W1TC的同时都需要把GPIO_ENABLE里的对应位置1,不然GPIO_OUTPUT_W1TC寄存器里的数对GPIO_OUTPUT寄存器没有效果?Statistics: Posted by thuwrx10 — Sat Aug 29, 2015 12:47 pm
]]>