Expand description
Protocol extension defined by TCAT for ASICs of DICE.
The module includes structure, enumeration, and trait and its implementation for protocol extension defined by TC Applied Technologies (TCAT) for ASICs of Digital Interface Communication Engine (DICE).
Re-exports§
pub use caps_section::ExtensionCaps;pub use current_config_section::CurrentRouterParams;pub use current_config_section::CurrentStreamFormatParams;pub use mixer_section::MixerCoefficientParams;pub use mixer_section::MixerSaturationParams;pub use peak_section::PeakParams;pub use router_section::RouterParams;pub use standalone_section::StandaloneParameters;pub use stream_format_section::StreamFormatParams;
Modules§
- caps_
section - Capabilities section in protocol extension defined by TCAT for ASICs of DICE.
- cmd_
section - Command section in protocol extension defined by TCAT for ASICs of DICE.
- current_
config_ section - Current configuration section in protocol extension defined by TCAT for ASICs of DICE.
- mixer_
section - Mixer section in protocol extension defined by TCAT for ASICs of DICE.
- peak_
section - Peak section in protocol extension defined by TCAT for ASICs of DICE.
- router_
section - Router section in protocol extension defined by TCAT for ASICs of DICE.
- standalone_
section - Standalone section in protocol extension defined by TCAT for ASICs of DICE.
- stream_
format_ section - Stream format section in protocol extension defined by TCAT for ASICs of DICE.
Structs§
- DstBlk
- Destination block in router function.
- Extension
Sections - Sections for protocol extension.
- Format
Entry - Entry of stream format.
- Router
Entry - Entry of route in router function.
- SrcBlk
- Source block in router function.
Enums§
- DstBlk
Id - Identifier of destination block.
- Protocol
Extension Error - Any error of protocol extension.
- SrcBlk
Id - Identifier of source block.
Constants§
- AC3_
CHANNELS - The number of channels in stream format for AC3 channels.
Traits§
- Tcat
Extension Operation - Operation of TCAT protocol extension.
- Tcat
Extension Section Notified Params Operation - Operation for parameters in which any change is notified to owner application in TCAT protocol extension.
- Tcat
Extension Section Params Operation - Operation for whole parameters in section of TCAT protocol extension.
- Tcat
Extension Section Partial Mutable Params Operation - Operation for partial mutable parameters in section of TCAT protocol extension.
- Tcat
Extension Section Whole Mutable Params Operation - Operation for whole mutable parameters in section of TCAT protocol extension.