
CCR Контроллер ШИМ: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 3CRLF Bit 2R/W1C 0x0 When capture channel captures rising edge, the 16-bit up-counter's current CFLF Bit 1R/W1C 0x0 When capture channel captures falling edge, the 16-bit up-counter's current CAPINV Bit 0R/W 0x0 Inversing the signal inputted from capture channel before capture channel's Команда U-Boot для чтения регистра md 600000c300c014 1Bit fields structure
typedef union ccr
{
struct
{
unsigned capinv : 1;
unsigned cflf : 1;
unsigned crlf : 1;
unsigned unused0 : 29;
} b;
unsigned long w;
} CCR
|
![]() |