From 68b0e791cf895669c32dcf3ab2b8cd5332f19079 Mon Sep 17 00:00:00 2001 From: Guangzong Chen Date: Mon, 15 Apr 2024 11:39:58 -0400 Subject: [PATCH] update otg high speed - mpsiz 0 access mode --- data/registers/otg_v2.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/registers/otg_v2.yaml b/data/registers/otg_v2.yaml index cde4fd3..6855158 100644 --- a/data/registers/otg_v2.yaml +++ b/data/registers/otg_v2.yaml @@ -339,6 +339,10 @@ fieldset/DIEPCTL: description: MPSIZ bit_offset: 0 bit_size: 11 + - name: MPSIZ0 + description: MPSIZ for endpoint 0 + bit_offset: 0 + bit_size: 2 - name: USBAEP description: USBAEP bit_offset: 15 @@ -502,6 +506,11 @@ fieldset/DOEPCTL: description: MPSIZ bit_offset: 0 bit_size: 11 + - name: MPSIZ0 + description: MPSIZ for endpoint 0 + bit_offset: 0 + bit_size: 2 + access: Read - name: USBAEP description: USBAEP bit_offset: 15