LEDS¶
Register Listing for LEDS¶
Register | Address |
---|---|
LEDS_OUT | 0x00002000 |
LEDS_PWM_ENABLE | 0x00002004 |
LEDS_PWM_WIDTH | 0x00002008 |
LEDS_PWM_PERIOD | 0x0000200c |
LEDS_PWM_WIDTH¶
Address: 0x00002000 + 0x8 = 0x00002008
PWM Width.
Defines the Duty cycle of the PWM. PWM is active high for Width
sys_clk
cycles and active low for Period - Widthsys_clk
cycles.
LEDS_PWM_PERIOD¶
Address: 0x00002000 + 0xc = 0x0000200c
PWM Period.
Defines the Period of the PWM in
sys_clk
cycles.