From 1e4afbd5fcc3599ff439ace95e8bce5dfaead634 Mon Sep 17 00:00:00 2001 From: jonnew Date: Tue, 4 Mar 2025 10:53:27 -0500 Subject: [PATCH] Minor edits to device datasheet bandwidth section --- source/hw-spec/devices/datasheet.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/source/hw-spec/devices/datasheet.rst b/source/hw-spec/devices/datasheet.rst index ea0439c..9484a63 100644 --- a/source/hw-spec/devices/datasheet.rst +++ b/source/hw-spec/devices/datasheet.rst @@ -84,11 +84,13 @@ frames are accepted, then a statement of such is required. Bandwidth information ~~~~~~~~~~~~~~~~~~~~~~ A device datasheet MUST specify the expected periodicity and bandwidth for -both its read and write channels, when available. +both its read and write channels, when available. -- For streams with periodic data production, the datasheet must specify the frequency or - possible configurable frequencies at which frames are being transmitted. -- For streams with event-based, non-periodic data, the datasheet must specify the - minimum and maximum rates at which data might be produced. +- For streams with periodic data production or consumption, the datasheet must + specify the frequency or possible configurable frequencies at which frames are + being transmitted or consumed. +- For streams with event-based, non-periodic data, the datasheet must specify + the minimum and maximum rates at which data might be produced or can be + consumed. Minimum rates of 0 are acceptable. -In both cases, the datasheet SHOULD specify one of more typical cases. \ No newline at end of file +In both cases, the datasheet SHOULD specify one or more typical cases. \ No newline at end of file