Skip to content

Commit

Permalink
fix(otg_v2): correct UEP_DMA bit_size from 16 to 32
Browse files Browse the repository at this point in the history
Fix applied according to the datasheet.
  • Loading branch information
Dummyc0m committed Sep 15, 2024
1 parent 0f143d8 commit 8609101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/registers/otg_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ block/USBD:
- name: UEP_DMA
description: endpoint DMA buffer address.
byte_offset: 16
bit_size: 16
bit_size: 32
array:
len: 8
stride: 4
Expand Down

0 comments on commit 8609101

Please sign in to comment.