LEDS

Register Listing for LEDS

Register Address
LEDS_OUT 0x00002000
LEDS_PWM_ENABLE 0x00002004
LEDS_PWM_WIDTH 0x00002008
LEDS_PWM_PERIOD 0x0000200c

LEDS_OUT

Address: 0x00002000 + 0x0 = 0x00002000

Led Output(s) Control.

LEDS_PWM_ENABLE

Address: 0x00002000 + 0x4 = 0x00002004

PWM Enable.

Write 1 to enable PWM.

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 - Width sys_clk cycles.

LEDS_PWM_PERIOD

Address: 0x00002000 + 0xc = 0x0000200c

PWM Period.

Defines the Period of the PWM in sys_clk cycles.