F896Protocol

Struct F896Protocol 

Source
pub struct F896Protocol;
Expand description

The protocol implementation for 896.

Implementations§

Source§

impl F896Protocol

Source

pub const NOTIFY_FOOTSWITCH_MASK: u32 = 16_777_216u32

Notification mask for footswitch.

Trait Implementations§

Source§

impl Default for F896Protocol

Source§

fn default() -> F896Protocol

Returns the “default value” for a type. Read more
Source§

impl MotuAesebuRateConvertSpecification for F896Protocol

Source§

impl MotuLevelMetersSpecification for F896Protocol

Source§

impl MotuVersion1ClockSpecification for F896Protocol

Source§

const CLK_OFFSET: u32 = 2_836u32

Source§

const CLK_RATE_MASK: u32 = 24u32

Source§

const CLK_RATE_SHIFT: usize = 3usize

Source§

const CLK_RATE_VALS: &'static [u8]

Source§

const CLK_RATES: &'static [ClkRate]

Source§

const CLK_SRC_MASK: u32 = 7u32

Source§

const CLK_SRC_SHIFT: usize = 0usize

Source§

const CLK_SRC_VALS: &'static [u8]

Source§

const CLK_SRCS: &'static [V1ClkSrc]

Source§

impl MotuVersion1MonitorInputSpecification for F896Protocol

Source§

impl MotuWhollyCacheableParamsOperation<Version1MonitorInputParameters> for F896Protocol

Source§

fn cache_wholly( req: &mut FwReq, node: &mut FwNode, params: &mut Version1MonitorInputParameters, timeout_ms: u32, ) -> Result<(), Error>

Cache whole parameters.
Source§

impl MotuWhollyUpdatableParamsOperation<Version1MonitorInputParameters> for F896Protocol

Source§

fn update_wholly( req: &mut FwReq, node: &mut FwNode, params: &Version1MonitorInputParameters, timeout_ms: u32, ) -> Result<(), Error>

Update whole parameters.
Source§

impl MotuWordClockOutputSpecification for F896Protocol

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<O> MotuWhollyCacheableParamsOperation<AesebuRateConvertMode> for O

Source§

fn cache_wholly( req: &mut FwReq, node: &mut FwNode, params: &mut AesebuRateConvertMode, timeout_ms: u32, ) -> Result<(), Error>

Cache whole parameters.
Source§

impl<O> MotuWhollyCacheableParamsOperation<LevelMetersParameters> for O

Source§

fn cache_wholly( req: &mut FwReq, node: &mut FwNode, params: &mut LevelMetersParameters, timeout_ms: u32, ) -> Result<(), Error>

Cache whole parameters.
Source§

impl<O> MotuWhollyCacheableParamsOperation<Version1ClockParameters> for O

Source§

fn cache_wholly( req: &mut FwReq, node: &mut FwNode, params: &mut Version1ClockParameters, timeout_ms: u32, ) -> Result<(), Error>

Cache whole parameters.
Source§

impl<O> MotuWhollyCacheableParamsOperation<WordClkSpeedMode> for O

Source§

fn cache_wholly( req: &mut FwReq, node: &mut FwNode, params: &mut WordClkSpeedMode, timeout_ms: u32, ) -> Result<(), Error>

Cache whole parameters.
Source§

impl<O> MotuWhollyUpdatableParamsOperation<AesebuRateConvertMode> for O

Source§

fn update_wholly( req: &mut FwReq, node: &mut FwNode, params: &AesebuRateConvertMode, timeout_ms: u32, ) -> Result<(), Error>

Update whole parameters.
Source§

impl<O> MotuWhollyUpdatableParamsOperation<LevelMetersParameters> for O

Source§

fn update_wholly( req: &mut FwReq, node: &mut FwNode, params: &LevelMetersParameters, timeout_ms: u32, ) -> Result<(), Error>

Update whole parameters.
Source§

impl<O> MotuWhollyUpdatableParamsOperation<Version1ClockParameters> for O

Source§

fn update_wholly( req: &mut FwReq, node: &mut FwNode, params: &Version1ClockParameters, timeout_ms: u32, ) -> Result<(), Error>

Update whole parameters.
Source§

impl<O> MotuWhollyUpdatableParamsOperation<WordClkSpeedMode> for O

Source§

fn update_wholly( req: &mut FwReq, node: &mut FwNode, params: &WordClkSpeedMode, timeout_ms: u32, ) -> Result<(), Error>

Update whole parameters.
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.