
TSC_INT_STATUS Контроллер ШИМ: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 17TSG_INTERRUPT_GLOBAL_STATUS Bit 16R 0x0 When all TSG interrupt status bits are cleared ,this bit will be cleared by hardware. Unused Bits 15 : 1TSF0_INTERRUPT_GLOBAL_STATUS Bit 0R 0x0 When all TSF0 interrupt status bits are cleared ,this bit will be cleared by hardware. Команда U-Boot для чтения регистра md 3016030 1Bit fields structure
typedef union tsc_int_status
{
struct
{
unsigned tsf0_interrupt_global_status : 1;
unsigned unused0 : 15;
unsigned tsg_interrupt_global_status : 1;
unsigned unused1 : 15;
} b;
unsigned long w;
} TSC_INT_STATUS
|
![]() |