CIER Контроллер ШИМ: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 10CFIE4 Bit 9R/W 0x0 If the bit is set 1, when capturing channel 4 captures falling edge, it generates a capturing channel 4 pending. CRIE4 Bit 8R/W 0x0 If the bit is set 1, when capturing channel 4 captures rising edge, it generates a capturing channel 4 pending. CFIE3 Bit 7R/W 0x0 If the bit is set 1, when capturing channel 3 captures falling edge, it generates a capturing channel 3 pending. CRIE3 Bit 6R/W 0x0 If the bit is set 1, when capturing channel 3 captures rising edge, it CFIE2 Bit 5R/W 0x0 If the bit is set 1, when capturing channel 2 captures falling edge, it generates a capturing channel 2 pending. CRIE2 Bit 4R/W 0x0 If the bit is set 1, when capturing channel 2 captures rising edge, it generates a capturing channel 2 pending. CFIE1 Bit 3R/W 0x0 If the bit is set 1, when capturing channel 1 captures falling edge, it generates a capturing channel 1 pending. CRIE1 Bit 2R/W 0x0 If the bit is set 1, when capturing channel 1 captures rising edge, it generates a capturing channel 1 pending. Unused Bits 1 : 0Команда U-Boot для чтения регистра md 300a010 1Bit fields structuretypedef union cier { struct { unsigned unused0 : 2; unsigned crie1 : 1; unsigned cfie1 : 1; unsigned crie2 : 1; unsigned cfie2 : 1; unsigned crie3 : 1; unsigned cfie3 : 1; unsigned crie4 : 1; unsigned cfie4 : 1; unsigned unused1 : 22; } b; unsigned long w; } CIER |