Skip to content

Commit 3ab9a5d

Browse files
committed
Updated register default values
1 parent 62df9a8 commit 3ab9a5d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

doc/Device Registers.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -147,36 +147,36 @@ Notes:
147147

148148
Bits | Type | Reset | Description
149149
---------- | ---------- | ---------- | -----------
150-
7:0 | RW | 8'h10 | Number of clock cycles a WS2812B “Zero” value will be driven high (1)
150+
7:0 | RW | 8'h12 | Number of clock cycles a WS2812B “Zero” value will be driven high (1)
151151

152152

153153
## Offset: 0x08 - Zero Low Timing Register
154154

155155
Bits | Type | Reset | Description
156156
---------- | ---------- | ---------- | -----------
157-
7:0 | RW | 8'h24 | Number of clock cycles a WS2812B “Zero” value will be driven low (0)
157+
7:0 | RW | 8'h26 | Number of clock cycles a WS2812B “Zero” value will be driven low (0)
158158

159159

160160

161161
## Offset: 0x09 - One High Timing Register
162162

163163
Bits | Type | Reset | Description
164164
---------- | ---------- | ---------- | -----------
165-
7:0 | RW | 8'h20 | Number of clock cycles a WS2812B “One” value will be driven high (1)
165+
7:0 | RW | 8'h26 | Number of clock cycles a WS2812B “One” value will be driven high (1)
166166

167167

168168
## Offset: 0x0A - One Low Timing Register
169169

170170
Bits | Type | Reset | Description
171171
---------- | ---------- | ---------- | -----------
172-
7:0 | RW | 8'h1B | Number of clock cycles a WS2812B “One” value will be driven low (0)
172+
7:0 | RW | 8'h12 | Number of clock cycles a WS2812B “One” value will be driven low (0)
173173

174174

175175
## Offset: 0x0B - Reset Cycle Timing Register
176176

177177
Bits | Type | Reset | Description
178178
---------- | ---------- | ---------- | -----------
179-
7:0 | RW | 8'h34 | Number of clock cycles a zero will be driven.
179+
7:0 | RW | 8'h38 | Number of clock cycles a zero will be driven.
180180

181181
```
182182
Notes:
@@ -189,7 +189,7 @@ Notes:
189189

190190
Bits | Type | Reset | Description
191191
---------- | ---------- | ---------- | -----------
192-
7:0 | RW | 8'h31 | Number of clock cycles times 256 a Reset Code will be driven. Reset Code is driven between LED updates to signal the end of the shifting.
192+
7:0 | RW | 8'h09 | Number of clock cycles times 256 a Reset Code will be driven. Reset Code is driven between LED updates to signal the end of the shifting.
193193

194194

195195
## Offset: 0x0D - Run Register
@@ -204,7 +204,7 @@ Bits | Type | Reset | Description
204204

205205
Bits | Type | Reset | Description
206206
---------- | ---------- | ---------- | -----------
207-
7:2 | RO | 7'h00 | Reserved
207+
7:2 | RO | 6'h00 | Reserved
208208
1 | RW | 1'b0 | General Purpose Bit 1 output value.
209209
0 | RW | 1'b0 | General Purpose Bit 0 output value.
210210

@@ -213,7 +213,7 @@ Bits | Type | Reset | Description
213213

214214
Bits | Type | Reset | Description
215215
---------- | ---------- | ---------- | -----------
216-
7:2 | RO | 7'h00 | Reserved
216+
7:2 | RO | 6'h00 | Reserved
217217
1 | RW | 1'b0 | General Purpose Bit 1 output enable; 1'b0: General Purpose Bit 1 is tri-stated; 1'b1: General Purpose Bit 1 is driven with the GPO 1 value.
218218
0 | RW | 1'b0 | General Purpose Bit 0 output enable; 1'b0: General Purpose Bit 1 is tri-stated; 1'b1: General Purpose Bit 1 is driven with the GPO 0 value.
219219

0 commit comments

Comments
 (0)