| 12 | |
| 13 | @dataclass |
| 14 | class GmmaDescriptor: |
| 15 | start_address_14_bits: int = 0 |
| 16 | # 2 bits not used |
| 17 | leading_byte_offset_14_bits: int = 0 |
| 18 | # 2 bits not used |
| 19 | stride_byte_offset_14_bits: int = 0 |
| 20 | # 2 bits not used |
| 21 | # 1 bit not used |
| 22 | base_offset_3_bits: int = 0 |
| 23 | # 4 bits not used |
| 24 | # 6 bits not used |
| 25 | layout_type_2_bits: int = 0 |
| 26 | |
| 27 | |
| 28 | class GmmaDescriptorIterator: |
nothing calls this directly
no outgoing calls
no test coverage detected