
PCNTR Контроллер ШИМ: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 16PWM_COUNTER_STATUS Bits 15 : 0R 0x0 On PWM output or capture input, reading this register could get the current value of the PWM 16-bit up-counter. Команда U-Boot для чтения регистра md 6000008300c014 1Bit fields structure
typedef union pcntr
{
struct
{
unsigned pwm_counter_status : 16;
unsigned unused0 : 16;
} b;
unsigned long w;
} PCNTR
|
![]() |