| // Copyright 2025 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| library fuchsia.hardware.amlogic.metadata; | |
| /// One struct must be present for each bus managed by this driver. | |
| /// Default register values are preserved if delay values are not set. | |
| @serializable | |
| type AmlI2cDelayValues = table { | |
| 1: quarter_clock_delay uint16; | |
| 2: clock_low_delay uint16; | |
| }; |