TSF_CSR Контроллер ШИМ: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 9CHANNEL_CHANGE_PID_REQUEST Bit 8R/WAC 0x0 This bit is used to send a request to hardware for changing the PID of the channel. Unused Bits 7 : 3TSF_ENABLE Bit 2R/W 0x0 00: Disable TSF Input Unused Bit 1TSF_GLOBAL_SOFT_RESET Bit 0R/WAC 0x0 Writing 1 by software will reset all status and state machine of TSF. And it is cleared by hardware after finish reset. Команда U-Boot для чтения регистра md 3019000 1Bit fields structuretypedef union tsf_csr { struct { unsigned tsf_global_soft_reset : 1; unsigned unused0 : 1; unsigned tsf_enable : 1; unsigned unused1 : 5; unsigned channel_change_pid_request : 1; unsigned unused2 : 23; } b; unsigned long w; } TSF_CSR |